﻿﻿@charset "utf-8";

/* =========================== */
/*                             */
/* 縦サブメニューページ                    */
/* ２カラム、メインメニュー縦用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;	
	font-size:80%;
	color: #424242;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/body_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

DIV#container {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/main_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

DIV#top {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */

#header-layout {
	width: 800px;
	height: 89px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* サイトタイトル */
#site-title {
	float: left;
	width: 400px;
	margin: 0px;
	text-align: left;
	padding: 5px 0px 0px 10px;
	}
#site-title A IMG {
	border: none;
	}

/* ヘッターコンテンツ領域 */	
#header-contents {
	float: right;
	width: 380px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
/* ヘッダーメニュー */
#header-menu {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 12px 0px 10px 0px;
	}
#header-menu DIV.menu-item {
	float: left;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #ffffff;
	padding: 0px 25px 0px 20px;
	font-size: 80%;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:focus,
#header-menu A:visited {
	color: #ffffff;
	text-decoration: none;
	}

#header-menu A:hover {
	color: #25acff;
	text-decoration: none;
	}

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px;
	}
DIV#side-layout {
	float:left;
	width: 206px;
	margin: 0px auto;
	padding: 10px 0px;
	}
DIV#contents-layout {
	float:right;
	width: 575px;
	margin: 0px auto;
	padding: 10px 0px;
	}

/* =========================== */
/* サブメニュー                  */
/* =========================== */			
#sub-menu {
	float:left;
	width: 195px;
	padding: 0px 1px 10px 10px;
	}
	
#sub-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	border-bottom: 1px #9ae0ff solid;
	width: 196px;
	}
	
#sub-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	height: 0px;
	overflow:hidden;
	}
	
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 100%;
	color: #697387;
	text-decoration: none;
	font-family: Arial;
	display: block;
	width: 185px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;

	}

#sub-menu A.text:active,
#sub-menu A.text:hover {
	color: #697387;
	background-color: #fefefd;
}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	color: #697387;
	background-color: #fefefd;
	}

/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	width:196px;
	margin: 0px auto;
	padding: 0px 0px 10px 10px;
	}

/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width:560px;
	height: 15px;
	color: #697387;
	margin-bottom: 5px;
	padding: 0px 5px 0px 5px;
	font-size: 80%;
	text-decoration: none;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list A:link,
#crumb-list A:active,
#crumb-list A:focus,
#crumb-list A:visited {	
	color: #697387;
	text-decoration: underline;
	}

#crumb-list A:hover {
	color: #25acff;
	text-decoration: underline;
	}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:565px;
	padding: 0px 10px 20px 0px;
	}
#main-contents A IMG {
	border: none;
	}
/* =========================== */
/* フッター                         */
/* =========================== */

/* フッターメニュー */
#footer-menu {
	clear:both;
	width:770px;
	margin:0px auto;
	padding: 10px 15px 0px 15px; 
	}
#footer-menu DIV.menu-item {
	float:right;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/footer_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #424848;
	padding: 0px 20px 5px 20px;
	font-size: 80%;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 0px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	}

#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:focus,
#footer-menu A:visited {
	color: #666666;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}

#footer-menu A:hover {
	color: #ffb127;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}

#footer-layout {
	clear:both;
	margin: 0px auto; 
	padding: 0px; 
	background-color:#25acff;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#footer-back {
	width:800px;
	margin: 0px auto; 
	padding: 0px; 
	background-color:#25acff;
	background-image: url(../img/main_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	}

/* フッターコンテンツ領域 */
#footer-contents {
	width:780px;
	margin: 0px auto;
	padding: 0px 9px 10px 9px;
	background-color:#25acff;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
/* =========================== */
/* ページコンテンツのタイトル         */
/* =========================== */	
#main-contents h3 {
		background-image:url(../img/h3.gif);
		background-repeat:no-repeat;
		color:#14a5ff;
		font-size:110%;
		font-weight:bold;
		height:36px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 5px;
		padding-left: 20px;
		padding-top: 14px;
		width:545px;
	}
