@charset "utf-8";

/* コンテナ
-----------------------------------------------------------------------------*/

#container {
	margin: 0 auto;
	width: 565px;
	text-align: center;
}
body{
	background-color: #f6f6f6;
	background-repeat: repeat-y;
	background-position: center top;
	}

/* ヘッダー
-----------------------------------------------------------------------------*/
#header {
	width: 565px;
	height: 60px;
	background: url(../img/bg_header.gif) left top no-repeat;
	text-align: left;
}
#header #logo {
	margin-top: 20px;
	margin-left:3px;
	float: left;
	width: 275px;
}
#header #header-inner {
	float: right;
	width: 283px;
}
#header ul {
	margin: 0 0 0 auto;
	width: 283px;
	text-align: right;
}
#header li {
	float: left;
}
#header li img {
	margin-left: 1px;
}
#header #google {
	width:180px;
	margin: 5px 0px 0px 104px;
	clear: both;
	text-align: left;
}
#header #google p {
	font-size: 85%;
}


/* グローバルナビ
-----------------------------------------------------------------------------*/
#gnav {
	clear: both;
	width: 565px;
	height: 30px;
	text-align: left;
}
#gnav ul {
	padding-top: 7px;
}
#gnav ul li {
	margin: 3px 10px 0 0;
	float: left;
}
#gnav ul li.home {
	margin: 0 0 0 55px;
}


/* コンテンツ（メインとローカルナビを包括）
-----------------------------------------------------------------------------*/
#content {
	padding-top: 0px;
	padding-bottom: 15px;
	clear: both;
	width: 565px;
	text-align: left;
}


/* メインコンテンツ
-----------------------------------------------------------------------------*/
#main {
	width: 565px;
}

/* トピックパス */
#topicpath {
margin-left:5px;
}
#topicpath li {
	float: left;
	display: inline;
	font-size: 77%;
	line-height: 1.5;
}
#topicpath a, #topicpath li.non-link {
	padding-right: 15px;
	background: url(../img/ico_topicpath.gif) 100% 50% no-repeat;
}

/* コンテンツタイトル */
#main #title {
	margin: 10px 5px 0 5px;
	padding: 8px 0 5px 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	clear: both;
	width: 555px;
	line-height: 1.0;
}
#main #title h1 {
	margin-left: 10px;
	padding: 3px 0 3px 5px;
	float: left;
	width: 300px;
	line-height: 1.0;
	font-weight: bold;
	font-size: 136%;
}
#main #title p {
	padding: 6px 10px 0 0;
	float: right;
	width: 120px;
	line-height: 1.0;
	font-size: 85%;
	text-align: right;
}

/* コンテンツエリア（#main内部） */
#contentarea {
	margin: 0 10px 0 20px;
	width: 535px;
}
.non-header {
	padding-top: 25px;
}

/* コンテンツエリア共通 */
#main {
    clear:left;
	margin-top:10px
	}
#main p {
	margin-bottom: 1em;
	line-height: 1.6;
}
#main h2 {
	margin: 25px 0 10px 0;
}
#main #contentarea h3 {
	margin: 25px 0 15px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #333;
	color: #009;
	font-weight: bold;
}
#main ul {
	margin: 10px 0 20px 0;
}

p.pagetop {
	margin-top: 20px;
	clear: both;
	text-align: right;
}
#main ul.list {
	margin: 10px 0;
}
#main ul.list li {
	margin-bottom: 3px;
	margin-left: 30px;
	line-height: 1.2;
	list-style: square;
}
#main ol.list {
	margin: 10px 0;
}
#main ol.list li {
	margin-bottom: 3px;
	margin-left: 30px;
	line-height: 1.2;
	list-style: decimal;
}
#main dl.list {
	margin: 10px 0;
}
#main dl.list dt {
	margin-bottom: 5px;
	line-height: 1.2;
	color: #066;
	font-weight: bold;
}
#main dl.list dd {
	margin-bottom: 15px;
	line-height: 1.2;
}
table.table1 {
	border-collapse: collapse;
	border: 2px solid #ddd;
}
table.table1 th,  table.table1 td {
	padding: 5px 8px;
	border-top: 1px solid #ddd;
}
table.table1 th {
	font-weight: bold;
	text-align: center;
	background-color: #ededed;
}
table.table1 td {
	vertical-align: top;
	font-size: 93%;
}

table.table2 {
	margin: 5px auto 10px auto;
	border: 1px solid #e6e6e6;
}
table.table2 th, table.table2 td {
	padding: 7px 10px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	line-height: 1.2;
	vertical-align: middle;
	text-align: left;
	font-size: 93%;
}
table.table2 th {
	background-color: #e4f7f9;
	font-weight: bold;
	text-align: center;
}

/* コンテンツ内ナビゲーション */
#contentnav {
	clear: both;
	width: 535px;
	padding-top: 1px;
}
.area1 {
	float: left;
	width: 260px;
}
.area2 {
	float: right;
	width: 260px;
}
.area3 {
	float: left;
	width: 360px;
}
.area4 {
	float: right;
	width: 160px;
}
#contentnav dt {
	margin: 12px 0 0 0;
	font-weight: bold;
}
#contentnav dd {
	margin: 5px 0 0 0;
	font-size: 85%
}
#contentnav dd a {
	padding-left: 15px;
	background: url(../img/ico_lnav.gif) 5px 50% no-repeat;
}
#contentnav li {
	margin: 5px 0 0 0;
}
#contentnav li.non-icon {
	margin: 0;
}
#contentnav li a {
	padding-left: 15px;
	background: url(../img/ico_lnav.gif) 5px 4px no-repeat;
}
#contentnav li.non-icon a {
	background: none;
}


/* カテゴリトップインフォメーションエリア共通 */
#information {
	margin-top: 10px;
	width: 565px;
}
#information h2 {
	margin: 0 5px;
}
#information h3 {
	margin: 10px 0 0 12px;
	padding: 0 0 0 5px;
	line-height: 1.0;
	font-weight: bold;
	font-size: 107%;
}
#information dl {
	margin: 5px 0 20px 20px;
	font-size:13px; 
}
#information dt {
	margin-bottom: 2px;
	float: left;
	width: 80px;
}
#information dd {
	margin-bottom: 2px;
	margin-left: 80px;
}

/* カテゴリトップメニュー */
.detaillink {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
	clear: both;
	width: 535px;
}
.detaillink h3, .detaillink a {
	color: #333;
}
.detaillink a:hover {
	color: #f60;
}
.detaillink .comment {
	float: left;
	width: 440px;
}
.detaillink .comment div {
	padding: 0 0 10px 0;
	float: left;
	width: 120px;
}
#main #contentarea .detaillink .comment h3 { /* 個別性 */
	margin: 0 0 5px 130px;
	padding: 0;
	border: none;
	font-weight: bold;
	font-size: 107%;
}
.detaillink .comment p {
	margin: 0 0 0 130px;
	padding: 0 0 10px 0;
	line-height: 1.2;
	font-size: 93%;
}
.detaillink .more {
	padding-top: 34px;
	float: right;
	width: 85px;
	line-height: 1.0;
}


/* サイドエリア
-----------------------------------------------------------------------------*/
#sidebar {
	margin: 0 auto;
	width: 565px;
}

/* ローカルナビ */
#lnav {
	width: 565px;
	
}
#lnav h3 {
	margin: 0px 0px 2px 0px;
	float:left;
	border-bottom:1px solid #000066;
}
#lnav h4 {
	margin: 0 0 1px 0;
	padding: 4px 0 4px 10px;
	background-color: #FFFFFF;
	color: #fff;
	font-size: 85%;
}

#lnav ul {
    text-align:left;
	margin-bottom: 2px;
}

#lnav li {
	margin-bottom: 1px;
	font-size: 80%;
}
#lnav_sub {
     clear:left;
	 margin-bottom:1px;
}

table .sub_menu{
     width:565px;
	 margin:0;
	 padding:0;
	 }
#lnav li a:hover {
	color: #FFFFFF;
	background-color: #FFFFFF;
}


/* フッター
-----------------------------------------------------------------------------*/
#footer {
	padding-top: 15px;
	margin: 0 auto;
	clear: both;
	width: 555px;
	line-height: 1.0;
	font-size: 77%;
	text-align: left;
}
#footer-inner {
	float: left;
	width: 474px;
}
#footer ul {
	margin-bottom: 2px;
	padding-left: 2px;
	border-left: 1px solid #000;
}
#footer ul li {
	padding: 0 5px;
	border-right: 1px solid #000;
	display: inline;
}
#footer address {
	clear: both;
	width: 474px;
}
#footer p {
	margin-left: 474px;
}


/* common
-----------------------------------------------------------------------------*/
img.floatL {
	margin: 0 10px 5px 0;
	float: left;
	line-height: 1.0;
	vertical-align: bottom;
}
img.floatR {
	margin: 0 0 5px 10px;
	float: right;
	line-height: 1.0;
	vertical-align: bottom;
}

.txtL {	text-align: left;	}
.txtC {	text-align: center;	}
.txtR {	text-align: right;	}

.txtS { line-height: 1.2; font-size: 93%; }
.txtSS { line-height: 1.2; font-size: 85%; }

.txtAttention { color: #f33; }
.txtGreen { color: #066; }

.marginT10 { margin-top: 10px !important; }
.marginT20 { margin-top: 20px !important; }
.marginT30 { margin-top: 30px !important; }

.marginB20 { margin-bottom: 20px; }

.marginL25 { margin-left: 25px; }


.border1 {
	margin-bottom: 25px;
	border-bottom: 1px solid #999;
}


/* hidden from browser
-----------------------------------------------------------------------------*/
#header h2,
#gnav h2,
#lnav h2,
#banner h2,
#footer h2 {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

/* clearfix
-----------------------------------------------------------------*/
/* for IE 5.5-7 */
address,
dl,
#header ul,
#content,
#content-inner,
#footer,
#topicpath,
#title,
#main #contentarea .detaillink,
#contentnav,
#footerlink #link ul,
.voice1,
.clearfloat,
#enquete-area,
.document-inner,
.materials,
#wordlink ul,
.advate,
.booklist {
	zoom: 1;
}
/* for modern browser */
address:after,
dl:after,
#header ul:after,
#content:after,
#content-inner:after,
#footer:after,
#topicpath:after,
#title:after,
#main #contentarea .detaillink:after,
#contentnav:after,
#footerlink #link ul:after,
.voice1:after,
.clearfloat:after,
enquete-area:after,
.document-inner:after,
.materials:after,
#wordlink ul:after,
.advate:after,
.booklist:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
