@charset "Shift_JIS";

/* ────────────────────── *
 *                                              *
 * ヘッダー                                     *
 *                                              *
 * ────────────────────── */

#header {
	width: 718px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #999999;
	background-image: url(../image/common/bg_header.gif);
	background-repeat: no-repeat;
	height: 53px;
	padding-left: 41px;
	padding-top: 5px;
	padding-right: 21px;
}
#header h1 {
	font-size: 10px;
	line-height: 1;
	color: #666666;
	margin-bottom: 5px;
}
#header dl {
	float: right;
	padding-top: 12px;
	width: 304px;
}
#header dl dt {
	height: 12px;
	padding-bottom: 6px;
	font-size: 0px;
	line-height: 1;
}
#header dl dd {
	height: 17px;
}

/* ────────────────────── *
 *                                              *
 * 上部メニュー                                 *
 *                                              *
 * ────────────────────── */

#menu {
	background-color: #5a6471;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 30px;
	padding-left: 20px;
}
#menu ul li {
	float: left;
	padding-right: 12px;
}






/* -------------------------------------------- *
 * メインコンテンツ                             *
 * -------------------------------------------- */

/*----- 大きな外枠 -----*/
#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 {
	background-image: url(../images/common/float_box_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	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;
}

/*------ 左リンク -----*/
#left a {
	color: #666666;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}

/*----- 右箱 -----*/
#right {
	float: right;
	width: 558px;
	margin-left: 10px;
	position: relative;
}





/* -------------------------------------------- *
 * 左メニュー                                   *
 * -------------------------------------------- */

/*----- 定義リスト -----*/
#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;
	line-height: 30px;
	height: 30px;
	background-image: url(../images/common/left_company_logo.gif);
	padding-left: 33px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

/*----- その他リンク -----*/
#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;
}
#footer #title{
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	line-height: 1.3;
	margin-bottom: 5px;
	color:#666666;
}
#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;
}
