@charset "shift_jis";

/* Last Update: 2008/12/01 */


/* ページ全体 */
body{
	margin-top: 0;
	font-size: 12px;
	background-color: #eeeeee;
	text-align: center;
	color: #333333;
}
#container{
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
img{
	border: 0px;
}
h1,h2,h3{
	margin: 0;
	text-indent: -9999px;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clear{
	clear: both;
}
hr { display: none; }
.red{
	color: #ff0000;
}
.border{
	border: 1px solid #f00;
}
.bold{
	font-weight:bold;
}
/* ヘッダ */
#head{
	width: 800px;
}

#head_left{
	float: left;
}

#head h1{
	width: 177px;
	height: 60px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#head_right{
	margin-top: 35px;
	float: right;
}
#head_right li{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
#head_right li a{
    display: block;
	float: left;
	text-decoration: none;
}
#head_right a:link{ color:#000000;}
#head_right a:active{ color:#000000;}
#head_right a:visited{ color:#000000;}
#head_right a:hover{ color:#000000;}




/* ナビゲーション */
#navi ul{
	clear: both;
	margin: 0px;
	padding-left:0px;
	padding-top: 0px;
	height: 30px;
	width: 800px;
	background-color: #ffffff;
}
#navi li{
	display: block;
	float: left;
}
#navi li a{
    display: block;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
}
#navi li#navi01 a{
	width: 133px;
	height: 30px;
	background: url(../img/menu_concept.gif) no-repeat;
}
#navi li#navi02 a{
	width: 133px;
	height: 30px;
	background: url(../img/menu_delivery.gif) no-repeat;
}
#navi li#navi03 a{
	width: 133px;
	height: 30px;
	background: url(../img/menu_original.gif) no-repeat;
}
#navi li#navi04 a{
	width: 134px;
	height: 30px;
	background: url(../img/menu_products.gif) no-repeat;
}
#navi li#navi05 a{
	width: 133px;
	height: 30px;
	background: url(../img/menu_faq.gif) no-repeat;
}
#navi li#navi06 a{
	width: 134px;
	_width: 100%;
	height: 30px;
	background: url(../img/menu_corporate.gif) no-repeat;
}




/* ページ本体 */
#contents{
	width: 800px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* 右コンテンツ */

#main{
	width: 580px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 5px;
	float: left;
	background-color: #ffffff;
}
.title{
	margin-top: 5px;
}
.box{
	margin: 15px 0 0 0;
	line-height: 150%;
	line-break: strict;
	letter-spacing: 1px;
	width: 580px;
}




/* 左コンテンツ */
#navi_left{
	width: 175px;
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	background-color: #ffffff;
}
#navi_left ul{
	margin-left: 0px;
	padding-left: 0px;/*ulの余白は、FireFoxではpaddingで設定するので両方指定する*/
}
#navi_left li{
	list-style: none;
	margin: 15px 10px 10px 10px;
	text-indent: 15px;
	border-bottom: 1px dotted #000000;
}
#this{
	background: url(../img/arrow.gif) no-repeat;
}
#navi_left a:link{ color:#000000;text-decoration:none;}
#navi_left a:active{ color:#000000;text-decoration:none;}
#navi_left a:visited{ color:#000000;text-decoration:none;}
#navi_left a:hover{ color:#000000;text-decoration:none;}



/* フッタ */
#foot{
	font-size: 11px;
	clear: both;
	text-align: center;
	background-color: #ffffff;
	margin-top: 20px;
	width: 800px;
	height: 20px;
}
