@charset "UTF-8";

/* ***********************************************************
*
* Since:     2013-01-08
* Editor:    contents
* Modified:  2013-01-08 by:contents TAZAKI
*
* ***********************************************************
*/

/* font-size===========================================

10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	170%
23px 	177%
24px 	185%
25px 	193%
26px 	200%

===================================================== */

/* +++++++++++++++++++++++++++++++++++++++++++++++

     #guide

+++++++++++++++++++++++++++++++++++++++++++++++ */

/* ------------------------

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



.guideBox{
	padding:0 10px 8px;
	margin-bottom:13px;
	background:url(../guide/img/arrow_under.jpg) 50% 100% no-repeat;
	
}
.guideBox.end{
	margin-bottom:25px;
	background:none;
	
}



.guideBox dl{
	background:url(../guide/img/box_bg.jpg) repeat 0 0;
	border:2px #8D6347 solid;
	

}
.guideBox dl dt{
	width:682px;
	margin:10px auto;
}
.guideBox dl dd{
	padding:0 15px;
	margin-bottom:10px;
}

.guideBox dl dd ul{
	width:605px; 
	margin:0 auto;
}
.guideBox dl dd ul li{
	float:left;
	margin: 0 20px 5px 0;
}
.guideBox dl dd ul li.end{
	float:left;
	margin: 0 0 5px 0;
}
.guideBox dl dd.info{
	background:#FFFFFF;
	width:600px;
	padding:10px 10px;
	margin:0 auto 10px;

}
.guideBox dl dd.info2{
	background:#FFFFFF;
	width:600px;
	padding:10px 10px;
	margin:0 auto 15px;
	border:2px #78CBC7 solid;
}







/* ------------------------

		.visitation
		
-------------------------- */

.visitation p.catch{
	margin-bottom:25px;		
}
p.info{
	margin-top:5px;
	font-size:93%;	
}

ul.attentionList{
	margin-bottom:25px;		
}
ul.attentionList li{
	margin-bottom:5px;		
}
ul.attentionList li span{
	color:#6AA534;
	padding-right:6px;	
}



/* dataT　*/

table.dataT{
margin:0 auto;
padding:0;
border:1px dotted #666;
border-top:3px solid #CCC;
border-bottom:none;
border-left:none;
border-collapse:collapse;
width:700px;
}

table.dataT th,table.dataT td{
padding:8px;
	text-align:center;
border-bottom:1px dotted #999;
border-left:1px dotted #999;

}

table.dataT th{
	background:#EDEDED;
	font-weight:bold;
	color:#444;
}

table.dataT td{
	padding: 5px 10px;
	background:#FFF;
}


