@charset "utf-8";

html {
	font-size: 62.5%;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	background: #fff url(../images/bg_all.gif) repeat-x top;}

body, div, h1, h2, h3, h4, h5, h6, p, form, address, dl, dt, dd, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: none;
	word-break : break-all;
	list-style: none;
	color: #555;}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
   clear: both;
   display: none;
   font-size: 0px;
   line-height: 0%;
   height: 0px
}
.clear { clear: both;}

/* プリント用イメージ
---------------------------------------------------------*/
.Pimg {
	display: none;}

#Contents {
	width: 810px;
	text-align: left;
	margin: 0 auto;}

#one_maincolumn {
	width: 810px;
/*	text-align: center;*/
	padding: 0;
	background: url(../images/bg_main_one.gif) no-repeat top center;
	min-height: 600px;}
* html #one_maincolumn {
	height: 600px;}
	
#one_maincolumn #MainArea {
	float: none;
	width: 740px;
	padding: 27px 30px 15px;}

#MainArea h2 {
	background: url(../images/bg_title01.gif) no-repeat top left;
	padding-left: 15px;
	font-size: 1.6em;
	line-height: 36px;
	height: 39px;
	color: #00314c;
	margin-bottom: 10px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;}
#MainArea h2.NewItemTitle {
	background: url(../images/bg_title02.gif) no-repeat top left;
	padding-left: 10px;
	padding-bottom:2px;
	font-size: 1.2em;
	line-height: 25px;
	height: 24px;
	color: #0161a5;
	margin-bottom: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	border-bottom:1px solid #e3e3e3;
	}
#one_maincolumn #MainArea h2 {
	background: url(../images/bg_title_one.gif) no-repeat top left;}

#MainArea h3 {
	color: #00314c;
	height: 30px;
	line-height: 30px;
	padding-bottom: 1px;
	padding-left: 15px;
	position: relative;
	background: url("../images/bg_subtitle.gif") no-repeat left top;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	}
#one_maincolumn #MainArea h3 {
	background: url("../images/bg_subtitle_one.gif") no-repeat left top;}

/* パンクズ
----------------------------------------------- */
#topic-path {
	width: 600px;
	font-size:1.3em;
	height: 28px;
}
#topic-path ul {
	width: 600px;
	padding-top: 3px;}
#topic-path ul li {
	display: inline;
	line-height: 130%;
	word-break: break-all;}
#topic-path ul li a {
	padding-right: 20px;
	background: url("../images/bg_topic_path.gif") no-repeat right center;
	white-space: pre;
	word-break: break-all;}
	
/* 
----------------------------------------------- */

/* フォント
----------------------------------------------- */
p {
	margin:0;
	padding:0;
	line-height:130%;
	font-size:1.3em;
}
h1 {
	font-size:1.5em;
	line-height:130%;
}
h2 {
	font-size:1.4em;
	line-height:130%;
}
h3 {
	font-size:1.3em;
	line-height:130%;
}
h4 {
	font-size:1.3em;
	line-height:130%;
}
h5 {
	font-size:1.3em;
	line-height:130%;
}
.attention {
	color: #ff7200;
	line-height: 150%;}
.small { font-size: 90%; }

em {
	font-style: normal;
   color: #ff004e;}
em.orange {	color: #f88c4a;}
em.blue {	color: #0b87cc;}

/* オリジナル部分 */
.list{
margin-top:16px;}
.list ul {
	padding-left: 15px;    
	}
.list li {
/*    list-style-image: url(../images/cur.gif);*/
padding-left: 15px;
background: url(../images/cur.gif) no-repeat 0px 5px;
		line-height:150%;
	font-size:1.3em;
    list-style: none;
}
.question ul {
	padding-left: 15px;
}
.question li {
padding-left: 30px;
	padding-top:16px;
	padding-bottom:10px;
background: url(../images/q.gif) no-repeat 0px 15px;
		line-height:150%;
	font-size:1.4em;
	font-weight:bold;
    list-style: none;
}
.answer ul {
	padding-left: 15px;
}
.answer li {
padding-left: 30px;
	padding-top:16px;
	padding-bottom:10px;
background: url(../images/a.gif) no-repeat 5px 17px;
		line-height:150%;
	font-size:1.3em;
    list-style: none;
}