@charset "utf-8";

/* ================================================== */
/*                             　　　　　　　　　　   */
/* サイドメニューありのトップレイアウト用ＣＳＳ */
/*                                                    */
/* ================================================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 2pt;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 90%;
	color: #222222;
	background-image: url(../img/body-bg.gif);
	background-repeat: repeat-x;
	}

DIV#top {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/top-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 88px;
	width: 1052px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 5px 0px 0px;
	margin-bottom: 0px;
	background-image: url(../img/header-bg.gif);
	background-repeat: repeat-x;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 475px;
	margin: 0px;
	padding: 0px;
	height: 88px;
	}
/* ヘッターコンテンツ領域 */	
#head-right {
	float: right;
	height: 88px;
	width: 500px;

	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	padding: 0px 10px 0px 0px;
	text-align: right;
	margin: 0px;
	height: 47px;
	width: 490px;
	font-size: 11px;
	}
#header-contents div {
	height: 37px;
	padding-top: 10px;
	}
/* ヘッダーメニュー */
#header-menu {
	margin-top: 10px;
	padding-top: 0px;
	width: 500px;
	height: 25px;
	margin-bottom: 5px;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/header-menu-list.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 20px;
	font-size: 12px;
	text-align: left;
	margin: 0px 20px 0px 3px;
	color: #333333;
	background-position: left center;
	height: 20px;
	width: auto;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:hover,
#header-menu A:focus
 {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	}
/* =========================== */
/* メインメニュー                 */
/* =========================== */
#menu {
	background-image: url(../img/main-menu_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	padding-top: 8px;
	text-align: center;
}
#main-menu {
	width: 1055px;
	height: 42px;
	margin:0px auto;
	padding:0px;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 42px;
	text-align: center;
	padding: 0px;
	width: 145px;
	}
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	width: 5px;
	height: 42px;
	background-image: url(../img/main-menu_sepalator.gif);
	background-repeat: no-repeat;
	}
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 100%;
	color: #222222;
	text-decoration: none;
	display: block;
	padding: 12px 0px 0px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 100%;
	color: #222222;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #222222;
	font-size: 100%;
	height: 30px;
	width: 145px;
	padding-top: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menu-roll.gif);
	background-repeat: repeat-x;
	}
#main-menu A:hover {
	color: #222222;
	font-size: 100%;
	height: 30px;
	width: 145px;
	padding-top: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/menu-roll.gif);
	background-repeat: repeat-x;
}

/* =========================== */
/* コンテンツ領域             */
/* =========================== */
#contents {
	width:1052px;
	padding: 0px 0px 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	padding: 0px;
	font-size: 80%;
	width: 1052px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#crumb-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#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;
	}

/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents-top {
	padding: 0px;
	width: 800px;
	margin: 0px;
	float: right;
	}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	width:235px;
	padding: 0px;
	margin: 0px;
	float: left;
	}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 235px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 235px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#sub-menu DIV.menu-sepalator {
	height:0;
	overflow:hidden;
	}
#sub-menu A {
	font-size: 14px;
	color: #325AC5;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	font-weight: normal;
	padding-top: 9px;
	padding-left: 25px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active {
	}
#sub-menu A:hover {
	vertical-align: middle;
	background-image: url(../img/sub-menu-roll.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 210px;
	padding-top: 9px;
	padding-left: 25px;
	font-size: 14px;
	color: #325AC5;
	font-weight: normal;
	}	
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	width:235px;
	padding: 0px;
	margin: 0px;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	width:100%;
	margin: 0px auto;
	padding: 0px;
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px auto;
	padding: 10px 5px 5px;
	width: 1042px;
	height: 20px;
	}
#footer-menu DIV.menu-item {
	margin: 0px 15px 0px 0px;
	background-image: url(../img/footer-menu-list.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	background-position: left center;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/footer_menu_sepa.jpg);
	background-repeat: no-repeat;
	height: 12px;
	overflow: hidden;
	width: 4px;
	float:left;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 2px 0px;
	background-position: left 5px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	color: #6281d3;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 1052px;
	color: #535353;
	text-align: right;
	margin: 0px auto;
	padding: 17px 10px 0px 0px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 84px;
	}
#footer-cont-wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
}
#top-column-left1 {
	width: 580px;
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 20px;
}
#top-column-right {
	width: 200px;
	vertical-align: top;
	padding-bottom: 20px;
}

