/* --------------------------------- */
/* 初期設定 */



*{
	margin		: 0;
	padding		: 0;
}

html{
	direction	: ltr;
	border		: 0;
}

address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}

code, pre, samp, var, kbd, input, select, textarea{
	font-family	: "メイリオ","ＭＳ Ｐゴシック", Arial, sans-serif;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	/* border-collapse: separate; */
}

input, select, textarea{
	font-size: 12px;	
}

a,a:link,a:visited,a:active { color: #000; text-decoration: none; font-weight: normal;}
a:hover { color: #CB399A; text-decoration: underline;}

.c-both {
	clear:both;
}

.none {
	display:none;
}



/* 初期設定 End */
/* --------------------------------- */

body {
	width:100%;
	height:100%;
	color:#000;
	font-family	: "メイリオ","ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
}

#ol {
	margin:0 auto;
	width:900px;
	height:100%;
	text-align: center;
	background-color: #F7FCF0;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
}

/* --------------------------------- */
/* フォント */

.bold {
	font-weight: bold;
}

.red {color:#FF0000;}

.pink {color:#FF3399;}

.violet {font-size:11px; color:#CB399A;}

/* フォント End */
/* --------------------------------- */



/* --------------------------------- */
/* ヘッダー */
/* --------------------------------- */

#head {
	margin: 0 auto;
	width: 800px;
	height: 144px;
	overflow: hidden;
	background-image: url(../images/head_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#head h1 {
	float:left;
	margin: 0;
	width: 160px;
}

#head .side {
	float:right;
	margin: 0;
	width: 640px;
	text-align:right;
}

#head .side .subnavi {
	margin: 0;
	padding:0 20px 0 0;
	height:29px;
	font-size:12px;
	line-height:30px;
	text-align:right;
	list-style:none;
	overflow:hidden;
}
#head .side .subnavi dd {display:inline;}


#head .side .gnavi {
	margin: 0;
	padding:0;
	height:40px;
	text-align:right;
	list-style:none;
	overflow:hidden;
}
#head .side .gnavi dd {float:left;}
		

/* --------------------------------- */
/* メイン */
/* --------------------------------- */

#main {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	text-align: center;
}

.main_in {
	margin: 0 auto 0 auto;
	padding: 13px 0 0 0;
	width: 800px;
	text-align: center;
	background-image: url(../images/main_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

.main_in .content {
	float:left;
	width:564px;
	line-height:22px;
}
.main_in .content h2 {margin:0 0 25px 0;}

.main_in .side {
	float:right;
	width:230px;
	text-align:center;
}
.main_in .side p {margin:0 0 10px 0;}
.main_in .side dl {margin:0 0 10px 0;}
.main_in .side dd {margin:0; padding:0; width:230px; height:26px; overflow:hidden;}
	
	

/* --------------------------------- */
/* フッター */
/* --------------------------------- */

#foot {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 800px;
	height: 284px;
	background-color:#FFF;
	overflow:hidden;
}

#foot .img {
	float:left;
	margin: 0;
	padding: 0;
	width: 314px;
}

#foot .side {
	float:right;
	margin: 0;
	padding: 0;
	width: 486px;
	text-align:right;
}

#foot .side dl {
	margin: 0 0 35px 0;
	padding:0 10px 0 0;
	height:29px;
	font-size:12px;
	line-height:30px;
	text-align:right;
	list-style:none;
	overflow:hidden;
}
#foot .side dd {display:inline;}

#foot .side .copy {
	padding:0 10px 0 0;
	font-size:12px;
	color:#B7BFAD;
}







/* --------------------------------- */
/* index.html */
/* --------------------------------- */


.index {	
	margin:0 auto;
	padding:22px 0 0 0;
	width:800px;
	background-color:#FFF;
}

.index .box1 {
	margin:0 0 0 0;
	width:800px;
	height:387px;
	overflow:hidden;
}
.index .box1 h2 {float:left;}
.index .box1 .side {float:right; width:230px; text-align:center;}

.index .box1 .side .btn {margin:0 0 5px 0;}
.index .box1 .side .news {
	margin:0 auto;
	padding:5px 0 5px 0;
	width:228px;
	text-align:center;
	background-color:#FBF1F5;
	border:1px solid #F8E5ED;
}

.index .box1 .side .news p {margin:0 auto 4px auto;}


.index .box1 .side .news dl {
	margin:0 auto;
	width:207px;
}

.index .box1 .side .news dd {
	list-style:none;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	font-size:12px;
	text-align:left;
	background-image: url(../images/index/icon_arrow.jpg);
	background-position: left 23px;
	background-repeat: no-repeat;
	border-bottom:1px dotted #CB399A;
}




.index .box2 {
	margin:0 0 0 0;
	width:800px;
	height:156px;
	overflow:hidden;
}

.index .box2 p {float:left; width:268px; text-align:left;}
.index .box2 p.edge {width:263px; text-align:right;}



.index .box3 h3 {margin:0 0 12px 0;}
.index .box3 .inbox {
	margin:0 auto;
	width:782px;
	height:230px;
	overflow:hidden;
}
.index .box3 .inbox .left {
	float:left;
	width:381px;
	overflow:hidden;
}
.index .box3 .inbox .right {
	float:right;
	width:381px;
	overflow:hidden;
}




.index .box3 .btn {height:122px;}
.index .box3 .btn p {float:left; width:201px; text-align:left;}
.index .box3 .btn p.edge {width:195px; text-align:right;}






/* --------------------------------- */
/* bijin_sengen.html */
/* --------------------------------- */

.bijin {	
	margin:0 auto;
	width:564px;
}

.bijin h2 {margin:0 0 0 0;}

.bijin p {font-size:12px; text-align:left;}

.bijin .midasi {	
	margin:0 auto 47px auto;
	width:564px;
	height:340px;
	background-image: url(../images/bijin_sengen/bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.bijin .midasi p {padding:23px 0 0 44px;}

.bijin .cont1,.bijin .cont2,.bijin .cont3 {
	margin:0 auto 47px auto;
	width:523px;
	height:108px;
	background-position: left top;
	background-repeat: no-repeat;
}
.bijin .cont1 {background-image: url(../images/bijin_sengen/icon1.jpg);}
.bijin .cont2 {background-image: url(../images/bijin_sengen/icon2.jpg);}
.bijin .cont3 {background-image: url(../images/bijin_sengen/icon3.jpg);}
.bijin .cont1 h3,.bijin .cont2 h3,.bijin .cont3 h3 {padding:0 0 0 109px;}
.bijin .cont1 p,.bijin .cont2 p,.bijin .cont3 p {padding:0 10px 0 115px;}





/* --------------------------------- */
/* face.html */
/* --------------------------------- */

.face {	
	margin:0 auto;
	width:524px;
}

.face h3 {margin:0 0 15px 0; text-align:left;}

.face p {font-size:12px; text-align:left;}






/* --------------------------------- */
/* taping.html */
/* --------------------------------- */

.taping {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:524px;
}

.taping h3 {margin:0 auto 15px auto; text-align:center;}

.taping div {
	margin:0 0 30px 0;
	font-size:12px;
	text-align:left;
}
.taping p {margin:0 auto; padding:0 30px; text-align:left;}






/* --------------------------------- */
/* hi_charge.html */
/* --------------------------------- */

.hi {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:524px;
}

.hi h3 {margin:0 0 15px 0; text-align:left;}

.hi div {margin:0 0 30px 0; font-size:12px; text-align:left;}
.hi p {text-align:center;}



.hi h4 {margin:0 0 10px 0; text-align:center;}
.hi .txt {margin:0 auto; padding:0 40px; text-align:left;}






/* --------------------------------- */
/* coas.html */
/* --------------------------------- */

.coas {
	margin:0 auto;
	padding:0 0 20px 0;
	width:532px;
}

.coas h3 {margin:0 0 10px 0;}

.coas .box {
	margin:0 auto 30px auto;
	width:520px;
	font-size:12px;
	text-align:left;
}

.coas .cont {
	margin:0 auto 30px auto;
	width:532px;
	font-size:12px;
	background-image: url(../images/coas/bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}




.coas table {
	margin:0 auto 10px auto;
	width:498px;
	height:180px;
	font-size:12px;
	text-align:left;
	line-height:18px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow:hidden;
}
.coas .cont1 {background-image: url(../images/coas/cont1_bg.jpg);}
.coas .cont2 {background-image: url(../images/coas/cont2_bg.jpg);}
.coas .cont3 {
	margin:0 auto 0 auto;
}

.coas table .btn {
	width:238px;
	height:114px;
	vertical-align:top;
	overflow:hidden;
}
.coas table .btn img {margin:4px 0 0 4px;}

.coas table .txt1 {
	width:260px;
	height:114px;
	color:#4E612D;
	vertical-align:top;
}
.coas table .txt1 p {padding:10px 15px 0 15px;}

.coas table .txt2 {
	width:498px;
	height:66px;
	vertical-align:top;
	text-align:center;
	overflow:hidden;
	margin: 0px 0px 10px 0px;
}

.coas table .txt2 dl {
	clear:both;
	margin:0 auto;
	width:465px;
}
.coas table .txt2 div.aaa {margin:0 auto; width:465px; height:18px; clear:both; border-bottom:1px solid #CCC; overflow:hidden;}
.coas table .txt2 div.bbb {margin:0 auto; width:465px; height:18px; clear:both; overflow:hidden;}
.coas table .txt2 dl dt {margin:0 0 3px 0; clear:both; float:left;}
.coas table .txt2 dl dd {float:right; margin:0 0 3px 0;}
.coas table .txt2 p {margin:0 auto; width:465px; text-align:left;}






/* --------------------------------- */
/* staff.html */
/* --------------------------------- */

.staff {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:524px;
}

.staff .left {
	float:left;
	margin:0 0 50px 0;
	width:216px;
	font-size:12px;
	text-align:left;
}
.staff .left p {margin:0 0 5px 0;}
.staff .left p.txt {margin:0 5px 5px 5px; padding:0 0 1px 0; border-bottom:1px solid #CCC;}

.staff .right {
	float:right;
	margin:0 0 50px 0;
	width:283px;
	font-size:12px;
	text-align:left;
}








/* --------------------------------- */
/* map.html */
/* --------------------------------- */

.map {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:510px;
}

.map .google {
	margin:0 auto 30px auto;
	font-size:12px;
	text-align:left;
}
.map .google p {margin:0 0 5px 0;}

.map h3 {margin:0 0 10px 0;}



.map dl {clear:both; margin:0 auto 0 auto;}
.map dd {
	margin:0 0 30px 0;
	float:left;
	width:170px;
	font-size:12px;
}
.map dd p {margin:0 auto 5px auto; width:160px; text-align:left;}



.map .left {
	margin:0 0 10px 0;
	float:left;
	width:300px;
}
.map .left div {padding:8px 0 0 0; border:1px solid #CFC89A;}
.map .left div p {margin:0 auto 7px auto; width:285px; font-size:12px; text-align:left;}

.map .right {
	margin:0 0 10px 0;
	float:right;
	width:200px;
}
.map .right div {padding:11px 0 10px 0; border:1px solid #CFC89A;}
.map .right div p {margin:0 auto 0 auto; width:178px; font-size:12px; text-align:left;}

.map .txt {
	clear:both;
	margin:0 0 30px 0;
	font-size:12px;
	color:#FF0000;
	text-align:left;
}




.map .tokuten {
	padding:6px 0 6px 0;
	text-align:center;
	border:1px solid #CFC89A;
}
.map .tokuten p {margin:0 auto;}








/* --------------------------------- */
/* topics.html */
/* --------------------------------- */

.topics {	
	margin:0 auto;
	padding:0 0 00;
	width:529px;
}

.topics .box {margin:0 0 40px 0;}

.topics .box h3 {
	margin:0 0 20px 0;
	width:529px;
	height:31px;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	line-height:35px;
	text-indent:10px;
	background-image: url(../images/topics/h3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.topics .box div {
	padding:0 10px 0 10px;
	font-size:12px;
	text-align:left;
}








/* --------------------------------- */
/* site_map.html */
/* --------------------------------- */

.site_map {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:524px;
}

.site_map div {float:left; padding:0 10px 0 10px;}

.site_map p {
	padding:0 0 0 15px;
	font-size:12px;
	text-align:left;
	background-image: url(../images/site_map/icon_arrow.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
}

.site_map dl {text-align:left;}
.site_map dd{
	padding:0 0 0 50px;
	font-size:12px;
	background-image: url(../images/site_map/dot3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.site_map dd.sub {
	padding:0 0 0 50px;
	font-size:12px;
	background-image: url(../images/site_map/dot4.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}








/* --------------------------------- */
/* form.html */
/* --------------------------------- */

.form {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:510px;
}
.form h3 {margin:0 0 15px 0;}

.form p {margin:0 0 30px 0; font-size:12px; text-align:left;}



.form table {margin:0 0 30px 0; width:508px; font-size:12px; text-align:left; border:1px solid #DCD9B8;}
.form th {padding:5px; width:120px; border:1px solid #DCD9B8; text-align:left;}
.form td {padding:5px; border:1px solid #DCD9B8; text-align:left;}

.form td.kibo {width:50px; text-align:center; background-color:#DCD9B8; border:1px solid #FFF;}


.form table.btn {margin:0 auto 0 auto; width:200px; border:0;}
.form table.btn td {padding:5px; border:0; text-align:center;}



div.baloon {
   font-size: 11px;
   color: #000;
   position: absolute;
   padding-left: 5px;
   background: url("../images/form/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: #0000FF;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   color: #FF0000;
   background: url("../images/form/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}








/* --------------------------------- */
/* privacy.html */
/* --------------------------------- */

.privacy {	
	margin:0 auto;
	padding:0 0 34px 0;
	width:524px;
}

.privacy p {font-size:12px; text-align:left;}
#ol #main .index .box31 {
	text-align: left;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}
#ol #main .index .box31 {
	font-size: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 28px;
	color: #666;
	padding: 20px;
	margin: 0px 0px 20px 0px;
	background-image: url("../images/index/top_text_bg.jpg");
}
#ol #main .main_in .content .coas .cont #ggg {
}


