@charset "shift_jis";

/*--------------------------------------------------------
	全体の設定
--------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
}

//html{overflow-y:scroll;}

//html>body div {height: auto;}

body {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	background: url(images/body_bg.png) repeat-x top;
//	background-repeat: repeat-x;
	background-color: #fcfcfc;
	position: relative;
}

a {
//	color: #0044aa;
	color: #444444;
//	text-decoration: none;
}

a:hover {
//	color: #c28fe1;
	color: #0085CF;
}

/*
a img {
	border: none;
}
*/

hr {
	clear: both;
	height: 1px;
}

li {
	list-style-type: none;
}

.attention {
	color: #bb4444;
}

.supplement {
	color: #555555;
	font-size: 9px;
}

span.box2_h4_sub {
	float:right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding-right:10px;
}

span.h5_sub {
	float:right;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	padding-right: 10px;

}

object.onetv_grade_mark {
	position:absolute;
	top:30px;
	left:28px;
}

/*--------------------------------------------------------
	コンテナー
--------------------------------------------------------*/
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
//	padding-right: 5px;
//	padding-left: 5px;
	text-align: left;
//	background: url(images/container_bg.gif) repeat-y;
	background-color: #ffffff;
}


/*--------------------------------------------------------
	ヘッダー
--------------------------------------------------------*/
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
//	background-image: url(images/head_bg_gray.gif);
	background-color:#ffffff;
}

#header h1 {
	padding-left: 5px;
	float: left;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}

#header #logo {
	clear: both;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
//	float: left;
}

#header #head_menu {
	position: absolute;
	top: 16px;
	left: 660px;
}

#header #head_menu li {
	padding-left: 7px;
	line-height: 18px;
	font-size: 10px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#header #head_menu a {
	font-size: 10px;
}

/*--------------------------------------------------------
	ナビゲーション
--------------------------------------------------------*/
#nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	height: 36px;
	background-image: url(images/menu_bg.gif);
	background-color: #A9A9A9;
	clear: both;
} 

#nav li {
	display: block;
	float: left;
	text-align: center;
	background: url(images/menu_bg_line.gif) no-repeat right;
}
  
#nav li a {
	display: block;
	float: left;
	padding-top: 6px;
	height: 30px;
	width: 120px;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}

#nav li a:hover {
	color: #ffffff;
	background-image: url(images/menu_bg_over.gif);
	background-color: #6E6E6E;
}

#nav li strong {
	float: left;
	display: block;
	padding-top: 6px;
	height: 30px;
	width: 120px;
	line-height: 25px;
	color: #ffffff;
	background-image: url(images/menu_bg_sel.gif);
	background-color: #434344;
}


/*--------------------------------------------------------
	コンテンツ
--------------------------------------------------------*/
#contents {
	clear: both;
	float: left;
	width: 788px;
//	borer-right: 1px solid black;
	background-color: white;
	padding-left:6px;
	padding-right:6px;
//	margin: 1px;
//	background-image: url(images/side_base.gif);
//	background-repeat: repeat-y;
//	background-position: left;
}


/*--------------------------------------------------------
	トップページ注目情報用
--------------------------------------------------------*/
#notification {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #dfdfdb;
	text-align: center;
	border: 1px solid #ffffff;
}

#pan {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 2px;
	border-bottom: #eaeaea solid 1px;
}


/*--------------------------------------------------------
	パンくずリスト
--------------------------------------------------------*/
#main #pan {
	width: 800px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	background-color: white;
}
#main #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#main #pan strong {
	margin-left: 7px;
}


/*--------------------------------------------------------
	サブ
--------------------------------------------------------*/
#sub {
	float: left;
	margin-top: 5px;
	margin-left: 1px;
//	padding-bottom: 10px;
	width: 175px;
	background-color: #ffffff;
}

#sub li {
	list-style-type: none;
}

.sub_box {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
//	padding-top: 2px;
	padding-bottom:1px;
	width: 160px;
//	border-right: 1px solid #cecece;
//	background-color: #f3f3f3;
	background: url(images/sub_body.gif) no-repeat bottom;
}


.sub_box h3 {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	height: 24px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/sub_head.gif);
}

.sub_box ul {
	margin-bottom: 10px;
}

.sub_box li a {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	width: 120px;
	height: 16px;
	color: #444444;
	text-align: left;
	text-decoration: none;
//	line-height: 24px;
//	border-left: 1px solid #bbbbbb;
//	border-right: 1px solid #bbbbbb;
//	background-image: url(images/side_li.gif);
//	background-repeat: no-repeat;
//	background-color: #eeeeee;
}


.sub_box li a:hover {
	color: #0085CF;
	text-decoration: none;
//	background-image: url(images/side_li_ov.gif);
//	background-color: #ffffff;
}

.sub_box hr {
	border-left: none;
	border-bottom: none;
	border-right: none;
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

.sub_box h3.bg_gray {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	height: 24px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/sub_head_gray2.gif);
}

.sub_box h3.bg_red {
	display: block;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 160px;
	height: 24px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/sub_head_red.gif);
}


.sub_comment {
	font-size: 11px;
	text-align: left;
}

.sub_c_box {
	text-align: center;
	padding-bottom: 10px;
	border-top: #dddddd solid 1px;
}

.sub_c_box p {
	text-align: center;
	font-size: 11px;
	padding: 2px;
}

#sub img {
	border: none;
	align: center;
}

#sub p {
	padding: 10px;
}

/*
#sub p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#sub #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}
*/

/*--------------------------------------------------------
	メイン
--------------------------------------------------------*/
#main {
//	width:602px;
	width:590px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#main p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#main p .footnote {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#main h2 {
	clear: both;
	font-size: 20px;
	color: #ffffff;
	line-height: 32px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #7788cc;
	padding-left: 20px;
	height: 31px;
}

#main h2 .error {
	background-color: #cc5555;
}

#main h3 {
	clear: both;
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(images/h3s.png);
	height: 35px;
	background-repeat: no-repeat;
}


#main h4 {
	clear: both;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
//	border-left-color: #A9B59B;
//	border-left-color: #096cd4;
	border-left-color: #a7adbd;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
	border-bottom: 1px solid #a7adbd;
	margin-right:10px;
}

#main h4 a {
	font-size: 14px;
}

#main h5 {
	clear: both;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
//	background-color: #9EAD70;
//	background-color: #666666;
	background-color: #8794ad;
	margin-right: 20px;
	padding-left: 10px;
}

#main ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#main li a {
	font-size: 12px;
}


#main #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* for IE \*/
* html body #wrap #main #c_pad {
	padding: 9px;
}	
/**/

#main p a {
	line-height: 20px;
}

#main p strong {
	line-height: 20px;
}

#main .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#main .img_left img {
//	border: 2px solid #EDEDE9;
	border: none;
}

#main .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#main .c_img_left img {
//	border: 1px solid #999999;
	border: none;
}

#main .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main .c_img_right img {
//	border: 1px solid #999999;
	border: none;
}

#main .c4_img_left {
	float: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
}

#main .c4_img_left img {
//	border: 1px solid #999999;
	border: none;
}

#main .c5_img_left {
	float: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-right: 10px;
}

#main .c5_img_left img {
	border: 1px solid #999999;
}

#main .c5_img_right {
	float: right;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main .c5_img_right img {
//	border: 1px solid #999999;
	border: none;
}


#main p .chui {
//	line-height: 20px;
}

#main p .supplement {
	line-height: 20px;
}

#main .page_top {
	text-align: right;
	padding-right: 20px;
}

/* ここから　新しいスタイル（btn_right）に移行完了後削除（091030）*/
#main .c_btn a {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	margin-bottom:30px;
	margin-right:30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	width: 85px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(images/btn.png);
}

#main .c_btn a:hover {
	background-color: #FFFFFF;
	background-image: url(images/btn_ov.png);
}
/* ここまで */

#main .btn_right a {
	float:right;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
//	margin-bottom:30px;
	margin-right:30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	width: 85px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(images/btn.png);
}

#main .btn_right a:hover {
	background-color: #FFFFFF;
	background-image: url(images/btn_ov.png);
}


.list li {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
//	background-color: #F7F7F7;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	padding-left: 15px;
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}

.c_list li {
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
//	background-color: #F7F7F7;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}

ul.c_list {
	padding-left: 30px;
	margin-bottom: 10px;
}

/*--------------------------------------------------------
	delimiter
--------------------------------------------------------*/
#main hr {
	border: none;
	margin-top: 10px;
}
#main .delimiter {
	clear: both;
}

#main .separator {
	height: 20px;
	clear: both;
}

/* ここから　新しいスタイル(column1)に移行後削除（'091030）*/
#main .box1 {
	margin: 30px;
}

#main .box1s {
	position: relative;
	height: 160px;
	margin-bottom: 30px;
}
#main .box1m {
	position: relative;
	height: 180px;
	margin-bottom: 30px;
}
#main .box1l {
	position: relative;
	height: 200px;
	margin-bottom: 30px;
}
/* ここまで */

#main .column1 {
	position: relative;
	margin-bottom: 20px;
}


/*--------------------------------------------------------
	２box
--------------------------------------------------------*/
#main .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px dotted #DDDDDD;
	margin: 5px;
	padding: 5px;
//	background-image: url(images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#main .box2 h4 {
	margin: 0px;
//	background-color: #6C8143;
//	background-color: #435c8c;
	background-color: #6a799e;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
//	border-left-color: #94BA12;
//	border-left-color: #096cd4;
	border-left-color: #7d8eba;
}

#main .box2 p {
	margin: 0px;
	background-image: none;
}

#main .box2 .btn a {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	width: 85px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(images/btn.png);
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#main .box2 .btn a:hover {
	background-color: #FFFFFF;
	background-image: url(images/btn_ov.png);
}


/*--------------------------------------------------------
	テーブル
--------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#main table {
	width: 530px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#main table td {
	padding: 5px;
	border: 1px solid #E7E8E7;
	background-color: #F9FAF9;
}
#contents table th {
	background-color: #ECF0E8;
	border: 1px solid #E0E1E0;
	padding: 7px;
}
#contents form table td {
	padding: 8px;
}
#contents form table td.td_2nd {
	background-color: #ECF0E8;
}


/*--------------------------------------------------------
	フッター
--------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	background-color: #989898;
}


/*--------------------------------------------------------
	フットノート
--------------------------------------------------------*/
#footnote {
	clear:both;
	display: block;
	text-align: right;
	background-color: #FFFFFF;
}

#footnote p {
	color: #666666;
	font-size: 10px;
	padding: 5px;
//	font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------------------------------
	コピーライト
--------------------------------------------------------*/
#copyright {
//	width: 800px;
//	clear:both;
	display: block;
	text-align: center;
	background-color: #989898;
}

#copyright p {
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
//	font-family: Arial, Helvetica, sans-serif;
}