@charset "utf-8";


div#guide{
}
div#guide h2{
	margin:0 -30px 30px -30px;
}
div#guide h3{
	margin:0 0 30px 0;
}
section#guide01{
	width:900px;
	background:url(../img/img01.gif) no-repeat right 20px;
}
section#guide01 ul{
	border-top:1px #CCCCCC dotted;
	width:660px;
	margin:0 0 40px 0;
}
section#guide01 ul:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	/*モダンブラウザ隙間対策*/
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
section#guide01 ul{display:inline-block;}
section#guide01 html[xmlns] ul{display:block;}
section#guide01 * html ul{height:1%;}
section#guide01 ul li{
	border-bottom:1px #CCCCCC dotted;
	float:left;
	display:block;
	padding:0.5em 10px;
	width:310px;
}

section#guide02{
	margin-bottom:30px;
}
section#guide02:after{
	display:block;
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	font-size:0;
}

section#guide02 ul li{
	float:left;
	margin:0 0 10px 0;
}
section#guide02 ul li:nth-child(2n){
	margin-left:10px;
}

h3#guide_info{
	clear:both;
	text-align:center;
}

nav#guide_navi{
	clear:both;
}
nav#guide_navi ul li{
	float:left;
	margin:0 15px 0 0;
}
nav#guide_navi ul li:last-child{
	margin:0;
}