@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 2px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック";
	background-color: #FFFFFF;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #626262;
	width: 100%;
	}

DIV#top {
	width: 900px;
	margin: 0px auto;
	padding: 0px 5px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	width: 900px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ff6685;
}
/* サイトタイトル */
#site-title {
	width: 900px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 34px;
	}

/* ヘッターコンテンツ領域 */	
#header-contents {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
	}
	
/* ヘッダーメニュー */
#header-menu {
	height: 20px;
	width: 875px;
	padding-right: 25px;
	}
#header-menu DIV.menu-item {
	float: right;
	padding: 0px 10px 0px 20px;
	margin-right: 0px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #666666;
	font-size: 80%;
	text-decoration: none;
	}
#header-menu A:hover {
	color: #ff6685;
	font-size: 80%;
	text-decoration: none;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	width: 850px;
	height: 38px;
	background-image: url(../img/menu-line.gif);
	background-repeat: repeat-x;
	margin:0px 25px;
	padding:14px 0px 0px;
	background-color: #FF3333;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	float:left;
	width: 140px;
	height: 38px;
	background-image: url(../img/menu-bg_03.gif);
	background-repeat: repeat-x;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../img/sepa_03.gif);
	background-repeat: no-repeat;
	width: 2px;
	height: 38px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	display: block;
	height: 28px;
	margin: 0px;
	width: 140px;
	padding-top: 10px;
	}
	
#main-menu A.text:active,
#main-menu A.text:hover {
	color: #FFFFFF;
	text-align: center;
	background-image: url(../img/menu-bg_05.gif);
	background-repeat: repeat-x;
	}

	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main {
	width: 850px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	margin-top: 9px;
}
#main-contents {
	float:left;
	width:615px;
	padding: 0px;
	margin-bottom: 20px;
	}
#side-contents {
	float:right;
	width:224px;
	padding: 0px;
	}	
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:900px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px 0px 0px 30px;
	padding: 8px 0px 0px; 
	}
#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(../img/footer-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	}
#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;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 900px;
	text-align: center;
	margin-top: 15px;
	height: 20px;
	font-size: 12px;
	}
