@charset "utf-8";
/*--------------------------------------------------------
This file is Sugar Lady official site for Style Sheets.
URL: http://www.erosma.jp/
Version:1.0
Author:works co ltd.
copyright (c) 2011 http://www.erosma.jp/ all right reserved.
---------------------------------------------------------*/
/*-----------------------reset---------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	line-height: 12pt;
	font-size: 10pt;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#330000;
	width:100%;
	height:100%;
	background:#fff4f7 url(../img/back_p.jpg) repeat-x left top;
}

h1,h2,h3,h4,h5,h6 {
	font-size:12px;
	font-weight:normal;
}

iframe {
	display:block;
}

img {
	border:none;
	vertical-align:top;
}
li {
	list-style-type:none;
}

table {
	border-collapse:collapse;
}

a{
	color:#ffffff;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
a:active{
}

.alignimg {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}
.alignimg img {
	vertical-align:middle;
}
/*----------------------------wrap-----------------------*/
.wrap {
	width:1000px;
	height:auto;
	margin:0 auto;
}

/*----------------------------header---------------------*/
.headerback {
	width:100%;
	height:90px;
	margin:0 auto;
	background:url(../img/header_back_p.jpg) no-repeat center top;
	min-width:900px;
}

.header {
	width:900px;
	height:90px;
	margin:0 auto;
}

.header div {
	float:left;
}

h1 {
	padding-top:10px;
	line-height:15px;
}

.time{
	padding-top:10px;
	text-align:right;
}

address {
	text-align:right;
}

/*----------------------------menu-----------------------*/
.menu {
	width:900px;
	margin:0 auto;
}

.menu ul {
	width:900px;
	height:65px;
}

.menu ul li {
	float:left;
}

/*----------------------------info-----------------------*/
.info {
	width:900px;
	margin:0 auto;
	clear:both;
}

.info dl {
	width:900px;
	height:36px;
	background:url(../img/information_pbg.jpg) no-repeat left top;
	margin:10px 0;
}
.info dt {
	width:120px;
	float:left;
}

.info dd {
	width:760px;
	font-size:14px;
	line-height:20px;
	padding:10px 10px 0 10px;
	float:left;
}

/*----------------------------title-----------------------*/
.title {
	width:100%;
	height:40px;
	background-color:#fc7ac9;
	clear:both;
}

.title h2 {
	width:900px;
	height:40px;
	margin:0 auto;
}

/*-------------------------main--------------------------*/
.mainback {
	width:100%;
	margin:0 auto;
	background:url(../img/main_back_p.jpg) no-repeat center top;
	min-width:900px;
}
.main {
	width:900px;
	margin:0 auto;
	padding-bottom:30px;
}

/*------------------------footer-------------------------*/
.footerback {
	width:100%;
	height:60px;
	background:url(../img/footer_back_side_p.jpg) repeat-x left top;
	clear:both;
}
.footer {
	width:100%;
	min-width:900px;
	height:60px;
	margin:0 auto;
	background:url(../img/footer_back_p.jpg) no-repeat center top;
}
.footer p {
	width:850px;
	text-align:right;
	margin:0 auto;
	padding-top:20px;
	padding-right:50px;
	font-size: 10pt;
}
/*----------------------------------------------------------*/
#contact {
	margin: 0px auto; width: 900px; overflow: auto; padding-top: 30px; clear: both;
}
#contact p {
	text-align: center; color: rgb(153, 0, 0);
}
#contact h3 {
	padding-bottom: 30px;
}
table {
	margin: 0px auto; border: 3px solid rgb(251, 248, 237); width: 620px;
}
table th {
	width: 205px; height: 25px; text-align: center; padding-top: 5px; border-bottom-color: rgb(251, 248, 237); border-bottom-width: 3px; border-bottom-style: solid; background-color: rgb(239, 235, 222);
}
table td {
	padding: 5px; width: 395px; border-bottom-color: rgb(251, 248, 237); border-bottom-width: 3px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
table td textarea {
	width: 395px; overflow: auto;
}
span.little {
	font-size: 10px; font-weight: normal;
}
span.red {
	color: rgb(153, 0, 0); font-weight: normal;
}
#contact_btn {
	text-align: center; padding-top: 10px;
}
#contact_btn input {
	border: currentColor; width: 115px; height: 27px; color: rgb(195, 181, 138); background-color: rgb(49, 18, 18);
}
#error {
	margin: 0px auto; width: 620px; color: red; padding-top: 20px;
}
#end h3 {
	text-align: center; padding-top: 20px; font-size: 18px; margin-bottom: 20px;
}
#end p {
	padding-bottom: 20px;
}
#contact a {
	color: rgb(153, 0, 0);
}
#contact a:hover {
	color: rgb(49, 18, 18);
}
