@charset "euc-jp";

@import url("structure.css");
@import url("common.css");
/*@import url("debugger.css");*/

/* 
 * index.html
 * 2006.08.15
 *
 * Require HTML4 Strict Mode
 *
 * Color Cordination
 * Key Color: #0090c7 Dark Blue
 * Key Color: #06afdc Blue
 * Sub Key Color: #e0e8e9 Pale Green
 * Sub Key Color: #aac1c4 Pale Green
 * Sub Key Color: #6c0 Green
 * Text Color: #666 Gray
 * Background Color: #e0e8e9
 */
 
#main h3
{
	
	height:18px;
	
}
#mainVisual
{
	padding-top: 1px;
	background: url(../images/index/bg_visual.gif) repeat-y left top;
}


/* /////////////// メニュー4つバージョン /////////////// */
/* ///////////////////////////////////////////////////// */
ul#menu4
{
	height: 44px;
	padding-top:1px;
	background: url(../images/index/bg_menu_4.gif) repeat-x left top;
}
ul#menu4 li
{
	float: left;
}
ul#menu4 li a,
ul#menu4 li a:link,
ul#menu4 li a:visited,
ul#menu4 li a:active
{
	display: block;
	width: 182px;
	height: 31px;
	padding-top: 9px;
	padding-left: 8px;
	background: url(../images/index/bg_menu4.gif) no-repeat right top;
}
ul#menu4 li a:hover
{
	background: url(../images/index/bg_menu_4_over.gif) no-repeat right top;
}
ul#menu4 li.firstChild a
{
	width: 181px;
}
ul#menu4 li.lastChild a,
ul#menu4 li.lastChild a:link,
ul#menu4 li.lastChild a:visited,
ul#menu4 li.lastChild a:active
{
	width: 180px;
	background: url(../images/index/bg_menu4.gif) no-repeat left top;
}
	/* WinIE以外1px増やす */
	ul#menu4 li.lastChild>a,
	ul#menu4 li.lastChild>a:link,
	ul#menu4 li.lastChild>a:visited,
	ul#menu4 li.lastChild>a:active
	{
		width: 181px;
	}
ul#menu4 li.lastChild a:hover
{
	background: url(../images/index/bg_menu_4_over.gif) no-repeat left top;
}


/* /////////////// メニュー5つバージョン ////////////// */
/* //////////////////////////////////////////////////// */
ul#menu
{
	height: 40px;
	border-bottom: 1px solid #ccc;
}
ul#menu li
{
	float: left;
	background: url(../images/index/bg_menu.gif) repeat-x left top;
}
ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited,
ul#menu li a:active
{
	display: block;
	width: 144px;
	height: 31px;
	padding-top: 9px;
	padding-left: 8px;
	background: url(../images/index/bg_menu.gif) no-repeat right top;
}
ul#menu li a:hover
{
	background: url(../images/index/bg_menu_over.gif) no-repeat right top;
}
ul#menu li.firstChild a
{
	width: 143px;
}
ul#menu li.lastChild a,
ul#menu li.lastChild a:link,
ul#menu li.lastChild a:visited,
ul#menu li.lastChild a:active
{
	width: 142px;
	background: url(../images/index/bg_menu.gif) no-repeat left top;
}
	/* WinIE以外1px増やす */
	ul#menu li.lastChild>a,
	ul#menu li.lastChild>a:link,
	ul#menu li.lastChild>a:visited,
	ul#menu li.lastChild>a:active
	{
		width: 143px;
	}
ul#menu li.lastChild a:hover
{
	background: url(../images/index/bg_menu_over.gif) no-repeat left top;
}
/* ニュース＆トピックス */
/* - - - - - - - - - - - */
#topix
{
	float: left;
	width: 465px;
	margin-top: 19px;
	padding-left: 14px;
}
#topix h3
{
	display: block;
	height:22px;
	padding: 2px 0 0 24px;
	background: url(../images/index/mk_triangle.gif) no-repeat 0 bottom;
}
/* タイトル右側の「NEWS」 */
#topix h3 span.shoulder
{
	display: block;
	width: 441px;
	height: 22px;
	background: url(../images/index/t_topix.gif) no-repeat right bottom;
}
#topix h3 span.shoulder img
{
	vertical-align: top;
}
#topix table
{
	width: 465px;
}
#topix table th,
#topix table td
{
	padding: 8px 5px;
	border-bottom: 1px dotted #a1a1a1;
}
#topix table th
{
	/* Exclude macIE \*/
	width: 10%;
	/* */
}
#topix p.backNumber
{
	font-size: 92%;
	margin-top: 8px;
	margin-left: 3px;
	text-align:right;
}
#topix p.backNumber span.arrow {
	background: url(../images/common/arrow_right.gif) no-repeat left center;
	padding-left: 9px;
}
/* 右コラム */
/* - - - - - - - - - - - */
#feature
{
	float: right;
	width: 250px;
	margin-top: 19px;
	padding-right: 14px;
}
#feature h3
{
	clear: both;
	margin-bottom: 6px;
	padding:0 0 8px 6px;
	background: url(../images/index/bg_title.gif) repeat-x left bottom;
}
#feature div.thumb
{
	float: left;
	width: 65px;
}
#feature div.thumb img
{
	border: 1px solid #999;
}

#feature div.thumb_wh
{
	float: left;
	width: 65px;
}

#feature div.text
{
	float: right;
	width: 180px;
}
#feature div.text h4
{
	margin-bottom: 5px;
	line-height: 1em;
}
#feature div.text p a
{
	color: #666;
	line-height: 1.3em;
}


/* これまでのニュース＆トピックス */
/* - - - - - - - - - - - - - - - */

#archives
{
	float: left;
	width: 465px;
	margin-top: 19px;
	padding-left: 14px;
}
#archives h3
{
	display: block;
	padding: 2px 0 0 24px;
	height:18px;
	background: url(../images/index/mk_triangle.gif) no-repeat 1px 0;
	border-bottom:3px solid #cccccc;
}
/* タイトル右側の「ARCHIVES」 */
#archives h3 span.shoulder
{
	display: block;
	width: 441px;
	height: 18px;
	background: url(../images/news/t_archives.gif) no-repeat right bottom;
}
#archives h3 span.shoulder img
{
	vertical-align: top;
}

#archives p.page_index{ margin:5px; text-align:right; font-family:verdana, sans-serif;}
#archives p.page_index img{ vertical-align:middle;}

#archives table
{
	width: 465px;
}
#archives table th,
#archives table td
{
	padding: 8px 5px;
	border-bottom: 1px dotted #a1a1a1;
}
#archives table th
{
	/* Exclude macIE \*/
	width: 10%;
	/* */
}
#archives p.backNumber
{
	font-size: 92%;
	margin-top: 8px;
	margin-left: 3px;
	padding-left: 9px;
	background: url(../images/common/arrow_right.gif) no-repeat left center;
}


/* ニュース詳細 */
/* - - - - - - - */

#news_item
{
	float: left;
	width: 465px;
	margin-top: 19px;
	padding-left: 14px;
}
#news_item h3
{
	display: block;
	padding: 2px 0 0 24px;
	background: url(../images/index/mk_triangle.gif) no-repeat 1px 2px;
	color:#666;
	font-size:12px;
	min-height:18px;
	border-bottom:3px solid #cccccc;
}
#news_item h3:after {
	display:block;
	height:0;
	visibility:hidden;
	content:".";
	clear:both;
}
/* タイトル右側の「NEWS」 */
#news_item h3 span.shoulder
{
	display: block;
	width: 441px;
	min-height: 18px;
	background: url(../images/index/t_topix.gif) no-repeat right bottom;
}
#news_item h3 span.shoulder img
{
	vertical-align: top;
}

#news_item div.news_text
{
	padding:10px;
}#linkbn {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.bnarea {
	float: left;
	height: 95px;
	width: 113px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding-top: 5px;
}
.bnarealast{
	float: left;
	height: 95px;
	width: 113px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #CCC;
}
.bnarea_tsac {
	float: left;
	height: 95px;
	width: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding-top: 5px;
}

