@charset "UTF-8";
/* CSS Document */

body{
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size: 12px;
color: #333333;
line-height: 2em;
margin: 0;
}

img{ border: none; }

#container{
margin: 0 auto;
width: 857px;
}

.title{
margin: 38px 0;
}

.text-b{
font-size: 12px;
font-weight: bold;
}
.text-n{
font-size: 12px;
}
.text-s{
font-size: 10px;
}
.text-cap{
line-height: 1em;
}

.textBox-title{
margin-bottom: 16px;
padding-left: 10px;
background: url(../img/arrow.gif) left center no-repeat;
}
.textBox-1{
margin-bottom: 16px;
}
.textBox-2{
margin-bottom: 34px;
}
.textBox-3{
margin-bottom: 25px;
}

.Box-back_to_top{
margin: 34px 0 8px 779px;
}

/*ヘッダー*/
#header{
	height:40px;
}

#header h1{
	float:left;
	margin:0;
	padding:5px;
	font-size:10px;
}

#header .gnavi{
	margin:0;
	padding:0;
}
#header .gnavi li{
	float:right;
	overflow:hidden;
	height:40px;
	position:relative;
}

#header .gnavi li img{/*use child selecter for IE6*/
	position:relative;
}
#header .gnavi li * img{/*use child selecter for IE6*/
	position:static;
}

/*結わえるについて*/
.Box-about{
margin: 0;
padding: 14px 18px;
border-left: 1px solid #8e8e8e;
border-right: 1px solid #8e8e8e;
width: 812px;
}
.Box-aboutTitle{
margin-bottom: 10px;
}
.Box-aboutFooter{
margin-bottom: 14px;
}

/*オフィス向け宅配弁当事業*/
#Box-business{
margin: 0;
height: 570px;
background: url(../img/business_img.jpg) top right no-repeat;
}

/*会社概要*/
#Box-profile{
margin: 0;
background: url(../img/profile_img.jpg) top right no-repeat;
}