@charset "UTF-8";

/*	css情報
---------------------------------------------------------------
	/ common.css
	/ Last Update : 2009-2
	/ リセットおよび基本設定
---------------------------------------------------------------*/

/*-------------------------------------------------------------
	リセット
---------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 0.5em;
}


/*-------------------------------------------------------------
	ベース
---------------------------------------------------------------*/

body {
	color: #666;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 150%;
	text-align: left;
	background: url(../img/base-bg.gif) repeat-x left top ;
}

div#wrapping {
	width: 790px;
	background: #FFFFFF url(../images/base_content_bg.gif) left top repeat-y;
	margin: 0 auto;
	padding: 0 4px;
}


/*-------------------------------------------------------------
	リンク
---------------------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	color: #3366cc;
}
a:visited {
	color: #3366cc;
}
a:hover {
	color: #3366cc;
	text-decoration: none;
}
a:active {
	color: #3366cc;
}

/*-------------------------------------------------------------
	他全般的なもの
---------------------------------------------------------------*/

img {
	border: 0;
	vertical-align: top;
}

.clear { clear:both;}
.right { float:right;}
.left { float:left;}

div#pageTop {
	width: 696px;
	padding: 0;
	text-align:right;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div#pageTop img{
	width: 107px;
	margin: 0;
	padding: 0;
}

div#pageTop a{
	margin: 0;
	padding: 0;
	color: #666;		
	text-decoration:underline;
}

div#pageTop a:hover{
	color: #666;
	text-decoration:none;
}


/*---------------------------------
	レイアウト
-----------------------------------*/

div#base {
	width:736px;
	margin: 0 auto;
}

div#content {
	background: url(../img/content-top.gif) left top no-repeat;
	width: 736px;
	margin: 0px;
	padding-top: 24px;
}

div#contentBox {
	background: url(../img/content-middle.gif) left bottom repeat-y;
	width: 696px;
	margin: 0px;
	padding: 0 20px;
	border-bottom: 1px #ccc solid;
	text-align: left;
}

div.contentTitle {
	float:left;
	width: 153px;
	background: #FFFFFF;
}

div#contentBox table.capter {
	float:right;
	width: 520px;
	border: 2px solid #ccc;
	border-spacing: 0;

}

div#contentBox table.capter th{
	color: #666666;
	background-color: #f3f3f3;
	padding: 8px 4px 8px 4px;
	background: #f3f3f3 url(../img/chapter_line.gif) left bottom repeat-x;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #ccc solid;
	width: 60px;
	text-align: center;
}

div#contentBox table.capter th.chapterSubTitle{
	background: #fff url(../img/content-subtitle_bg.gif) left bottom repeat-x;
	height: 16px;
	padding: 12px 0 12px 12px;
	text-align: left;
}

div#contentBox table.capter td{
	color: #666666;
	background: #fff url(../img/chapter_line.gif) left bottom repeat-x;
	padding: 5px;
	border-bottom: 1px #fff solid;
	width: 436px;
}

div#contentBox table.capter td a{
	background: #fff url(../img/chapter_arrow.gif) left top no-repeat;
	padding-left: 15px;
}

div.chapterBox {
	width: 696px;
	clear:both;
	overflow: hidden;
	background: url(../img/chapter_load.gif) no-repeat left bottom;
	margin-bottom: 20px;
}

div.chapterLast {
	background: #FFF;
}

div#footerLink {
	width: 736px;
	overflow: hidden;
	margin-bottom: 24px;
}

ul#pageLink {
	width: 620px;
	margin-top: 6px;
}

ul#pageLink li{
	display:inline;
	font-size: 85%;
}

ul#pageLink li a{
	border-right: 1px solid #666;
	padding-right: 8px;
	padding-left: 3px;
	color: #666;
}
       


/*---------------------------------
	ヘッダー
-----------------------------------*/

div#base div#headerArea {
	width: 790px;
	margin: 0;
	padding: 0;
}

div#header {
	background: url(../images/header_bg.jpg) right bottom no-repeat;
	width: 736px;
	margin: 0px;
	padding: 0px;
}

/* IE6・7用 */
* html div#header { height: ; }

div#header h1#logo,
div#header p#logo{
	width: 294px;
	height: 40px;
	margin: 21px 0 18px 0;
	padding: 0;
	font-size: 78%;
	font-weight: normal;
	line-height: 140%;
	text-indent: 13px;
}

/*---------------------------------
	グローバルナビゲーション
-----------------------------------*/

ul#globalNav {
	background: url(../images/gnavi_bg.gif) left top repeat-x;
	width: 736px;
	height: 50px;
	text-align:right;
	margin: 0px;
	padding: 0px;
}

ul#globalNav li{
	width: 184px;
	height: 50px;
	display:inline;
	margin: 0;
	padding: 0;
}

ul#globalNav li a{
	width: 184px;
}

div#mainVisual {
	margin-bottom: 20px;
}

div#footerArea {
	background:#f0efeb  url(../img/footer_bg.gif) repeat-x left top;
	clear: both;
}

div#footerLink {
	width: 736px;
	clear: both;
}

div#footerArea div#footerNav,
div#footerArea div#footerNote {
	width: 736px;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px 0 8px 0;
}

div#footerArea div#footerNote {
	background:url(../img/ff_logo.gif) left 20px no-repeat;
}

div#footerArea div#footerNote p{
	margin: 0;
	padding: 0;
}

div#footerArea div#footerNote div#footerCopyNav {
	float: left;
	margin: 0px;
	padding: 12px 0 0 42px;
	width: 298px;
}

div#footerArea div#footerNote div#footerCopyNav ul{
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 80%;
	line-height: 130%;
}

div#footerArea div#footerNote div#footerCopyNav li{
	margin: 0;
	padding: 0 8px 0 8px;
	display:inline;
	background: url(../img/footer_note-icon.gif) left center no-repeat;
}

div#footerArea div#footerNote div#footerCopyNav li a{
	color:#777;
}

div#footerArea div#footerNote ul#siteNav{
	width: 326px;
	padding: 0;
	float:right;
	text-align:right;
}

div#footerArea div#footerNote ul#siteNav li{
	display: inline;
	width: 159px;
}

div#footerArea div#siteBanaLink{
	background: #fff2e0 url(../img/footer_bana-bg.gif) repeat-x left top;
}


div#footerArea div#footerNav div#siteContact{
	width: 141px;
	padding: 12px 0;	
	float: right;
}

div#copy {
	background: #FFFFFF url(../img/footer_bottom-bg.gif) left top repeat-x;
	clear: both;
	padding: 8px 0 0 0;
	font-weight: bold;
}

div#copy p {
	width: 400px;
	margin: 0 auto;
	padding: 4px 0 24px 0;
}

/*---------------------------------
	ぱんくずリスト
-----------------------------------*/

ul#topicPath {
	margin:0;
	padding: 12px 0 12px 12px;
	background: url(../img/topic-icon.gif) 8px 13px no-repeat;
	min-height: 11px;
}

* html ul#topicPath{height: 11px;}

ul#topicPath li {
	display:inline;
	font-size: 85%;
	line-height:110%;
	list-style-type:none;
	padding-left:4px;
	margin: 0px;
	font-weight: bold;
}  
ul#topicPath li a {
	padding-right:13px;
	background: url(../img/topic-path_icon2.gif) no-repeat right center;
	font-weight: normal;
}



/*---------------------------------
	メールマガジン
-----------------------------------*/
div#mailBoxTop {
	margin-top: 20px;
	padding-bottom: 12px;
	border: 1px #ccc solid;
	background-color: #f1f1f1;
}

div#mailBoxTop h2{
	width: 694px;
	height: 40px;
	margin: 0;
	padding: 0;	
}

div#mailBoxTop p{
	padding: 0 0 4px 8px;
}

div#mailBoxTop form p{
	display:inline;
	vertical-align:top;
}




/*-------------------------------------------------------------
	下層ページ
---------------------------------------------------------------*/

div.articleBox {
	clear: both;
	width: 696px;
	margin-top: 12px;
}

div.articleText {
	clear: both;
	margin-right: 8px;
	margin-left: 8px;
}

div.articleText p {
	color: #666;
	line-height: 140%;
	margin: 0 0 8px 0;
	padding: 0px;
}

div.introduction {
	padding: 6px 0 16px 16px;
	background:#fff url(../guide/img/introtitle_bg.gif) left bottom repeat-x;
	margin: 0px;
	overflow: hidden;
	width: 680px;
	vertical-align: top;
}

div.introduction div.introTitle {
	width: auto;
	margin: 0 8px 0 0;
	padding: 0;
	line-height: 140%;
	color: #FF6600;
	float: left;
	font-size: 110%;
	font-weight: bold;
}

/*
div.introduction div.introTitle div.introChap{
	float:left;
	background:url(../guide/img/introtitle_chap-top.gif) left top no-repeat;
	width: 53px;
	padding-top: 4px;
}

div.introduction div.introTitle div.introChap div.introChapMiddle{
	background:url(../guide/img/introtitle_chap-middle.gif) left top repeat-y;
	width: 53px;
}

div.introduction div.introTitle div.introChap div.introChapMiddle p{
	background:url(../guide/img/introtitle_chap-bottom.gif) left bottom no-repeat;
	width: 53px;
	margin: 0;
	padding: 5px 0 9px 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
}
*/

div.introduction h2{
	float: right;
	width: 610px;
	font-size: 110%;
	color: #FF6600;
	padding: 0;
	margin: 0px;
	line-height: 140%;
}

div.articleTitle {
	width: 680px;
	background:url(../guide/img/articletitle-middle.gif) no-repeat left bottom;
	margin-bottom: 12px;
	clear: both;
	margin-top: 12px;
	
}

div.articleTitleMiddle {
	width: 680px;
	background:url(../guide/img/articletitle-top.gif) no-repeat left top;
}

div.articleTitle h3{
	width: 696px;
	background:url(../guide/img/articletitle-bottom.gif) no-repeat left bottom;
	padding: 8px 0 10px 10px;
	line-height: 140%;
	clear: both;
}

div.articleTitle h3 span{
	background:url(../guide/img/articletitle-header.gif) no-repeat left center;
	padding-left: 13px;
	color: #FF9900;
}

div.articleTitle h3 span strong{
	font-weight: bold;
	color: #FF9900;
	margin-right: 4px;
}

div.articleText p.caption {
	width: 660px;
	color:#7b6b53;
	padding: 6px 10px 6px;
	margin-bottom: 4px;
}

div.articleText p.imgCaption {
	width: 660px;
	color:#7b6b53;
	padding: 6px 10px 6px;
	margin-bottom: 4px;
	font-weight:bold;
}

div.articleText h3.imgCaption {
	width: 680px;
	color: #cc9933;
	font-weight:bold;
	margin: 8px 0 4px 0;
	background: url(../guide/img/h_line.gif) repeat-x left bottom;
	padding-bottom: 12px;
	font-size: 110%;
	line-height: 130%;
}

div.articleText h3.imgCaption span{
	width: 660px;
	padding: 6px 10px 6px 4px;
}

div.articleText h4 {
	width: 680px;
	color:#7b6b53;
	margin-bottom: 8px;
	background: url(../guide/img/h_line.gif) repeat-x left bottom;
	padding-bottom: 8px;
	font-size: 100%;
	line-height: 130%;
}

div.articleText h4 span{
	width: 660px;
	background: url(../guide/img/h_icon.gif) no-repeat 6px 8px;
	padding: 6px 10px 6px 24px;
}

div.articleNote {
	clear: both;
	width: 688px;
	margin-top: 12px;
	padding: 4px;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
}

div.articleNote p {
	font-size: 78%;
	margin: 12px 0 0;
	padding: 0;
	text-align: right;
}

div.articleNote p span.number{
	font-weight:bold;
	margin-right: 8px;
}

#btnBox {
	clear:both;
	background:#e9e7e1;
	border:solid 1px #cccccc;
	width:684px;
	margin:20px 0;
	padding:8px 5px 7px;
}

#btnBox img.btnHome {
	margin-right:285px;
}

#btnBox img.btnPre {
	margin-right:5px;
}

#mainContent #primary #indexBox {
	background:url(../guide/img/bg_index_middle.gif);
}

#mainContent #primary #indexBox ul {
	width:654px;
	padding:10px 20px;
}

#mainContent #primary #indexBox ul li {
	font-weight:700;
	line-height:1.9;
}

#mainContent #primary #indexBox ul li a {
	font-weight:400;
}

body.s-orange #mainContent #primary #indexBox ul li span,
body.s-orange #mainContent #primary #indexBox ul li a {
	background:url(../what/icon_orange_yajirushi.gif) no-repeat 10px 3px;
	padding-left:20px;
}





div.articleText p{
	color: #555;
	line-height: 160%;
	padding: 0 4px 8px 4px;
}

div.articleText p strong{
	color: #cc9933;
	font-weight:bold;
}

div.articleTextLeft {
	width: 680px;
	overflow: hidden;
}

div.articleTextLeft div.img{
	width: 580px;
	margin: 0 auto 12px auto;
	border: 4px solid #eee;
}

div.articleTextLeft div.text{
	float:right;
	width: 475px;
	margin: 0;
	padding: 0;
}

div.articleTextLeft div.text p{
	margin-bottom: 4px;
	padding: 0;
}

div.articleTextRight {
	width: 680px;
	overflow: hidden;
	margin-top: 12px;
}

div.articleTextRight div.img{
	float:right;
	width: 184px;
	margin: 0 0 12px 12px;
	border: 4px solid #eee;
}

div.articleTextRight div.text{
	float:right;
	width: 475px;
	margin: 0;
	padding: 0;
}

div.articleTextRight div.text p{
	margin-bottom: 4px;
	padding: 0;
}


/* guideのナビ
-------------------------------*/
ul#chapNav {
	width: 696px;
}

ul#chapNav li {
	width: 157px;
	display:inline;
}

ul#chapNav li.chap04 {
	width: 225px;
	display:inline;
}

div#indexNav h3 {
	width: 696px;
	height: 35px;
	margin: 0;
	padding: 0;
}

div#indexBox {
	width: 696px;
	background:url(../guide/img/indexbox_bottom.gif) left bottom no-repeat;
	padding-bottom: 16px;
}

div#indexBox ul#pageNav{
	width: 696px;
	padding: 4px 0;
	background:url(../guide/img/indexbox_middle.gif) left top repeat-y;
	font-weight:bold;
}

div#indexBox ul#pageNav li{
	width: 656px;
	padding: 4px 20px 4px 20px;
	color: #666666;
}

div#indexBox ul#pageNav li a{
	padding-left: 32px;
	background: url(../guide/img/index_arrow.gif) no-repeat 18px center;
	font-weight:normal;
}

div#indexBox ul#pageNav li span.select{
	font-weight:bold;
	color: #99cc33;
}

div#indexBox ul#pageNav li span.select strong{
	padding-left: 20px;
	color: #666;
}




/*-------------------------------------------------------------
	プライバシーポリシー
---------------------------------------------------------------*/
div#privacyBox {
	width: 696px;
	margin-top: 16px;
}

div#privacyBox p {
	padding: 2px 8px;
	line-height: 140%;
	color: #666666;
	margin: 0px;
}

div#privacyBox p#last {
	margin-bottom: 20px;
}

div#privacyBox dl{
	width: 696px;
	margin-bottom: 16px;
}

div#privacyBox dt{
	width: 678px;
	font-weight:bold;
	margin: 0 0 4px 0;
	padding: 2px 8px 10px 8px;
	color: #FF9900;
	background: url(../img/privacy_line.gif) repeat-x left bottom;
	line-height: 140%;
	font-size: 120%;
}

div#privacyBox dt span{
	padding-left: 20px;
	background: url(../img/privacy_icon.gif) no-repeat left 1px;
}

div#privacyBox dd{
	width: 680px;
	padding: 2px 8px 4px 8px;
}

div#privacyBox div#privacyContact {
	border: 1px solid #ccc;
	padding: 5px 5px 8px 5px;
	background-color: #f1f1f1;
}

div#privacyBox div#privacyContact p.title{
	font-weight:bold;
	margin: 0;
}

div#privacyBox div#privacyContact ul{
	margin-left: 25px;
}

div#privacyBox div#privacyContact li{
	list-style:circle;
}

div#privacyBox div#privacyContact li span{
	font-weight:bold;
	margin-right: 4px;
}


/*-------------------------------------------------------------
	サイトマップ
---------------------------------------------------------------*/
div#mapBox {
	width: 696px;
	margin-top: 16px;
}

div#mapBox p {
	padding: 2px 8px;
	line-height: 140%;
	color: #666666;
	margin: 0px;
}

div#mapBox p#last {
	margin-bottom: 20px;
}

div#mapBox dl{
	width: 696px;
	margin-bottom: 16px;
}

div#mapBox dt{
	width: 678px;
	font-weight:bold;
	margin: 0 0 4px 0;
	padding: 2px 8px 10px 8px;
	color: #FF9900;
	background: url(../img/privacy_line.gif) repeat-x left bottom;
	line-height: 140%;
	font-size: 120%;
}

div#mapBox dt span{
	padding-left: 20px;
	background: url(../img/privacy_icon.gif) no-repeat left 1px;
}

div#mapBox dd{
	width: 680px;
	padding: 2px 8px 4px 8px;
}

div#mapBox div#privacyContact p.title{
	font-weight:bold;
	margin: 0;
}

div#mapBox ul{
	margin-left: 25px;
}

div#mapBox li{
	list-style:circle;
}

div#mapBox li a{
	margin-left: 8px;
}

div#mapBox dl#guideMap dd p{
	font-weight:bold;
}

div#mapBox dl#guideMap li span{
	margin-right: 4px;
}


div.imgBoxArea {
	width:686px;
	background:url(../guide/img/img-box_middle.gif) left top repeat-y;
	margin: 0 auto 16px auto;
}

div.imgBox {
	width:686px;
	background:url(../guide/img/img-box_bottom.gif) left bottom no-repeat;
	padding-bottom: 17px;
}

div.imgBoxMiddle {
	width:654px;
	background: url(../guide/img/img-box_line.gif) left top no-repeat;
	overflow: hidden;
	padding: 12px 16px 0 16px;
	margin: 0px;
}

div.imgBoxMiddle div.img{
	width: 361px;
	float: left;
}

div.imgBoxMiddle div.text{
	width: 270px;
	float: right;
}

div.imgBoxMiddle div.text strong{
	color: #cc9933;
	font-weight: bold;
}

div.imgBoxMiddle div.text p.normal {
	margin: 10px 0 12px 0;
	color: #666;
	line-height: 140%;
}

div.imgBoxArea p.title {
	background:url(../guide/img/img-box_top.gif) left top no-repeat;
	padding: 13px 4px 4px 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}


div.imgBoxMiddle div.text p.title span{
	background:url(../guide/img/img-box_icon.gif) left 2px no-repeat;
	padding-left: 18px;
}
