@charset "utf-8";
/* CSS Document */

html {

}

h1,h2,h3,h4,h5,h6,img,div,p,ul,li,table,td,th,dl,dt,dd{
	margin:0;
	padding:0;
}

img {
	image-rendering: -webkit-optimize-contrast;
	border-style:none;
	display:block;
}

a img {
	border-style:none;
}



body{
	margin:0;
	padding:0;
	background:#f7f4e7;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.1em;
	line-height:140%;
	color:#111;
}

h2.blue{
	width:570px;
	height:28px;
	background:url(../images/top/bar_blue.gif) no-repeat 0 0;
	padding:12px 0 0 20px;
	margin-bottom:10px;
	letter-spacing:0;
	font-size:16px;
	color:#222;
}

h2.orange{
	width:679px;
	height:28px;
	background:url(../images/common/bar_orange.gif) no-repeat 0 0;
	padding:12px 0 0 20px;
	margin-bottom:20px;
	letter-spacing:0;
	font-size:16px;
	color:#222;
}

h2.orange span.day{
	font-size:12px;
	font-weight:normal;
	color:#555;
	padding-left:30px;
}

h2.orange2{
	width:679px;
	height:53px;
	background:url(../images/common/bar_orange2.gif) no-repeat 0 0;
	padding:10px 0 0 20px;
	margin-bottom:20px;
	letter-spacing:0;
	line-height:150%;
	font-size:16px;
	color:#222;
}

h2.orange2 span{
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#555;
}

h3.p_blue{
	color:#445487;
	font-size:16px;
}

h3.p_blue span{
	font-size:12px;
	font-weight:normal;
}

h4.p_blue{
	color:#445487;
	font-size:14px;
}

.texts{
	padding-left: 20px;
	padding-right: 20px;
}

.w380{
	width:380px;
}

.w400{
	width:400px;
}

.w420{
	width:420px;
}

.w480{
	width:480px;
}

.fl_l{
	float:left;
}

.fl_r{
	float:right;
}

.w_border{
	border:#fff 2px solid;
	padding:20px;
}

.border{
	border:1px solid #ccc;
	padding:20px 10px;
	background:#fff;
}

.border_s{
	border:1px solid #ccc;
	padding:15px 10px;
	margin-right:20px;
	background:#fff;
}

.border2{
	border:1px solid #ccc;
	border-bottom:none;
	padding:20px 10px 10px 10px;
	background:#fff;
}


.t_border{
	border:1px solid #ccc;
	padding:10px 10px;
	background:#fff;
}

/*-------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}



/* margin -------------------------------------------------------*/

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{
	margin-bottom: 20px;
}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb300{margin-bottom:300px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.pt20{padding-top:20px;}

.red{
	color: red;
}


.list_in30{
	padding-left:30px;
}

.list_in30maru{
	padding-left:30px;
	list-style:circle;
}

.list_num{
	list-style:decimal;
}

span.red{
	color:#C00;
}

.fss{
	font-size: 88%;
}

.bt{
	border-top: 2px dotted #ccc;
}


/* caption -------------------------------------------------------*/
.caption{
	font-size:12px;
	color:#333;
}

.caption_b{
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.caption_r{
	font-size:12px;
	color:#333;
	text-align:right;
	line-height: 14px;
	margin-top: 5px;
}

.caption_s{
	font-size:9px;
	color:#333;
	letter-spacing:0;
	line-height:100%;
}
/*font*/
.fw {
	font-weight: bold;
}

/* header -------------------------------------------------------*/

#h_wrap{
	background:url(../images/common/main_bg.gif) repeat-x 0 0;
}

#header{
	width:960px;
	margin:0 auto;
	position:relative;
}

#all_navi{
	width:256px;
	height:57px;
	background:url(../images/common/all_navi.gif) no-repeat 0 0;
	padding:5px;
	position:absolute;
	left: 676px;
	top: 20px;
}

#f_size{
	float:right;
	list-style:none;
	margin-top:10px;
}

#f_size li{
	float:left;
}

/* navi -------------------------------------------------------*/

#n_wrap{
	height:37px;
	background:url(../images/common/navi_bg.gif) repeat-x 0 0;
}

#navi{
	width:960px;
	margin:0 auto;
	list-style:none;
}

#navi li{
	float:left;
}

/* contents -------------------------------------------------------*/

#contents{
	width:960px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}

#con_l_top{
	width:590px;
	float:left;
}

#con_r_top{
	width:330px;
	float:right;
	background:#e8e4c9;
	padding:10px;
}

#info{
	width:560px;
}

#info span{
	color:#C00;
	font-weight:bold;
	border:1px solid #C00;
	font-size:10px;
	padding:0 5px;
	margin-left:5px;
	text-transform: uppercase;
	}

#info a{
	color:#00C;
}

#info a:hover{
	color:#00F;
}


#info th{
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:left;
	background:url(../images/top/arrow01.gif) no-repeat 0 25px;
	padding:20px 0 20px 10px;
	vertical-align:top;
	border-bottom:2px dotted #ccc;
}

#info th.top_day{
	font-size:85%;
}

#info th.last{
	border:none;
	padding-bottom:0;
}

#info td{
	width:470px;
	padding:5px 0 5px 10px;
	vertical-align:middle;
	border-bottom:2px dotted #ccc;
}

.yotei{
	background:#63384e;
	padding:10px 20px;
	border:3px double #fff;
}

.yotei h2{
	font-size:16px;
	margin-bottom:5px;
	color:#fff;
}

.yotei ul{
	list-style:decimal;
	padding:10px 0 10px 40px;
	background:#fff;
}

.yotei ul li{
	margin-bottom:5px;
}


.report{
	background:#63384e;
	padding:10px 10px;
	border:3px double #fff;
}

.report span.day{
	font-size:10px;
	padding-right:10px;
	letter-spacing:0;
}

.report span.ps{
	letter-spacing:-0.1em;
}

.report h2{
	font-size:16px;
	margin-bottom:5px;
	color:#fff;
}

.report ul{
	list-style:none;
	padding:10px 0 10px 15px;
	background:#fff;
}

.report ul li{
	margin-bottom:5px;
}


.market{
	background:#63384e;
	padding:10px 10px;
	border:3px double #fff;
}

.market h2{
	font-size:16px;
	margin:5px 0;
	color:#fff;/*#fff*/
}

.market ul{
	list-style:disc;
	padding:10px 0 10px 20px;
	background:#fff;
	font-size:12px;
	letter-spacing:0;
}

.market ul li{
	margin-bottom:5px;
}

/* 2nd page contents */
#contents2{
	width:960px;
	padding-top:20px;
	padding-bottom:40px;
	background:url(../images/common/side_bg.gif) repeat-y 0;
	position:relative;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.telbox{
	position:absolute;
	left:10;
	bottom:0;
	display:block;
	margin-bottom:10px;
}

#con_l{
	width:220px;
	float:left;
	padding:0 10px 10px 10px;
}


#con_r{
	width:699px;
	float:right;
	letter-spacing: 0em;
	background-color: #FFF;
}

#sub_navi{
	list-style:none;
}

#sub_navi li a{
	width:202px;
	height:30px;
	background:url(../images/common/suv_navi_b.gif) no-repeat 0 0;
	font-size:16px;
	padding:11px 0 0 20px;
	font-weight:bold;
	color:#999;
	letter-spacing:0;
	display:block;
	text-decoration:none;
}

#sub_navi li.d2 a{
	width:202px;
	height:48px;
	background:url(../images/common/suv_navi_b2.gif) no-repeat 0 0;
	font-size:16px;
	padding:11px 0 0 20px;
	font-weight:bold;
	color:#999;
	letter-spacing:0;
	display:block;
	text-decoration:none;
}

#sub_navi li.ls0 a{
	font-size:14px;
}


#sub_navi li a:hover, #sub_navi li.on a, #sub_navi li.d2 a:hover, #sub_navi li.d2.on a{
	color:#333;
}

/*table  -------------------------------------------------------*/

table {
	width:500px;
}

caption {
	text-align:left;
	border-bottom:solid 1px #333;
	}

table th {
	text-align: left;
	width: 175px;
	font-weight: normal;
	border-bottom: solid 1px #333;
}

table td.tb_box {
	border-bottom: solid 1px #333;
}

/* footer -------------------------------------------------------*/

#f_wrap{
	height:38px;
	background:url(../images/common/footer_navi_bg.gif) repeat-x 0 0;
	display:block;
	clear: both;
}

#f_navi{
	width:480px;
	margin:0 auto;
	padding-top:10px;
	font-size:12px;
	list-style:none;
}

#f_navi li{
	float:left;
	color:#555;
	border-left:1px solid #999;
	padding:0 5px;
}

#f_navi li.last{
	border-right:1px solid #999;
}

#copy_wrap{
	height:37px;
	background:url(../images/common/copy_bg.gif) repeat-x 0 0;
}

#copy{
	text-align:center;
	font-size:10px;
	color:#555;
	padding-top:10px;
}
#scroll {
	width: auto;
	height: 485px;
	overflow-x: hidden;
	overflow:scroll;
}
.txtright {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}
.list_in30 ol {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fs80 {
	font-size: 13px;
}
#reportArea {
	height: 150px;
	overflow-x: hidden;
	overflow:scroll;
}
#padall {
	padding-right: 10px;
	padding-left: 10px;
}


.syousai {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 20px;
}.txt_c {
	text-align: center;
}
.b {
	font-weight: bold;
}
.oshirase {
	background-color: #FFF;
	border: 1px solid #C00;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.oshirase h5 {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 10px;
}
.oshirase p {
	font-size: 12px;
	line-height: 13px;
	color: #C00;
	text-align: center;
	margin-bottom: 10px;
}
.oshirase ul {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	text-align: center;
}
.oshirase ul li {
	margin-bottom: 3px;
	list-style-type: none;
}
