@charset "utf-8";

/*-----------お役立ちガイド設定-------------*/

/*---共通設定---*/
.main{
	width:800px;
	margin:0 auto;
	}
#p-guide .main{
	line-height:1.4;
	}
#content{
	width:780px;
	margin:10px 0 0 10px;
}
#content #lead{
	background:url(/img/guide/guide_top_image.gif) no-repeat right top;
	min-height:210px;
	_height:210px;	/*IEのみ適用*/
}
#content #lead p{
	width:460px;
	padding:15px 0 10px 15px;
	margin-left:20px;
}
#content h2{
	margin-left:30px;
}
/*---トップページ---*/
.guidemenu{
	width:678px;
	border:solid #CCC;
	border-width:0 1px 1px 1px;
	margin-bottom:15px;
	margin-left:30px;
	display: inline-block;
}
.guidemenu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.guidemenu {
	}

/* Hides from IE-mac \*/
* html .guidemenu {
	height: 1%;
	}
.guidemenu p{
	width:510px;
	margin:5px 0 0 0;
	float:left;
}

.guidemenu ul{
	font-size:x-small;
	margin-top:10px;
	float:left;
}
.guidemenu li{
	display:inline;
	background:url(/img/guide/icon_link.gif) no-repeat left center;
	padding-left:12px;
	margin-left:15px;
}

.guidemenu dl{
	width:200px;
	margin-top:10px;
	float:left;
}
.guidemenu dt{
	border:1px solid #09C;
	color:#09C;
	font-family:"Helvetica";
	font-weight:bold;
	padding:1px 3px;
	line-height:1;
	float:left;
}
.guidemenu dd{
	margin-left:3px;
	font-weight:bold;
	float:left;
	width:160px;
}
.guidemenu dd ul{
	margin:0px;
}
.guidemenu dd li{
	display:block;
	background:url(/img/guide/icon_link.gif) no-repeat left center;
	padding-left:12px;
	margin-left:5px;
	font-weight:normal;
}

/*---上部ナビゲーション---*/
ul#guidenavibar{
	clear:both;
	width:788px;
	height:27px;
	border-bottom:5px solid #97D9ED;
	margin:5px 0;
	padding-left:12px;
	list-style:none;
}

ul#guidenavibar li{
	width:155px;
	height:27px;
	text-indent:-9999px;
	float:left;
}
ul#guidenavibar li a{
	display:block;
	width:155px;
	height:27px;
}
ul#guidenavibar li.navibar01 a{
	background:url(/img/guide/guide_navibar01.jpg) no-repeat left top;
}
ul#guidenavibar li.navibar02 a{
	background:url(/img/guide/guide_navibar02.jpg) no-repeat left top;
}
ul#guidenavibar li.navibar03 a{
	background:url(/img/guide/guide_navibar03.jpg) no-repeat left top;
}
ul#guidenavibar li.navibar04 a{
	background:url(/img/guide/guide_navibar04.jpg) no-repeat left top;
}
ul#guidenavibar li.navibar05 a{
	background:url(/img/guide/guide_navibar05.jpg) no-repeat left top;
}
ul#guidenavibar li a:hover, ul#guidenavibar li a.recent{
	background-position:left bottom;
}

/*---下部ナビゲーション---*/
ul#guidebottomnavibar{
	clear:both;
	width:776px;
	height:25px;
	margin:30px auto 30px;
}
ul#guidebottomnavibar li{
	width:155px;
	text-indent:-9999px;
	float:left;
}
ul#guidebottomnavibar li a{
	display:block;
	width:155px;
	height:25px;
}
ul#guidebottomnavibar li.navibar01 a{
	background:url(/img/guide/guide_bottomnavibar01.gif) no-repeat left top;
}
ul#guidebottomnavibar li.navibar02 a{
	background:url(/img/guide/guide_bottomnavibar02.gif) no-repeat left top;
}
ul#guidebottomnavibar li.navibar03 a{
	background:url(/img/guide/guide_bottomnavibar03.gif) no-repeat left top;
}
ul#guidebottomnavibar li.navibar04 a{
	background:url(/img/guide/guide_bottomnavibar04.gif) no-repeat left top;
}
ul#guidebottomnavibar li.navibar05 a{
	background:url(/img/guide/guide_bottomnavibar05.gif) no-repeat left top;
}
ul#guidebottomnavibar li a:hover, ul#guidebottomnavibar li a.recent{
	background-position:left bottom;
}

/*---コンテンツページ---*/

#guidecontent{
	margin-left:10px;
}
#guidecontent h1{
	width:780px;
	height:45px;
}
#guidecontent h2, #guidecontent h3{
	clear:both;
	background:url("/img/guide/guide_h3_bg.gif") repeat-x;
	margin:10px;
	padding:3px 10px;
	font-size:100%;
	font-weight:bold;
}
#guidecontent p, #guidecontent ul, #guidecontent ol{
	padding:10px 15px;
}
#guidecontent li{
	padding-left:10px;
}
#guidecontent h2.subtitle01, #guidecontent h2.subtitle02, #guidecontent h2.subtitle03, #guidecontent h2.subtitle04, #guidecontent h2.subtitle05{
	width:auto;
	height:34px;
	font-size:120%;
	padding:5px 0 0 45px;
	margin:5px 0;
	font-weight:bold;
}
#guidecontent h2.subtitle01{
	background:url(/img/guide/guide_subtitle01.gif) no-repeat top left;
}
#guidecontent h2.subtitle02{
	background:url(/img/guide/guide_subtitle02.gif) no-repeat top left;
}
#guidecontent h2.subtitle03{
	background:url(/img/guide/guide_subtitle03.gif) no-repeat top left;
}
#guidecontent h2.subtitle04{
	background:url(/img/guide/guide_subtitle04.gif) no-repeat top left;
}
#guidecontent h2.subtitle05{
	background:url(/img/guide/guide_subtitle05.gif) no-repeat top left;
}
#guidecontent #lead{
	width:780px;
	min-height:170px;
	_height:170px;	/*IEのみ適用*/
	margin:0;
}
.guide01{
	background:url(/img/guide/guide01_image.jpg) no-repeat top right;
}
.guide02{
	background:url(/img/guide/guide02_image.jpg) no-repeat top right;
}
.guide03{
	background:url(/img/guide/guide03_image.jpg) no-repeat top right;
}
.guide04{
	background:url(/img/guide/guide04_image.jpg) no-repeat top right;
}
.guide05{
	background:url(/img/guide/guide05_image.jpg) no-repeat top right;
}
#guidecontent #lead h2{
	width:460px;
	margin:0;
}
#guidecontent #lead p{
	width:440px;
	padding:15px 0 10px 15px;
	margin-left:15px;
}
#guidecontent dl{
	margin:5px 10px 20px 10px;
	width:100%;
	overflow:auto;
}
#guidecontent dt{
	font-weight:bold;
	color:#066;
	background:url(/img/guide/icon_mark.gif) no-repeat left top;
	padding-left:20px;
}
#guidecontent dt img{
	margin:0 0 0 10px;
}
#guidecontent dd{
	padding-left:20px;
}
#guidecontent dd ul{
	margin:0;
	padding:0;
}
#guidecontent dd ul li{
	margin:0 0 0 10px;
	padding:0;
	list-style:square;
}
#guidecontent .leftBox,
#guidecontent .rightBox{
	margin:10px;
	width:360px;
	}
/*#guidecontent .rightBox{
	margin-right:70px;
	}*/
.guidebox{
	width:340px;
	margin:10px 10px;
	float:left;
}

.guidebox img{
	margin:15px 5px;
}

#guidecontent .guidecolumn dl{
	width:auto;
	border:1px solid #CCC;
	padding:4px;
}
#guidecontent .guidecolumn dt{
	border-bottom:1px dotted #CCC;
	font-weight:bold;
	color:#066;
	background-image:none;
	margin-bottom:5px;
}
#guidecontent .guidecolumn dt.caution{
	background:url(/img/guide/icon_caution.gif) no-repeat left top;
}
#guidecontent .guidecolumn dd{
	background:url(/img/guide/icon_mark.gif) no-repeat left top;
	padding:0 0 2px 20px;
}
#lead .guidecolumn{
	width:520px;
}
#guidecontent dl{
	width:auto;
}
/*guide02*/
#guide02talk dl{
	width:670px;
	margin-left:30px;
}
#guide02talk dt{
	clear:both;
	width:50px;
	height:40px;
	background:none;
	padding:2px 0;
	float:left;
}
#guide02talk dd{
	width:610px;
	height:40px;
	padding:2px 0;
	float:left;
}
#guide02talk dd.break{
	background:url(/img/guide/guide02_talk04.gif) no-repeat 100px 30px;
	padding-bottom:30px;
}
#guide02merit{
	clear:both;
	width:700px;
	background-color:#BFE9F4;
	padding-bottom:5px;
	margin:10px 0 10px 20px;
}
#guide02merit h2{
	height:25px;
	margin:0;
	padding:0;
}
#guide02merit h3{
	width:650px;
	margin:5px 0 5px 10px;
	padding:0;
}
#guide02merit p{
	margin:0 10px;
	padding:0;
}
#guide02merit ul{
	margin:10px;
	padding-left:2em;
	margin-left:15px;
}
#guide02merit li{
	list-style:square;
	margin-left:15px;
}
#guide02merit li img{
	margin-top:0;
}
/*guide03*/

#lead.guide03 #guide03dl, #guide03dl{
	width:300px;
	background:#BFE9F4;
	padding:8px 0;
	margin:10px 0 0 200px;
	text-align:center;
	clear:both;
}
#lead.guide03 #guide03dl p, #guide03dl p{
	width:100%;
	font-size:79%;
	margin:0 0 10px 0;
	padding:4px 0;
	line-height:1;
	background-color:#FFF;
}
#guide03resume{
	width:400px;
	float:left;
}
#guide03resume img{
	margin-right:4px;
}

#guide03resume dt{
	background:none;
	padding:0;
}
#guide03resume dd{
	padding-left:15px;
}
#guide03resume a.links{
	background:url(/img/guide/icon_link.gif) no-repeat left center;
	padding-left:12px;
	font-size:90%;
	font-weight:normal;
}
.guide03box{
	width:360px;
	margin:10px 10px;
	padding:3px;
	border:1px solid #CCC;
	float:left;
}
.guide03box h4{
	background-image:none;
	background-color:#BFE9F4;
	margin:0 0 5px 0;
	font-size:100%;
	padding:2px 5px;
	font-weight:bold;
}
.guide03box dt{
	margin-top:0.5em;
}

/*guide04*/
#guide04chart{
	width:750px;
	background-color:#BFE9F4;
	margin:20px;
	padding-bottom:20px;
}
#guide04chart h3{
	width:750px;
	margin:0;
	padding:0;
}
#guide04chart ul{
	width:750px;
	background:url(/img/guide/guide04_chart_arrow.jpg) no-repeat left bottom;
	margin:0;
	padding:0;
}
#guide04chart ul li{
	width:550px;
	margin-left:160px;
	background:url(/img/guide/icon_mark_blue.gif) no-repeat left top;
	padding-left:20px;
}
#guide04chart ul.last{
	background:none;
}
.guide04qa{
	width:auto;
	border:1px solid #CCC;
	padding:5px 10px;
	margin-left:10px;
}
#guide04qa01, #guide04qa02{
	width:320px;
	float:left;
	margin-bottom:10px;
}
#guide04qa01 h3, #guide04qa02 h3{
	background-image:none;
	background-color:#BFE9F4;
	margin:0 0 5px 0;
	padding:2px 5px;
}
#guide04qa01 ul, #guide04qa02 ul, #guide04qa01 p, #guide04qa02 p{
	margin:5px 0;
	padding:0;
}
#guide04qa01 ul li, #guide04qa02 ul li{
	background:url(/img/guide/icon_mark.gif) no-repeat left top;
	padding-left:20px;
}
#guide04qa01{
	background:url(/img/guide/guide04_qa01.gif) no-repeat left bottom;
	padding-left:70px;
}
#guide04qa02{
	background:url(/img/guide/guide04_qa02.gif) no-repeat right bottom;
	padding-right:70px;
}

/*guide05*/
#guidecontent p.right{
	float:none;
	text-align:right;
}
#guide05qa li{
	background:url(/img/guide/icon_link.gif) no-repeat left center;
	padding-left:12px;
	margin-left:15px;
}
#guide05qa h2 img{
	margin:0 5px 2px 0;
	vertical-align:middle;
}

/*---サブウィンドウページ---*/
#subwincontainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	text-align:left;
}
#subwincontainer #header{
	width:100%;
}
#subwincontainer #mainlogo{
	width:210px;
	float:left;
}
#subwincontainer #sublogo{
	width:210px;
	padding-top:10px;
	float:right;
}
#subwincontainer h1{
	width:100%;
	height:25px;
	background:url(/img/guide/subwin_h1_bg.jpg) repeat-x #FFF;
	font-size:110%;
	padding:8px 0 0 10px;
	margin:1px 0 10px 0;
	border-bottom:3px solid #EE6600;
	font-weight:bold;

}
p#closewin{
	text-align:center;
}
p#closewin a{
	display:block;
	width:156px;
	height:25px;
	background:url(/img/guide/icon_closewin.gif) no-repeat top left;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}
p#closewin a:hover{
	background-position:left bottom;
}
#subwincontainer #footer{
	width:100%;
}
#subwincontainer #copyright{
	clear:both;
	padding:5px 0;
	background:url(/img/guide/dotline.gif) repeat-x top;
	text-align:center;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
* {
	margin:0;
	padding:0;
}
.right {
	float:right;
	margin:5px 5px 5px 15px;
}
img {
	border:0 none;
	vertical-align:bottom;
}
.left {
	float:left;
	margin:5px 15px 5px 5px;
}
img {
	border:0 none;
	vertical-align:bottom;
}
table {
	margin:10px;
}
table th.title {
	background:#999999 none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 10px;
}
table .center {
	text-align:center;
}
table th {
	background:#EEEEEE none repeat scroll 0 0;
	padding:3px 8px;
	text-align:left;
	vertical-align:middle;
}
table, th, td {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	padding:3px 8px;
	vertical-align:top;
}
table, th, tr, td {
	margin:0;
	padding:0;
}

#main #wordCondition.section .inner {
	padding:0;
}
#wordCondition.section .leftBox {
	width:430px;
}
#wordCondition.section .rightBox {
	width:360px;
}
#wordCondition.section ul {
	margin-bottom:10px;
	}
#wordCondition.section ul li a {
	background:transparent url(/img/guide/icon_more.gif) no-repeat scroll 5px 50%;
	padding-left:15px;
}
.offerBox {
	font-size:x-small;
	padding:5px;
	text-align:right;
	vertical-align:middle;
}
#search {
	line-height:1.6;
	margin-top:10px;
	position:relative;
	}
	
#searchConditionInner{
	background:url(/img/bg_greybox.gif) no-repeat;
	margin-bottom:10px;
	padding:10px 0 0;
}
#searchCondition .inner{
	position:relative;
	background:url(/img/bg_greybox.gif) no-repeat 0 100% #FFF;
	padding:0 10px 10px !important;
	}
form#searchArea {
	padding-bottom:10px;
	position:absolute;
	right:8px;
	top:0;
	width:420px;
	}

