/* CSS Document */

/* reset css include */
@import url("reset.css"); 

/* ----------UI--------------- */
body{
	text-align:center;
	background-color:#F6F6F6;
}

#container{
	width:820px;
	text-align:left;
	padding-left:10px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../img/common/body_bk.jpg);
	background-repeat:repeat-y;
}

#header{
	width:800px;
	height:120px;
	padding-bottom:15px;
	border-top:5px solid #FFEC47;
}

#contents{
	width:800px;
}
/*トップページのmain*/
#top{
	float:left;
	width:570px;
	margin-left:10px;
	_margin-left:5px; /*IE6*/
	margin-right:18px;
}
/*その他のページのmain*/
#main{
	float:left;
	width:570px;
	margin-left:10px;
	_margin-left:5px; /*IE6*/
	margin-right:18px;
	border:1px solid #EFDFCF;
	border-top:2px solid #615947;
}

#sub{
	float:left;
	width:200px;
}

#footer{
	clear:both;
	width:800px;
	border-top:5px solid #FFEC47;
	border-bottom:1px solid #DDDDDD;
	margin-top:15px;
}


/* ----------hx--------------- */
h1{
	margin-top:10px;
	margin-bottom:5px;
	font-size:10px;
	color:#999999;
}

/* ----------リンク--------------- */
a{
/*	color:#333333;*/
	color:#DA1F20;
}

a:hover{

	text-decoration:underline;
}



/* ----------header--------------- */
#headUe{
	margin-bottom:10px;
	
}

#headLeft{
	float:left;
	height:75px;
	margin-left:10px;
}


#headRight{
	float:right;
	width:270px;
	height:75px;
	margin-right:10px;
	text-align:right;
	background-image:url(../img/common/headR_bk.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#headRight p{
	margin-top:5px;
	margin-bottom:15px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}
#headRight img{
	margin-right:3px;
}

#headRight a{
	color:#333333;
	text-decoration:none;
}

#headRight a:hover{
	color:#DA1F20;
	text-decoration:none;
}

#gNavi{
	clear:both;
	height:40px;
	overflow:hidden;
	margin-top:10px;
	padding-left:3px;
	background-image:url(../img/common/gNavi_bk.jpg);
	background-repeat:repeat-x;
}

#gNavi li{
	float:left;
	width:113px;
	_width:100px;
	height:40px;
	font-size:12px;
	color:#333333;
	text-align:center;
}

#gNavi .now{
	background-image:url(../img/common/gNavi_bk_t.jpg);
	background-repeat:no-repeat;
	background-position:1px;
}

#gNavi li a{
	width:113px;
	_width:100px;
	height:40px;
	float:left;

}
#gNavi li a:hover{
	background-image:url(../img/common/gNavi_bk_on.jpg);
	background-repeat:no-repeat;
	background-position:1px;
	width:112px;
}

/* ----------pan--------------- */
#pan{
	margin:0 0 15px 15px;
	color:#333333;
	font-size:12px;
}

/* ----------main--------------- */
#main h2{
	margin-bottom:20px;
	padding:15px 0 15px 50px;
	color:#333333;
	font-size:16px;
	letter-spacing:10px;
	background-color:#FBF8F4;
	background-image:url(../img/common/main_h2.gif);
	background-position:15px center;
	background-repeat:no-repeat;
	border-bottom:1px solid #EFDFCF;
}

#main h3{
	margin-bottom:15px;
	letter-spacing:5px;
	padding:8px 0 10px 30px;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../img/common/main_h3.gif);
	background-repeat:no-repeat;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

#main h4{
	margin-bottom:15px;
	padding:10px;
	font-size:13px;
	color:#333333;
	letter-spacing:5px;
	border-top:2px solid #FFEC47;
	background-color:#FFF9E6;
}

#main p{
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	font-size:13px;
	color:#333333;
	line-height:130%;
}

#main img{
	margin-bottom:15px;
}

#main ul{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
	list-style-position:inside;
	padding:5px;
}

#main li{
	margin-bottom:5px;
	list-style:square;
	line-height:130%;
	font-size:13px;
	color:#333333;
}
.section{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:50px;
}


.section table{
	width:500px;
	margin-left:25px;
	margin-bottom:15px;
}

.section th{
	width:100px;
	padding:15px 0 5px 15px;
	color:#557D20;
	font-size:13px;
	border-bottom:1px dotted #CCCCCC;
}

.section tr.bgcell{
	background-color:#FAFFF0;
}

.section td{
	padding:15px 0 5px 15px;
	color:#333333;
	font-size:13px;
	line-height:130%;
	border-bottom:1px dotted #CCCCCC;
}

/*このページのトップへ*/
.pagetop{
	font-size:12px;
	text-align:right;
	margin-top:20px;
}
/*リンク内イメージはマージン０*/
#main a img{
	margin-bottom:0;
}
/* ----------sub--------------- */

#sub p{
	width:175px;
	margin-left:15px;
	margin-bottom:10px;

	font-size:12px;
	color:#333333;
}

#news{
	width:194px;
	margin-bottom:15px;

	border:1px solid #CCCCCC;
}

#news h3{
	height:34px;
	_height:51px;
	overflow:hidden;
	position:relative;
	top:-7px;
	left:-2px;
	padding:17px 0 0 53px;
	background-image:url(../img/common/news.gif);
	background-repeat:no-repeat;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

#news p{
	width:175px;
	margin-left:15px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
	line-height:150%;
}

#news a{
	color:#333333;
	text-decoration:none;
}

#news a:hover{
	text-decoration:underline;
}
#pickup{
	width:194px;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	text-align:center;
}


#pickup h3{
	height:34px;
	_height:51px;
	overflow:hidden;
	position:relative;
	top:-7px;
	left:-2px;
	padding:17px 0 0 53px;
	background-image:url(../img/common/pickup.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

#pickup p{
	text-align:left;
	margin-top:5px;
}

#menu{
	width:190px;
	margin-bottom:15px;
	padding:2px;

	border:1px solid #CCCCCC;
	background-image:url(../img/common/sub_menu_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#menu ul{
	margin-bottom:16px;
}

#menu li{
	padding:15px 0 15px 40px;
	background-image:url(../img/common/yajirusi12_migi.jpg);
	background-repeat:no-repeat;
	background-position:15px center;
	font-size:13px;
	color:#333333;
	border-bottom:1px dotted #CCCCCC;
}

#menu a{
	color:#333333;
	text-decoration:none;
}

#menu a:hover{
	color:#DA1F20;
}

#baner img{
	margin-bottom:10px;
}

/* ----------footer--------------- */
#footer p{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
	color:#333333;
	line-height:150%;
}

#footer a{
	color:#333333;
	text-decoration:none;
}

#footer a:hover{
	color:#DA1F20;
	text-decoration:underline;
}

/* ----------トップページ--------------- */
#top-service{
	margin-left:2px;
}
.top-s{
	float:left;
	width:125px;
	height:100px;
	overflow:hidden;
	margin-right:13px;
	_margin-right:13px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
}

.top-s h3{
	position:relative;
	top:-35px;
	padding:5px;
	overflow:hidden;
	font-size:12px;
	background-color:#FFFFFF;
	border-right:8px solid #FFEC47;

}
.top-s p{
	position:relative;
	top:-20px;
	margin-left:3px;
	margin-left:3px;
	font-size:11px;
	line-height:130%;
	color:#333333;
}

#top-service a{
	color:#333333;
	text-decoration:none;
}

#top-service a:hover{
	color:#DA1F20;
}

/* ----------店舗--------------- */
#osirase h4{

	margin-bottom:0px;
	padding-left:20px;;
	font-size:13px;
	letter-spacing:3px;
	border-top:none;
	background:none;
	background-image:url(../img/common/yajirusi12_migi.jpg);
	background-repeat:no-repeat;
	background-position:5px center;

}

.osirase_b{
	float:left;
	width:175px;
	_width:170px;
	margin-left:5px;
	margin-bottom:15px;
}

#osirase_01{
	background-image:url(../store/img/osirase01.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#osirase_02{
	background-image:url(../store/img/osirase02.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#osirase_03{
	background-image:url(../store/img/osirase03.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

/* ----------加工サービス--------------- */
#kakou-s a{
	color:#333333;
	text-decoration:none;
}

#kakou-s a:hover{
	color:#DA1F20;
}


.kakou{
	float:left;
	width:255px;
	margin-left:15px;
	_margin-left:10px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid #FFF3DE;
}
.kakou img{
	float:left;
	margin-left:10px;
}
.kakou p{
	float:left;
	margin-left:10px;
}


.kakaku{
	width:auto;
}
.kakaku th{
	width:120px;
	padding-left:0;
	text-align:center;
	border:1px solid #CCCCCC;
	background-color:#FAFFF0;

}

.kakaku td{
	padding-left:0;
	text-align:center;
	border:1px solid #CCCCCC;
}

.kakaku5 th{
	width:80px;
}

.kakaku3 th{
	width:166px;
}

/* store/index.html 一番最初のテーブル
　地図アイコンのずれ防止*/
#tenpo img{
	margin-bottom:0;
	margin-left:5px;
}

/*外商部門*/
.gaisyou2{
	float:left;
	width:265px;
	overflow:hidden;
	margin-bottom:10px;

}

.gaisyou2 img{
	margin-left:10px;
	_margin-left:5px;
}

/*サイトマップ*/
#sitemapUL ul{
	margin-bottom:0;
}
/*お問合わせフォーム*/
#form th{
	width:150px;
	border:1px solid #EFDFCF;
	background-color:#FAFFF0;
	padding-top:10px;
	padding-bottom:10px;
}
#form td{
	border:1px solid #EFDFCF;
	padding-top:10px;
	padding-bottom:10px;
}
/* ----------共通--------------- */
.clearfix:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.float-L{
	float:left;
}
.clear{
	clear:both;
}
.c-red{
	color:#DA1F20;
}

.c-green{
	color:#557D20;
}
.c-hai{
	color:#999999;
}
.fsize-9{
	font-size:10px;
}
.fsize-14{
	font-size:14px;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.border-n{
	border:none;
}

.back-red{
	background-color:#FEF5F5;
}
.padding5{
	padding:5px;
}
.marginR0{
	margin-right:0;
}
.marginR15{
	margin-right:15px;
}
.marginR10{
	margin-right:10px;
}
.marginL10{
	margin-left:10px;
}
.marginB0{
	margin-bottom:0;
}
.marginT15{
	margin-top:15px;
}
