@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 {
	font: normal 12px/20px Meiryo, "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000000;
	width:100%;
	height:100%;
	background:#fdf6fa url(../images/back.gif) 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(../images/header_back.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(../images/info_back.gif) no-repeat left top;
	margin:10px 0;
}
.info dt {
	width:120px;
	float:left;
}

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

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

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

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

/*------------------------footer-------------------------*/
.footerback {
	width:100%;
	height:60px;
	background:url(../images/footer_back_side.gif) repeat-x left top;
	clear:both;
}
.footer {
	width:100%;
	min-width:900px;
	height:60px;
	margin:0 auto;
	background:url(../images/footer_back.jpg) no-repeat center top;
}
.footer p {
	width:850px;
	text-align:right;
	margin:0 auto;
	padding-top:20px;
	padding-right:50px;
}
