@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.strong {
	font-weight: bold;
}


/* リンク色設定 */
a:link {
	color: #792828;
}

a:hover, a:active {
	color: #c00;
}

a:visited {
	color: #300;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;}
	
html{
	height:100%;}


/* body */
body {
	background: url(images/bg_01.jpg) repeat-x;
	text-align: center;
	width: 100%;
	height:100%;
	color: #033;
	font-size: 12px;
	line-height:20px;
}



/* 全体幅の設定 */
div#content {
	background-image: url(images/content_bg.png);
	width: 907px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
    height: auto !important;
    height: 100%; /* ie用に設定 */
    margin: 0 auto -100px; 
    /* class="footer"と同じ高さ(100px)の負の値を入力 */
}

#push{
	height:100%;}
/* ナビゲーション */
ul#navbar {
	background: url(images/navbar_bg.png) repeat-x;
	width: 897px;
	margin: 0px auto 0px auto;
	padding: 7px 1px 0px 0px;
	text-align: justify;
	letter-spacing: 0;
}

ul#navbar li {
	width: 126px;
	float: left;
	list-style-type: none;
	display: block;
	margin: 0 1px 0 1px;
}

*html ul#navbar li {
	width: 126px;
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px;
}

ul#navbar li img{
	vertical-align:bottom;}


/* 本文 */
div#main {
	width:891px;
	margin:0 4px;
	padding:10px 4px;
	text-align:left;
	border-top:solid 1px #CCCCCC;
}

/* コンテンツ */
#right_menu{
	width:298px;
	float:right;
	padding-right:10px;}
	
#left_main{
	width:565px;
	float:left;
	padding-left:10px;}



/* フッター */
div#footer {
	width: 899px;
	height:191px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(images/bg_footer.jpg) repeat-x;
	padding: 10px 0 0 0;
}

div#footer p {
	margin: 0.3em auto 0.3em 50px;
	display: block;
}

div#footer p.strong {
	margin-bottom: 0.5em;
}

p#copyright {
	text-align: right;
	padding-right:30px;
}


/* トップページ */
#box {
width:559px;
border: 3px solid #d1d1d1;
color: #792828;
margin-bottom:15px;
background: url("images/news_bg.jpg") top right no-repeat;
}

#box h2{margin: 15px 0 15px 50px;}


#box ul {
	margin: 0 0 20px 85px;
	padding: 0;
}

#box p {
	margin-left: 85px;
}

#box ul li {	
	list-style-type: none;
}


#syaze{
	width:565px;
	height:180px;
	color: #792828;
	background:url(images/syaze.jpg) no-repeat;}
	
#syaze h2{
	padding:20px 0 15px 50px;}

#syaze p{
	margin-left: 85px;}


/* 採用情報 */
#recruit{
	width: 871px;
	padding:10px;}
	
#recruit p{
	line-height:25px;
	padding-bottom:10px;}
	
#recruit td{
	padding:3px 5px;}
	
#company_link{
clear:both;
	text-align:right;
	padding-top:15px;
	font-size:14px;}
	
	
/* 会社案内 */	
#company_box{
	width: 871px;
	padding:10px;
	line-height:30px;}
	
#company_box th{
	background:#FFFFFF;
	text-align:left;
	border-left: solid 10px #b6e9e2;
	padding-left:10px;}
	
#company_box td{
	background:#FFFFFF;
	text-align:left;
	padding-left:10px;}
	
#company_list_box{
	width:860px;
	padding-top:20px;}

.company_list_img{
	width:230px;
	float:left;
	padding-bottom:25px;}

.company_list{
	width:190px;
	float:left;
	padding-bottom:25px;
	padding-left:10px;}
	
.company_list h2{
	font-size:14px;}
	
.company_list li{
	list-style:none;
	padding-left:30px;
	line-height:20px;}
	
.company_list2{
	width:230px;
	float:left;
	padding-bottom:25px;}
	
.company_list2 h2{
	font-size:14px;}
	
.company_list2 li{
	list-style:none;
	padding-left:30px;
	line-height:20px;}
	
.company_map{
	color:#660000;
	padding:5px 0;}
	
#company_enkaku{
	width: 550px;
	float:left;
	padding:10px;
	line-height:30px;}
	
#company_enkaku td{
	padding:3px 10px;}
	
#conpany_box_img{
	width:300px;
	float:left;
	padding-top:15px;}
	
#company_enkaku_img{
	width:300px;
	float:left;
	padding-top:10px;
	padding-left:10px;}

	
	
/* 商品案内 */
#product_box{
	width: 871px;
	padding:10px;}
	
#product_box h2{
	font-size:14px;
	background:url(images/product_icon.jpg) no-repeat;
	line-height:25px;
	vertical-align:bottom;
	padding-left:30px;
color:#7e0043;}
	
#product_box p{
	padding-bottom:30px;}
	
.product_box_text{
	width:600px;
	float:left;}
	
.product_box_img{
	widows:250px;
	float:left;}

div#bgarea {
background:url(images/page_bg.gif) no-repeat 90px 0px;
padding-left:350px;
}
