@charset "UTF-8";

/* **************************************
*Since: 2007-11-26
*Modified: 2007-12-04
************************************** */


/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,table,th,td,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
	background:#CFD7D9;
	padding:30px 0px;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}

th, td {
	padding: 0px;
}

hr{
	visibility:hidden;
	clear:both;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#000;
	font-weight:bold;
}

a:hover {	
	color:#000;
	text-decoration: underline;
}


/* wrapper
---------------------------------------------------------------------------------------- */
#wrapper{
	width:460px;
	margin:0px auto;
	padding:0px 20px;
	background:#fff;
}


/* header
---------------------------------------------------------------------------------------- */
#header{
	text-align:center;
}

#header img{
	padding:30px 0px 20px 0px;
}


/* information
---------------------------------------------------------------------------------------- */
#information{
	width:460px;
}

#information p{
	margin:0px 0px 6px 0px;
	clear:both;
}

#information p.image{
	margin:0px 0px 6px 0px;
	clear:both;
}

#information h1{
	text-align:left;
	margin:20px 0px 30px 0px;
	border-bottom:2px solid #171B64;
	padding:0px 0px 3px 0px;
	font-weight:bold;
	color:#171B64;
	font-size:140%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	position:relative;
}

#information h1 a{
	color:#171B64;
}

#information h2{
	text-align:left;
	margin:20px 0px 10px 0px;
	border-bottom:1px solid #000;
	font-size:120%;
	font-weight:bold;
	color:#000;
}

#information h2 span{
	font-size:80%;
	font-weight:normal;
	color:#555;
	padding:0px 0px 0px 5px;
}

#information h2.border{
	font-size:120%;
	margin:20px 0px 15px 0px;
	border-bottom:1px dotted #ccc;
}

#information h2.gray{
	font-size:120%;
	margin:20px 0px 15px 0px;
	padding:2px 5px;
	background:#3f3f3f;
	color:#fff;
	border-bottom:none;
	font-weight:normal;
}

#information h3.gray{
	margin:10px 0px;
	padding:2px 5px;
	background:#3f3f3f;
	color:#fff;
	float:left;
	border-bottom:none;
	font-weight:normal;
}

#information h2.safro{
	font-size:120%;
	margin:20px 0px 10px 0px;
	padding:5px 0px 5px 25px;
	background:url(../images/ico_safro.gif) no-repeat left;
	border-bottom:none;
	font-weight:normal;
}

#information h2.mens{
	font-size:120%;
	margin:20px 0px 10px 0px;
	padding:5px 0px 5px 25px;
	background:url(../images/ico_mens.gif) no-repeat left;
	border-bottom:none;
	font-weight:normal;
}

#information h2.ladys{
	font-size:120%;
	margin:20px 0px 10px 0px;
	padding:5px 0px 5px 25px;
	background:url(../images/ico_ladys.gif) no-repeat left;
	border-bottom:none;
	font-weight:normal;
}

#information select{
	position:absolute;
	right:0px;
	top:0px;
	font-size:65%;
}

#information table{
	width:460px;
	border-top:1px solid #ccc;
	margin:5px 0px 10px 0px;
	letter-spacing:-1px;
}

#information table th{
	border-bottom:1px solid #ccc;
	text-align:left;
	padding:1px 5px;
	vertical-align:top;
}

#information table td{
	text-align:right;
	border-bottom:1px solid #ccc;	
	border-left:1px solid #ccc;
	padding:1px 5px;
}

#information table td.left{
	text-align:left;
}

#information span{
	color:#b70a36;
}

#information del{
	color:#b70a36;
}

#information table#member{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	letter-spacing:0px;
}

#information table#member th{
	border:none;
	border-bottom:1px dotted #ccc;
	text-align:right;
	width:40%;
	padding:8px 10px;
}

#information table#member td{
	border:none;
	border-bottom:1px dotted #ccc;
	text-align:left;
	width:60%;
	padding:8px 10px;
}

#information table#member .borderNone{
	border-bottom:none;
}


/* footer
---------------------------------------------------------------------------------------- */
#footer{
	text-align:center;
}

#footer img{
	padding:0px 0px 20px 0px;
}
