@charset "utf-8";
/* ===================================================================
CSS information

   file name  :module.css
 style info :共通モジュール（ヘッダー、フッター、サイドナビ）

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

/* -----------------------------------------------------------
	#header ヘッダー
----------------------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	height: 65px;
	margin-bottom: 7px;
}

#page #container .formHeader {
	padding: 0 !important;
	position: relative;
	margin-bottom: 35px;
}

/* h1要素 */
#header #top_noh1,
#header #h1_txt,
#header h1 {
	position: absolute;
	top: 3px;
	left: 380px;
	margin: 0;
	padding: 0;
	font-size:10px;
	color: #666;
}

/* ロゴ */
#header div.hBox1 {
	width: 375px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
}

#header div.hBox2 {
	width: 580px;
	position: absolute;
	right: 0;
	bottom: 1px;
}

#header p.ccopy {
	float: left;
	width: 275px;
	vertical-align: top;
}

/* ユーザーガイドメニュー */
#header div.hBox2 ul#guideNav {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#header div.hBox2 ul#guideNav li {
	display: inline;
	margin-left: 5px;
}

#guideNav li a {
	background: url(/images/common/item/icon_arrow1.jpg) no-repeat scroll 0 2px;
  padding-left: 15px;
}

/* -----------------------------------------------------------
	#topicPath ぱんくずナビ
----------------------------------------------------------- */
#topicPath {
	width: 960px;
	height: 30px;
	margin: 0 auto 10px;
	background: #fff;
}

#topicPath p {
	
	font-size: 12px;
	line-height: 30px;
	background: url(../images/common/item/icon_home.jpg) 5px 12px no-repeat;
	padding-left: 18px;
}



/* -----------------------------------------------------------
	#sub サイドナビゲーション
----------------------------------------------------------- */
div#sub {

}

div#sub p {
	margin-bottom: 5px;
}

div#sub dl dt {
	margin-bottom: 5px;
}

div#sub dl dd ul li {
	display: block;
	width: 200px;
	height: 21px;
	padding-top: 4px;
	line-height: 1;
}

div#sub dl dd ul li.even {
	background-color: #F8F8F1;
}

div#sub dl dd ul li a {
	background: url(../images/common/item/icon_arrow1.jpg) 0 2px no-repeat;
	padding-left: 15px;
}

/* 20100316追記 */
#subStartForm {
	position: relative;
	width: 200px;
	margin-bottom: 10px;
}

#subStartFormInner {
	width: 200px;
	background:#FFCC66 url(../images/form/start_form_m_bottom.gif) no-repeat left bottom;	
}

#subStartFormInner h3 {
	padding: 5px 10px 0;	
}

#subStartFormInner div {
	padding: 0 10px 5px;
	text-align: center;
	border-bottom: solid 1px #FE9900;
}

#subStartFormInner #postCode,
#subStartFormInner #postCode02 {
	border: solid 2px #FE9900;
	padding: 2px 3px;
	width: 100px;
}

#subStartFormInner input,
#subStartFormInner select {
	font-size: 13px;	
}

#subStartFormInner .startBtnM {
	padding: 5px 0;
	text-align: center;
}

#subStartFormInner .startBtnM input {
	display: block;
	line-height: 0;
	font-size: 0;
	width: 182px;
	height: 38px;
	border: none;
	background: url(../images/form/btn_start_m.jpg) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 auto;
}

#subStartFormInner .startBtnM input:hover {
	background-position: left bottom;	
}

#formLabel01 a {
	font-size: 10px;	
}

#formLabel03 select {
	margin-right: 3px;	
}

#formLabel03 option {
	padding: 0;
	margin: 0;
	width: auto;	
}

/*----------------------------------------------------
	読み物コンテンツ追加要素
----------------------------------------------------*/
.readTxt {
	margin-bottom: 10px;
	padding: 0;	
}

.readTxt p {
	font-size: 12px;
	line-height: 1.5;
	padding: 0 0 0 1em;
	margin-bottom: 10px;
}

.readTxt strong {
	color: #F03;
	font-weight: bold;
	text-decoration: underline;
}

.readTxt h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 10px 50px;
	background: url(../../images/common/point.jpg) no-repeat left 0;
}
.readTxt .example h4 {
	background: url(../../images/common/example.jpg) no-repeat left 0;
}

.checkPoint p {
	background: #ECFFB0;
	padding: 10px 15px;
	border: solid 1px #89B700;
}

.readTxt table {
}

.readTxt td,
.readTxt th {
	border: solid 1px #ccc;
	padding: 5px 10px;
}

.readTxt ul {
	list-style: disc outside;
	padding: 0 0 0 2.5em;
}

.readTxt ul li {
	list-style-type: disc;
	line-height: 1.5;
}

.readTxt dt {
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0;
	margin-bottom: 10px;
	border-top: solid 2px #98CB00;
	border-bottom: solid 1px #eaeaea;
	color: #333;
}

.readTxt dd {
	margin: 0 0 10px 1em;
}

.readTxt dd ul {
	padding: 10px 0 0 1.5em;	
}

.readTxt dd ul li {
	list-style-type: none;
}


/* りくよう */
#rikuyou {
	font-size: 14px;
	margin: 0 auto 10px;
	border-collapse: separate;
	border-spacing: 1px;
	border: solid 1px #bebebe;
}

#rikuyou th,
#rikuyou td {
	border: solid 1px #FFCC66;	
}

#main #rikuyou th {
	text-align: center;
	font-weight: bold;
	background: #FFCC66;
}






/* -----------------------------------------------------------
	#pageTop - ページトップ
----------------------------------------------------------- */
div#pageTop {
	width: 960px;
	margin-top: 30px;
	text-align: right;
}

div#pageTop p {
	width: 960px;
	text-align: right;
}

div#pageTop p a {
	display: inline-block;
	width: 80px;
	height: 20px;
	background: url(../images/common/pagetop.jpg) 0 0 no-repeat;
}



/* -----------------------------------------------------------
	#footer フッター
----------------------------------------------------------- */
#footer {
	width: 960px;
	padding: 10px 10px;
	margin: 0 auto;
	text-align: center;
	background-color: #F8F8F8;
}


/* #siteNav - サイトメニュー */
#footer div#siteNav {
	width: 960px;
	text-align: left;
	margin-bottom: 20px;
}

#footer div#siteNav dl a {
	color: #333333;
	text-decoration: none;
}

#footer div#siteNav dl a:hover {
	color: #999999;
}

#footer div#siteNav ul li {
	font-size: 10px;
	float: left;
	margin-right: 15px;
}





/* #fNav - ユーティリティメニュー */
#footer div#fNav {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 5px;
}

#footer div#fNav ul {
	float: left;
}

#footer div#fNav ul li {
	font-size: 10px;
	float: left;
	margin-right: 15px;
}

#footer div#fNav ul li a {
	background: url(../images/common/item/icon_arrow1.jpg) 0 3px no-repeat;
	padding-left: 15px;
	height: 15px;
	display: inline-block;
}

#footer div#fNav p.copyright {
	float: right;
}

#footer div#fNav p.copyright img {
	vertical-align: middle;
}

/* コピーライト */
#footer p.copyright {
	font-size: 10px;
}

/* #fLink - PRリンク */
div#fLink {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
}

div#fLink ul {
	width: 980px;
}

div#fLink ul li {
	font-size: 10px;
	float: right;
	margin-left: 10px;
}

div#fLink ul li.last {
	margin-right: 0;
}

div#fLink ul li a {
	color: #666666;
	text-decoration: none;
}

div#fLink ul li a:hover {
	color: #999999;
}



