@charset "Shift_JIS";

/* -------------------------------------------- *
 * ヘッダー                                     *
 * -------------------------------------------- */

/*----- 外枠 -----*/
#header {
	height: 58px;
	width: 731px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-left: 39px;
	padding-right: 8px;
	position: relative;
}

/*----- 見出し -----*/
#header h1 {
	font-size: 10px;
	color: #666666;
	float: right;
	padding-top: 11px;
	display: none;
}

/*----- 電話番号 -----*/
#header address {
	position: absolute;
	top: 35px;
	right: 8px;
}





/* -------------------------------------------- *
 * メニュー                                     *
 * -------------------------------------------- */

/*----- 外枠 -----*/
#menu {
	background-color: #5a6471;
	height: 30px;
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-right: 8px;
	padding-left: 19px;
	display: none;
}

#menu li {
	float: left; /* 横並びにする */
}

/*----- メニューの右マージン -----*/
#menu #menu_01 {
	margin-right: 22px;
}
#menu #menu_02 {
	margin-right: 23px;
}
#menu #menu_03 {
	margin-right: 22px;
}
#menu #menu_04 {
	margin-right: 22px;
}
#menu #menu_05 {
	margin-right: 21px;
}
#menu #menu_06 {
	margin-right: 19px;
}





/* -------------------------------------------- *
 * メインコンテンツ                             *
 * -------------------------------------------- */

/*----- 大きな外枠 -----*/
#container {
	background-color: #f0eddf;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#container :after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #container { 
	height: 1px;
	overflow: visible;
}
/**/

/*----- 中の外枠 -----*/
#float_box {
	width: 738px;
}
#float_box :after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #float_box { 
	height: 1px;
	overflow: visible;
}
/**/

/*----- 左箱 -----*/
#left {
	float: left;
	width: 160px;
	display: none;
}

/*------ 左リンク -----*/
#left a {
	color: #666666;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}

/*----- 右箱 -----*/
#right {
	width: 558px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
}





/* -------------------------------------------- *
 * 左メニュー                                   *
 * -------------------------------------------- */

/*----- 定義リスト -----*/
#left dl {
	margin-bottom: 20px;
}

/*----- タイトル -----*/
#left dt {
	clear: both;
	line-height: 0px;
}
#left dt a:hover {
	text-decoration: none;
}

/*----- 項目 -----*/
#left dd {
	clear: both;
	padding-top: 5px;
	padding-bottom: 2px;
}


/*----- 商品名 -----*/
#left dd ul {
	margin-left: 6px;
	margin-bottom: -2px;
}

#left dd li {
	font-size: 10px;
	float: left;
	width: 70px;
	background-image: url(../images/common/left_miniarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 1.1;
	padding-left: 7px;
	margin-bottom: 5px;
}

/*----- 会社概要-----*/
#left #company {
	padding-right: 6px;
	padding-left: 6px;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	line-height: 1.3;
	margin-bottom: 20px;
}

#left #company p {
	margin-bottom: 3px;
	font-size: 12px;
	margin-left: 8px;
}
#left #company h2 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 8px;
}

/*----- その他リンク -----*/
#left #other {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	margin-left: 13px;
	margin-bottom: 100px;
}
#left #other li {
	background-image: url(../images/common/left_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	line-height: 20px;
}





/* -------------------------------------------- *
 * フッター                                     *
 * -------------------------------------------- */

#footer {
	background-image: url(../images/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 31px;
	font-size: 10px;
	line-height: 2.0;
	display: none;
}
#footer ul {
	clear: both;
}
#footer li {
	display: inline;
}
#footer p {
	clear: both;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
