@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
html {
	height:100%;
}
body {
	height:100%;
	background-color:#f1f1e8;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	text-align:center;
	line-height:1;
	color:#444444;
}
/* テキスト設定 */
/* font-size:107.7%（14px）、100%（13px）、92.3%（12px）、84.6%（11px）*/
.small {
	font-size:84.6%;
}
.small_px {
	font-size:11px;
	color:#666666;
}
.date {
	font-size:13px;
	color:#997755;
}
.mono {
	font-family:"Courier New", Courier, monospace;
}
strong {
	font-weight:bold;
}
.black {
	color:#333333;
}
.red {
	color:#ff3333;
}
.orange {
	color:#ff6600;
}
.green {
	color:#007299;
}
.blue {
	color:#3388cc;
}
.purple {
	color:#4b60a2;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0em;
}
/* img設定 */
img {
	border:none;
	vertical-align:bottom;
}
/* テキストリンク */
a:link {
	color: #0000cc;
	text-decoration:none;
}
a:visited {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#ff6633;
	text-decoration:underline;
}
a:active {
	color:#ff0000;
	text-decoration:underline;
}
/* リンクの点線対策（FireFox用）focus無しだとDWで不具合 */
a:focus {
	overflow:hidden;
}
/* ライン設定 */
.line {
	clear:both;
	width:650px;
	margin:0 0 20px 10px;
	height:0;
	border-bottom:dashed 1px #ddddbb;
	line-height:0;
	font-size:0em;
}
/* ライン設定 */
.line2 {
	clear:both;
	width:650px;
	margin:0 0 30px 10px;
	height:0;
	border-bottom:dashed 1px #ddddbb;
	line-height:0;
	font-size:0em;
}
/* リスト表示の設定 */
li.orange_list {
	list-style:none;
	background-image:url(../img/pt_1.gif);
	background-repeat:no-repeat;
	background-position:0 0.6em;
	padding-left:9px;
	line-height:1.6;
}
li.link_list {
	list-style:none;
	background-image:url(../img/pt_link.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	padding-left:7px;
	line-height:1.6;
}
/* コンテナの設定*/
#container {
	width:920px;
	height:100%;
	min-height:100%;
	margin:0px auto;
	text-align:left;
}
body > #container {
	height:auto;
}
/* ヘッダーの設定 */
#header {
	width:920px;
	height:110px;
	background-image:url(../img/contents_head.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:relative;
}
#header h1 {
	font-size:12px;
	font-weight:normal;
	color:#663300;
	margin-left:230px;
	padding:18px 0 0 20px;
}
#header h2 {
	position:absolute;
	top:0;
	left:6px;
}
#header h2 a {
	display:block;
	width:228px;
	height:139px;
	background-image:url(../img/logo.gif);
	text-indent:-9999px;
	font-size:0em;
}
/* ヘッダメニューの設定 */
.head_nav {
	list-style:none;
	position:absolute;
	right:16px;
	bottom:10px;
}
.head_nav li {
	list-style:none;
	float:left;
}
.head_nav a {
	display:block;
	height:56px;
	background-image:url(../img/hw.gif);
	text-indent:-9999px;
	font-size:0em;
}
a.hw1 {
	width:132px;
	background-position:0px 0px;
}
a:hover.hw1 {
	background-position:0px -56px;
}
a.hw2 {
	width:133px;
	background-position:-132px 0px;
}
a:hover.hw2 {
	background-position:-132px -56px;
}
a.hw3 {
	width:168px;
	background-position:-265px 0px;
}
a:hover.hw3 {
	background-position:-265px -56px;
}
a.hw4 {
	width:167px;
	background-position:-433px 0px;
}
a:hover.hw4 {
	background-position:-433px -56px;
}
/* 文字サイズメニューの設定 */
.head_ts {
	width:168px;
	height:36px;
	position:absolute;
	top:6px;
	right:10px;
	background-image:url(../img/font_bg.gif);
}
.head_ts dl {
	margin:14px 0 0 6px;
}
.head_ts dt {
	display:none;
}
.head_ts dd {
	float:left;
}
.head_ts a {
	display:block;
	height:13px;
	background-image:url(../img/fw.gif);
	text-indent:-9999px;
	font-size:0em;
}
a.ts1 {
	width:48px;
	background-position:0px 0px;
}
a:hover.ts1 {
	background-position:0px -13px;
}
a.ts2 {
	width:60px;
	background-position:-48px 0px;
}
a:hover.ts2 {
	background-position:-48px -13px;
}
a.ts3 {
	width:46px;
	background-position:-108px 0px;
}
a:hover.ts3 {
	background-position:-108px -13px;
}
/* メニューとコンテンツ位置の設定（要素の高さを揃えるためheightLine.js使用） */
#menu {
	float:left;
	width:230px;
	padding-top:45px;
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
#contents {
	float:right;
	width:690px;
	position:relative;/* logo.gif（absolute）の前面に来るように */
	background-image:url(../img/contents_bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
.contents_end {
	clear:both;
	width:100%;
	height:20px;
	background-image:url(../img/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.contents_end2 {
	clear:both;
	width:100%;
	height:30px;
	background-image:url(../img/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
/* サイドメニューの設定 */
.menu_category h4 {
	width:220px;
	height:15px;
	background-image:url(../img/menu_txt.gif);
	background-position:top right;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0em;
}
.menu_category ul {
	list-style:none;
}
.menu_category ul li {
	list-style:none;
	margin-left:10px;
	line-height:100%;/* IE6対策（floatを使わない時、2pxの隙間が出るのを回避） */
}
.menu_category a {
	display:block;
	width:210px;
	height:70px;
	background-image:url(../img/sw.jpg);
	text-indent:-9999px;
	font-size:0em;
}
/* サイドメニューのホバー設定 */
a.sw1 {
	background-position:0px 0px;
}
a:hover.sw1 {
	background-position:-210px 0px;
}
a.sw2 {
	background-position:0px -70px;
}
a:hover.sw2 {
	background-position:-210px -70px;
}
a.sw3 {
	background-position:0px -140px;
}
a:hover.sw3 {
	background-position:-210px -140px;
}
a.sw4 {
	background-position:0px -210px;
}
a:hover.sw4 {
	background-position:-210px -210px;
}
/* 中央エリアの設定 */
.center_area {
	width:914px;
	margin:6px 0 0 6px;
}
.center_area ul {
	float:left;
	list-style:none;
	width:227px;
}
.center_area ul li, .center_area ul li ul {
	list-style:none;
	width:226px;
}
.center_area ul li ul li {
	list-style:none;
	width:206px;
	padding:6px 10px;
	margin-bottom:10px;
	font-size:92.3%;
	line-height:1.6;
}
.center_area a {
	display:block;
	width:226px;
	height:148px;
	text-indent:-9999px;
	font-size:0em;
}
/* 中央メニューのホバー設定 */
a.cw1 {
	background-image:url(../img/cw1.jpg);
	background-position:0px 0px;
}
a:hover.cw1 {
	background-image:url(../img/cw1.jpg);
	background-position:0px -148px;
}
a.cw2 {
	background-image:url(../img/cw2.jpg);
	background-position:0px 0px;
}
a:hover.cw2 {
	background-image:url(../img/cw2.jpg);
	background-position:0px -148px;
}
a.cw3 {
	background-image:url(../img/cw3.jpg);
	background-position:0px 0px;
}
a:hover.cw3 {
	background-image:url(../img/cw3.jpg);
	background-position:0px -148px;
}
a.cw4 {
	background-image:url(../img/cw4.jpg);
	background-position:0px 0px;
}
a:hover.cw4 {
	background-image:url(../img/cw4.jpg);
	background-position:0px -148px;
}
/* 下段エリアの設定 */
.bottom_area {
	clear:both;
	width:914px;
	margin-left:6px;
}
/* FAQの設定 */
.faq {
	float:left;
	width:200px;
}
.faq ul {
	list-style:none;
}
.faq li {
	list-style:none;
	line-height:100%;/* IE6対策（floatを使わない時、2pxの隙間が出るのを回避） */
}
.faq a {
	display:block;
	width:198px;
	height:143px;
	background-image:url(../img/qw.jpg);
	text-indent:-9999px;
	font-size:0em;
}
a.qw1 {
	background-position:0px 0px;
}
a:hover.qw1 {
	background-position:0px -143px;
}
/* FAQの設定（中面） */
.faq_page {
	width:200px;
	margin:25px 0 0 6px;
}
.faq_page ul {
	list-style:none;
}
.faq_page li {
	list-style:none;
	line-height:100%;/* IE6対策（floatを使わない時、2pxの隙間が出るのを回避） */
}
.faq_page a {
	display:block;
	width:198px;
	height:143px;
	background-image:url(../img/qw.jpg);
	text-indent:-9999px;
	font-size:0em;
}
/* 新着情報エリアの設定 */
.news_area_bg {
	float:right;
	width:704px;
	background-image:url(../img/btm_area_hd.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.news_area {
	width:690px;
	margin-top:14px;
	padding-left:14px;
	background-image:url(../img/btm_area_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
.news_area_end {
	clear:both;
	width:100%;
	height:30px;
	background-image:url(../img/bottom_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
/* 新着情報の設定 */
.news_doc {
	float:left;
	width:350px;
}
.news_doc h4 {
	width:350px;
	height:30px;
	margin-top:10px;
	background-image:url(../img/news.gif);
	text-indent:-9999px;
	font-size:0em;
}
.news_doc ul {
	list-style:none;
	width:350px;
	padding-top:20px;
}
.news_doc ul li.news_date {
	list-style:none;
	padding-left:10px;
}
.news_doc ul li span {
	float:left;
	line-height:1.6;
}
.news_doc ul.news_kiji {
	list-style:none;
	float:right;
	width:265px;
}
.news_doc ul li ul {
	list-style:none;
	width:265px;
	padding-top:0;
}
.news_doc ul li ul li {
	list-style:none;
	line-height:1.6;
	
}
/* NEW ITEMの設定 */
.news_item {
	float:right;
	width:311px;
}
.news_item h4 {
	width:290px;
	height:30px;
	margin:10px 0 0 2px;
	background-image:url(../img/new_item.gif);
	text-indent:-9999px;
	font-size:0em;
}
.news_item ul {
	list-style:none;
}
.news_item ul li {
	list-style:none;
	margin-top:6px;
	line-height:100%;/* IE6対策（floatを使わない時、2pxの隙間が出るのを回避） */
}
.news_item a {
	display:block;
	width:292px;
	height:119px;
	text-indent:-9999px;
	font-size:0em;
}
a.bw1 {
	background-image:url(../new_item/new_01.gif);
	background-position:0px 0px;
}
a:hover.bw1 {
	background-position:0px -119px;
}
a.bw2 {
	background-image:url(../new_item/new_02.gif);
	background-position:0px 0px;
}
a:hover.bw2 {
	background-position:0px -119px;
}
a.bw3 {
	background-image:url(../new_item/new_03.gif);
	background-position:0px 0px;
}
a:hover.bw3 {
	background-position:0px -119px;
}
/* ページトップの設定 */
.pagetop {
	clear:both;
	width:690px;
	height:37px;
	position:relative;
}
.pagetop a {
	display:block;
	position:absolute;
	width:135px;
	height:27px;
	right:20px;
	bottom:0px;
	background-image:url(../img/pagetop.gif);
	text-indent:-9999px;
	font-size:0em;
}
.pagetop a:hover {
	background-position:-135px 0px;
}
.pagetop_box {/* 中面用 */
	clear:both;
	width:690px;
	margin-left:216px;
	padding-left:14px;
	background-image:url(../img/btm_area_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
/* フッタの設定 */
#footer {
	clear:both;
	width:900px;
	height:50px;
	text-align:right;
}
/* 著作の設定 */
#footer p {
	color:#997755;
	font-size:10px;
	/* font-size:76.9%; */
	font-family:"Verdana", "Arial", sans-serif;
}
