@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サイドメニュー・コンテンツ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 2px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #f1f0f7;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	color: #333333;
	}

DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#head-wrap {
	background-color: #2e3173;
	width: 100%;
	padding-top: 10px;
}
#header {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 147px;
	margin: 0px;
	padding: 0px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	padding: 0px;
	text-align: center;
	margin: 0px;
	height: 243px;
	width: 100%;
	background-image: url(../img/head-contents-bg.jpg);
	background-repeat: repeat-x;
	}
#header-contents p {
	margin: 0px;
	padding: 0px;
}
/* ヘッダーメニュー */
#header-menu {
	margin-top: 0px;
	padding-top: 20px;
	height: auto;
	width: 770px;
	float: right;
	}
#header-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/head-sepalator.gif);
	background-repeat: no-repeat;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
	background-position: left center;
	font-weight: bold;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}
#header-menu A:hover {
	color: #fcee21;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu-wrap {
	background-color: #2e3173;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#main-menu {
	width: 920px;
	margin:0px auto;
	padding:7px 0px 6px;
	text-align: left;
	}
#main-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 31px;
	text-align: center;
	width: 151px;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	width: 3px;
	height: 36px;
	background-image: url(../img/menu_05.gif);
	background-repeat: no-repeat;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px 0px 0px;
	text-align: center;
	font-weight: normal;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 13px;
	color: #FFFFFF;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #FFFFFF;
	font-size: 13px;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 151px;
	padding-top: 6px;
	}
#main-menu A:hover {
	color: #FFFFFF;
	font-size: 13px;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 151px;
	padding-top: 6px;
}
/* =========================== */
/* 商品ジャンルメニュー        */
/* =========================== */
#foot-wrap{
	background-color: #000000;
	height: auto;
	width: 100%;
}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px auto;
	padding: 5px 0px;
	width: 920px;
	}
#footer-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer-menu DIV.menu-item {
	margin: 0px 2px 0px 0px;
	float: left;
	text-align: center;
	height: 22px;
	width: 89px;
	color: #FFFFFF;
	}
#footer-menu A.text:link,
#footer-menu A.text:active,
#footer-menu A.text:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	display: block;
	}
#footer-menu A:hover{
	background-image: url(../img/item-menu-roll.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	height: 19px;
	width: 89px;
	padding-top: 3px;
	}
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#cont {
	width:920px;
	padding: 3px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	padding: 0px 10px;
	font-size: 80%;
	margin: 0px auto;
	height: auto;
	width: 900px;
	}
#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;
	}

/* =========================== */
/* サイド                      */
/* =========================== */
#side {
	width:210px;
	padding: 0px;
	margin: 5px 0px 0px;
	float: left;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 207px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
#sub-menu :after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#sub-menu DIV.menu-item {
	background-image: url(../img/sub-menu-bg.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 207px;
	}
#sub-menu A.text:link,
#sub-menu A.text:active,
#sub-menu A.text:visited  {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	display: block;
	padding-top: 15px;
	padding-left: 20px;
	}
#sub-menu A:hover {
	background-image: url(../img/sub-menu-roll.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 187px;
	display: block;
	padding-top: 15px;
	padding-left: 20px;
	}
	

/* =========================== */
/* サイドコンテンツ             */
/* =========================== */
#side-contents {
	text-align: center;
	width: 210px;

	}
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:680px;
	float: right;
	margin: 9px 0px 0px;
	}
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:100%;
	margin: 20px 0px 0px;
	padding: 10px 0px;
	background-color: #000000;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 920px;
	margin-top: 0px;
	clear: both;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
