@charset "utf-8";


/*----------------- base -----------------*/

* { margin:0; padding:0;}

body {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	background: url(../img/bg.jpg) 0 0 repeat;
	color:#333;
	font-size:small;
	line-height:1.3em;
}

div,p,img,ul,li { margin:0; padding:0;}
img { border:none; margin:0; padding:0;}
li { list-style:none;}
hr { display:none;}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*----------------- style -----------------*/

#container {
	background: url(../img/content_bg.jpg) repeat-y;
	width: 900px;
	padding:15px 5px 0 5px;
	margin:0 auto;
	text-align: left;
}

/*-- head --*/

#header p {
	background:url(../img/head_txt.jpg) 0 0 no-repeat;
	height:105px;
	padding:240px 0 0 120px;
}

/*-- content --*/

#content {
	width:880px;
	margin: 0 auto;
}

#contentbox1,#contentbox2,
#contentbox3,#contentbox4,
#content-bottom {
	width:831px;
	margin:10px auto;
}

#content h2 { margin:5px 0 10px 0;}

#c1-left {
	background:url(../img/content-1_box1.jpg) 0 0 no-repeat;
	width:831px;
	height:315px;
	margin-bottom:10px;
}

#c1-left p {
	width:400px;
	padding:30px 0 0 30px;	
}

#c1-right {
	background:url(../img/content-1_box2.jpg) 0 0 no-repeat;
	width:831px;
	height:447px;
}

#c1-right p {
	width:505px;
	float:right;
	padding:30px 40px 0 0;
}

#c2-top {
	background:url(../img/content-2_box1.jpg) 0 0 no-repeat;
	width:831px;
	height:273px;
}

#c2-top p {
	width:420px;
	padding:25px 0 0 35px;
}

#c2-bottom {
	background:url(../img/content-2_box2.jpg) 0 0 no-repeat;
	width:831px;
	height:281px;
}

#c2-bottom p {
	width:680px;
	padding-top:10px;
	margin:0 auto;
}

#c3-top {
	background:url(../img/content-3_box1.jpg) 0 0 no-repeat;
	width:831px;
	height:89px;
}

#c3-top p {
	width:745px;
	margin:0 auto;
	padding-top:20px;
}

#c3-bottom {
	background:url(../img/content-3_box2.jpg) 00 no-repeat;
	height:45px;
	width:831px;
	padding-top:3px;
	margin-bottom:20px;
	line-height:1.0em;
}

#c3-bottom ul {
	width:560px;
	float:right;
	padding-right:20px;
}

#c3-bottom li {
	font-size:x-small;
	width:210px;
	float:right;
	margin-left:70px;
}

.c4-txt {
	width:845px;
	margin:0 auto 5px auto;
	line-height:1.2em;
}

.men {
	background:url(../img/content-4_men.jpg) 0 0 no-repeat;
	width:410px;
	height:199px;
	float:left;
	padding:0 6px;

}

.woman {
	background:url(../img/content-4_woman.jpg) 0 0 no-repeat;
	width:410px;
	height:199px;
	float:left;
	padding:0 6px;
}

#contentbox4 dl {
	width:370px;
	margin:10px 0 10px 10px;
	padding:0 5px 0 0;
}

#contentbox4 dt {
	border-bottom:dashed 1px #333;
	padding: 5px 0 5px 10px;
	font-weight:bold;
	margin-bottom:6px;
}

#contentbox4 dd {
	width:340px;
	margin:6px auto;
}

#content_bottom p {
	text-align:center;
	margin:0 auto 25px auto;
}

.page-top { width:860px; text-align:right; padding-bottom:15px;}
