@charset "Shift_JIS";
@import url(reset-fonts.css);	/* フォント設定 */ 
@import url(layout.css);		/* 基本レイアウト設定 */ 
@import url(menu.css);			/* メインメニュー設定 */ 
@import url(navi.css);			/* ナビゲーション設定 */ 
@import url(styles.css);		/* スタイル設定 */ 

/* コンテンツ枠 */
div#contents {
	background-image : none;
}

/* ヘッダメニュー */
p.headerLogotype {
	float: left;
	width: 84px;
	padding-top: 5px;
	text-align: right;
}
p.headerLogomark {
	padding-top: 5px;
}


/* トップイメージ */
div#topimage {
	margin-left: 6px;
}


/* 本文 */
div#main {
	float: left;
	width: 510px;
	padding: 15px 20px;
}
/* サイドナビ */
div#sidenavi {
	float: right;
	width: 190px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
a:hover img{
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
-ms-filter: "alpha(opacity=60)";
}

p.banner {
	margin: 10px 0px;
}
p.sidenaviTitle {
	height: 20px;
	margin-top: 5px;
	padding: 3px;
	padding-left: 15px;
	background-image : url(../img/navi_head.gif);
	background-repeat: no-repeat;
}
div#sidenavi ul li {
	padding-left: 30px;
	padding-right: 5px;
	line-height: 1.8;
	background-image : url(../img/navi_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.3em;
}
div#sidenavi ul li.privacyLink {
	margin-top: 5px;
	border-top: 1px dashed #999;
	background-image : url(../css/img/llisthead.gif);
}
div#sidenavi a:link {
	color: #339;
}
div#sidenavi a:visited {}
div#sidenavi a:hover {
	color: #999;
}


/* 検索フォーム */
form#search {
	padding-top: 32px;
	text-align: center;
	background-image : url(../img/search_head.gif);
	background-repeat: no-repeat;
	background-color: #E1E6EC;
}
form#search p.searchEnd {
	height: 7px;
	background-image : url(../img/search_foot.gif);
	background-repeat: no-repeat;
}


p.topbtn {
	float: left;
	width: 170px;
	height: 102px;
}

h2 {
	clear: both;
	padding: 0px;
	background-image : none;
}

div.topicsBox,
div.columnBox {
	width: 490px;
	margin: 5px auto;
}
