@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("font.css");
/* body */
body {
	background:url(../images/back.gif) repeat-x;
}
div#wrapper {
	width:900px;
	margin:0 auto 10px auto;
	height: 100%;
}
/* header */
div#header-top {
	background:url(../images/header.png) no-repeat;
	width:862px;
	padding-left:38px;
	font-size:12px;
	height:87px;
	position:relative;
}
div#header-section {
	background:url(../images/header.png) no-repeat;
	width:862px;
	padding-left:38px;
	font-size:12px;
	height:180px;
}
h1#start {
	position:absolute;
}
h1 a {
	display:block;
	width:238px;
	height:158px;
	float:left;
	overflow:hidden;
}
p#adult {
	padding-left:250px;
	padding-top:10px;
	height:39px;
}
ul.navi {
	width:609px;
	float:right;
	height:36px;
}
ul.navi li {
	float:left;
}
ul.navi li a {
	display:block;
	width:87px;
	height:36px;
}
/*  flash */
div.fla {
	width:900px;
	height:285px;
}
/*  main */
div#main {
	clear:both;
	width:900px;
}
div#content {
	width:620px;
	float:left;
	padding: 10px 0 0 10px;
}
div#side {
	width:260px;
	float:left;
	text-align:center;
	margin-top:7px;
}
div.side01 {
	background:url(../images/side_body.png) repeat-y 50% 0;
	margin-bottom:10px;
}
div#side img.mailrogo {
	padding-top:7px;
	background:url(../images/side_top.png) no-repeat 50% 0;
}
div#side p.qr {
	padding-top:40px;
}
div#side p.mobile-url {
	background:url(../images/side_foot.png) no-repeat 50% 100%;
	padding:11px 0;
}
/* footer */
div#footer {
	clear:both;
	height: 50px;
	line-height:50px;
	background:url(../images/foot.png) repeat-x 0 -60px;
	text-align: center;
}
/* TOPpage */
.top01 {
	width:300px;
	float:left;
	margin:10px 10px 0 0;
}
ul.top-list {
	width:278px;
	border-bottom:1px solid #ff3399;
	border-left:1px solid #ff3399;
	border-right:1px solid #ff3399;
	font-size:12px;
	padding-left:20px;
}
ul.top-list li {
	list-style:url(../images/list.gif) disc;
	margin: 6px 0 6px 0px;
}
ul.top-list li a {
	text-decoration:none;
	color:#ff3399;
}
ul.top-list li a:hover {
	text-decoration:underline;
	color:#F09;
}
.txtArea01 {
	line-height:1.5em;
	padding:5px;
}
/* 各ページ */
.list {
	border-bottom:1px solid #ff3399;
	border-left:1px solid #ff3399;
	border-right:1px solid #ff3399;
	font-size:12px;
	padding-left:20px;
	width:588px;
}
.list li {
	list-style:url(../images/list.gif) disc;
	margin: 6px 0 6px 0px;
}
.list li a {
	text-decoration:none;
	color:#ff3399;
}
.list li a:hover {
	text-decoration:underline;
	color:#F09;
}
