@charset "utf-8";

/* 一般設定
=============================================================================*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック" sans-serif;
}

html, body {
background-color:#B4CBE0;
}

body {
	font-size: 12px;
	color: #777777;
}

img {
	border: none;
	vertical-align: top;
}

th, td {
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #777777;
}

h1, h2, h3, h4, h5{
	font-weight:100;
	text-decoration: none;
	color:#666666;
}

a:hover {
	color:#FF9900;
}


ul, ol {
	list-style-type: none;
}
li{
	list-style-type:none;
}



input ,textarea ,select {
	color:#333333;
	background-color: #ffffff;
	border-top: #888888 1px solid;
	border-right: #888888 1px solid;
	border-left: #888888 1px solid;
	border-bottom: #888888 1px solid;
}




/* レイアウト・共通
=============================================================================*/
#container {
	width: 716px;
	text-align:left;
	margin: 0px 0px 0px 50px;
	padding: 0px 2px 0px 2px;
	background-color:#FFFFFF;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#mainContainer {
	width: 100%;
}

/* --- ヘッダー部分 開始 --- */
#header01 {
	width: 100%;
	height: 64px;
	background: transparent url(../images/bg_header01.jpg) repeat-x left bottom;
	position: relative;
	border-bottom:solid 1px #CCCCCC;
}

#logo {
	position: absolute;
	left: 20px;
	top: 18px;
	color: #666666;
}

#comp {
	position: absolute;
	left: 610px;
	top: 40px;
	color: #666666;
}

#header02 {
	width: 100%;
	height: 178px;
	border-bottom:solid 1px #CCCCCC;
	position: relative;
	margin-top:1px;
	margin-bottom:1px;
}

#header03 {
	width: 100%;
	height: 73px;
	border-bottom:solid 1px #CCCCCC;
	position: relative;
	margin-top:1px;
	padding-bottom:1px;
}


.headflash {
	display:block;
	position: absolute;
	left: 0px;
	top: 0px;
	clear:both;
	width: 353px;
	height: 178px;
/*	background: transparent url(../images/flash_dummy.jpg) no-repeat left top;	*/
}

.headflashmini {
	display:block;
	position: absolute;
	left: 0px;
	top: 0px;
	clear:both;
	width: 353px;
	height: 73px;
	background: transparent url(../images/flash_dummymini.jpg) no-repeat left top;	
}

#header02 .topmenu01 a{
	display:block;
	position: absolute;
	left: 354px;
	top: 0px;
	padding: 1px 0px 1px 1px;
	width:120px;
	height:178px;
	text-decoration: none;
	background: transparent url(../images/btn_topmenu01.jpg) no-repeat left top;
}

#header02 .topmenu01 a:hover {
	background: transparent url(../images/btn_topmenu01_over.jpg) no-repeat left top;
}

#header02 .topmenu02 a {
	display:block;
	position: absolute;
	left: 475px;
	top: 0px;
	padding: 1px 0px 1px 1px;
	width:120px;
	height:178px;
	background: transparent url(../images/btn_topmenu02.jpg) no-repeat left top;	
	text-decoration: none;
}

#header02 .topmenu02 a:hover {
	background: transparent url(../images/btn_topmenu02_over.jpg) no-repeat left top;
}

#header02 .topmenu03 a {
	display:block;
	position: absolute;
	left: 596px;
	top: 0px;
	padding: 1px 0px 1px 1px;
	width:120px;
	height:178px;
	background: transparent url(../images/btn_topmenu03.jpg) no-repeat left top;	
	text-decoration: none;
}

#header02 .topmenu03 a:hover {
	background: transparent url(../images/btn_topmenu03_over.jpg) no-repeat left top;
}

/* --- コンテンツ部分 開始 --- */
#contentarea {
	width: 100%;
	position:relative;
}

#contents {
	position: relative;
	float: left;
	width: 428px;
	clear: both;
	position: relative;
	margin-left:1px;
}

#menu {
	float: right;
	width: 283px;

}

#footer {
	width: 100%;
	height: 80px;
	clear: both;
	position: relative;
	background: transparent url(../images/bg_footer.gif) repeat-x left top;
}

/*-- コンテンツページトップメニュー 開始 --*/
.cntsmenu01 a {
	display:block;
	position: absolute;
	left: 354px;
	top: 0px;
	padding: 1px 0px 1px 1px;
	width:120px;
	height:73px;
	background: transparent url(../images/btn_cntsmenu01.jpg) no-repeat left top;
	text-decoration: none;
}

.cntsmenu01 a:hover {
	background: transparent url(../images/btn_cntsmenu01_over.jpg) no-repeat left top;
}

.cntsmenu02 a {
	display:block;
	position: absolute;
	left: 475px;
	top: 0px;
	padding: 1px 0px 1px 1px;
	width:120px;
	height:73px;
	background: transparent url(../images/btn_cntsmenu02.jpg) no-repeat left top;	
	text-decoration: none;
}

.cntsmenu02 a:hover {
	background: transparent url(../images/btn_cntsmenu02_over.jpg) no-repeat left top;
}

.cntsmenu03 a {
	display:block;
	position: absolute;
	left: 596px;
	top: 0px;
	padding: 1px 0px 1px 1px;
	width:120px;
	height:73px;
	background: transparent url(../images/btn_cntsmenu03.jpg) no-repeat left top;	
	text-decoration: none;
}

.cntsmenu03 a:hover {
	background: transparent url(../images/btn_cntsmenu03_over.jpg) no-repeat left top;
}

/* --- トップ右メニュー部分 開始 --- */
#menu .subtitle01{
	height: 18px;
	color:#333333;
	clear:both;
	background: transparent url(../images/point_gray.jpg) no-repeat left 50%;
	padding-left:25px;
	padding-top:6px;
	margin: 0px 0px 0px 4px;
}

#menu .subtitle02{
	height: 20px;
	color:#333333;
	clear:both;
	background: transparent url(../images/point_gray.jpg) no-repeat left 50%;
	padding-left:25px;
	padding-top:8px;
	margin: 6px 0px 0px 4px;
}

#menu .subtitle03{
	height: 23px;
	margin: 50px 0px 0px 4px;
	background: transparent url(../images/point_gray.jpg) no-repeat left top;
	padding-left:25px;
	border-bottom: solid 1px #dddddd;
}


#menu table {
	border:solid 1px #cccccc;
	width:280px;
	padding: 1px 1px 1px 1px;
	margin-bottom:2px;
}

#menu table th{
	font-weight:100;
	line-height:12px;
}

#menu .menuapparel {
	text-align:left;
	width: 203px;
}

#menu .menuapparel a {
	display:block;
	width:203px;
	height:15px;
	color:#5E8C4D;
	background: url(../images/bar_top_apparel.jpg) no-repeat left top;
	padding-top:22px;
}

#menu .menuapparel a:hover {
	background: url(../images/bar_top_apparel_over.jpg) no-repeat left top;
}

#menu .menufoods {
	text-align:left;
	width: 203px;
}

#menu .menufoods a {
	display:block;
	width:203px;
	height:15px;
	color:#5E8C4D;
	color:#9EA51F;
	background: url(../images/bar_top_foods.jpg) no-repeat left top;
	padding-top:22px;
}

#menu .menufoods a:hover {
	background: url(../images/bar_top_foods_over.jpg) no-repeat left top;
}

#menu .line{
	position:relative;
	padding: 1px 3px 3px 3px;
	width:273px;
	border-top:solid 1px #cccccc;
}

#menu .lineleft{
	position: relative;
	width:105px;
	float:left;
	list-style-type:none;
	line-height:2.35em;
	background: url(../images/point_blue.jpg) repeat-y left top;	
	padding-left: 25px;
	height:7.05em;
}

#menu .lineright{
	line-height:2.35em;
	width:105px;
	float:right;
	list-style-type:none;
	background: url(../images/point_blue.jpg) repeat-y left top;	
	padding-left: 25px;
	height:4.7em;
}

#menu .lineall{
	position: relative;
	width:250px;
	float:left;
	list-style-type:none;
	line-height:2.45em;
	background: url(../images/point_green.jpg) repeat-y left top;	
	padding-left: 25px;
	height:4.9em;
}

/* --- フッター部分 開始 --- */
#footer p {
	position: absolute;
	left: 40px;
	top: 40px;
}

#footer address {
	font-style: normal;
	position: absolute;
	left: 435px;
	top: 33px;
}

#logoLeft {
	position: absolute;
	top: -140px;
	left: -80px;
}

#logofooter {
	position: absolute;
	left: 7px;
	top: 35px;
}

#copyright {
	position: absolute;
	left: 7px;
	top: 57px;
}

/* --- パンくずリスト部分 開始 --- */
.breadcrumbs {
	width:100%;
	margin-top:5px;
}

.breadcrumbs li {
	background: transparent url(../images/breadcrumbs_arrow.gif) no-repeat left top;
	float: left;
	padding: 0px 5px 5px 10px; 
	margin-right: 15px;
}

.breadcrumbs li.home {
	margin: 0px 5px 0px 5px;
	background: transparent url(../images/breadcrumbs_arrow_home.gif) no-repeat left top;
}

.breadcrumbs li a {
	color: #666666;
	text-decoration: none;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
}

.breadcrumbs li.home a {
	color: #FF6600;
}

/* --- ページトップ戻り用ボタン --- */
.bkbtn {
	padding-top: 	5px;
	margin-top: 	5px;
	text-align: 	right
}


/* トップページ
=============================================================================*/
#topnews {
	width:	100%;
}

#topnews .subtitle{
	height: 18px;
	color:#333333;
	clear:both;
	background: transparent url(../images/point_gray.jpg) no-repeat left 50%;
	padding-left:25px;
	padding-top:6px;
	margin: 0px 0px 0px 4px;
}

#topnews .newslineup{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color:#F4F4FF;
	width: 425px;
}
#topnews .newsbase{
	clear:both;
	border-bottom:solid 1px #cccccc;
	position:relative;
	width:400px;
	line-height: 18px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
	background: transparent url(../images/point_orange_allow.jpg) no-repeat left top;
	background-color:#F4F4FF

	padding-top: 0px;
	padding-left: 13px;
	padding-bottom: 5px;
}

#topnews .newsbaseend{
	position:relative;
	width:400px;
	line-height: 18px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: transparent url(../images/point_orange_allow.jpg) no-repeat left top;
	background-color:#F4F4FF

	padding-top: 0px;
	padding-left: 13px;

}
#topnews .newsymd{
	font-size: 11px;
	color: #ff9900;
	width: 100px;
	padding-left: 5px;
}

#topproducts {
	width:	100%;
	background: transparent url(../images/top_title02.gif) no-repeat left top;
	padding-top: 20px;
	margin-bottom: 15px;
}

/*-- コンテンツページ 開始 --*/

#title_contents{
/*border:solid 1px #FF0000;*/
	clear:both;
	vertical-align:top;
	border-top:solid 1px #dddddd;
/*	width:420px;*/
	color:#555555;
/*	text-align:right;*/
}

.title_service{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_service.gif) no-repeat left top;
}
.title_network{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_network.gif) no-repeat left top;
}
.title_deliver{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_deliver.gif) no-repeat left top;
}
.title_sample_a{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_sample_a.gif) no-repeat left top;
}
.title_sample_f{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_sample_f.gif) no-repeat left top;
}
.title_index_r{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_index_r.gif) no-repeat left top;
}
.title_index_i{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_index_i.gif) no-repeat left top;
}
.title_index_g{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_index_g.gif) no-repeat left top;
}
.title_index_l{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_index_l.gif) no-repeat left top;
}
.title_doui{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_doui.gif) no-repeat left top;
}
.title_doui_s{
	height:30px;
	padding-left:190px;
	padding-top:15px;
	background: transparent url(../images/title_main_doui_s.gif) no-repeat left top;
}
.title_compliance{
	height:30px;
	padding-left:210px;
	padding-top:15px;
	background: transparent url(../images/title_main_compliance.gif) no-repeat left top;
}






/* サービス情報
=============================================================================*/
#serviceFrame {
	margin-top:5px;
}

#serviceFrame .Inner {
/*	background: transparent url(../images/comp_bg.jpg) no-repeat left top; */
	padding: 0px 16px 10px 16px;
}

#serviceFrame .Inner li{
	line-height:15px;
	color:#666666;
	padding: 0px 5px 10px 5px;
}

#serviceFrame .box{
	border:solid 1px #cccccc;
	width:381px;
	line-height:15px;
	color:#666666;
	padding: 5px 8px 5px 8px;
	margin-top:5px;
	margin-bottom:5x;
}



/* ネットワーク情報
=============================================================================*/
#networkFrame {
/*	border: 1px solid #ff0000; */
	margin-top:5px;
}

#networkFrame .Inner {
/*	background: transparent url(../images/comp_bg.jpg) no-repeat left top; */
	padding: 0px 16px 10px 16px;
}

#networkFrame .Inner li{
	line-height:15px;
	color:#666666;
	padding: 0px 5px 10px 5px;
}

#networkFrame .box{
	border:solid 1px #cccccc;
	width:381px;
	line-height:15px;
	color:#666666;
	padding: 5px 8px 5px 8px;
	margin-top:5px;
	margin-bottom:5x;
}


#networkFrame .commentbox{
	border:solid 1px #CCCCCC;
	line-height:15px;
	width:377px;
	color:#666666;
	padding: 10px 10px 10px 10px;
	background-color:#EFF3F5;
}


/* スピーディー配送情報
=============================================================================*/
#deliverFrame {
/*	border: 1px solid #ff0000; */
	margin-top:5px;
}

#deliverFrame .Inner {
/*	background: transparent url(../images/comp_bg.jpg) no-repeat left top; */
	padding: 0px 16px 10px 16px;
}

#deliverFrame .Inner li{
	line-height:15px;
	color:#666666;
	padding: 0px 5px 10px 5px;
}

#deliverFrame .box{
	border:solid 1px #cccccc;
	width:381px;
	line-height:15px;
	color:#666666;
	padding: 5px 8px 5px 8px;
	margin-top:5px;
	margin-bottom:5x;
}

#deliverFrame .commentbox{
	border:solid 1px #CCCCCC;
	line-height:15px;
	width:377px;
	color:#666666;
	padding: 10px 10px 10px 10px;
	background-color:#EFF3F5;
}


/* サンプル情報
=============================================================================*/
#sampleFrame {
/*	border: 1px solid #ff0000; */
	margin-top:5px;
}

#sampleFrame .Inner {
/*	background: transparent url(../images/comp_bg.jpg) no-repeat left top; */
	padding: 0px 16px 10px 16px;
}

#sampleFrame .Inner li{
	line-height:15px;
	color:#666666;
	padding: 0px 5px 10px 5px;
}

#sampleFrame .box{
	border:solid 1px #cccccc;
	border-left:solid 5px #cccccc;
	width:376px;
	line-height:15px;
	color:#666666;
	padding: 5px 8px 5px 8px;
	margin-top:5px;
	margin-bottom:5x;
}

#sampleFrame .subcomment{
	border-bottom:solid 1px #CCCCCC;
/*	text-align:center;*/
	line-height:15px;
	width:377px;
	color:#666666;
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}

#sampleFrame .commentbox{
	border:solid 1px #CCCCCC;
	line-height:15px;
	width:377px;
	color:#666666;
	padding: 10px 10px 10px 10px;
	background-color:#EFF3F5;
}

#sampleFrame td{
	color:#666666;
	vertical-align:top;
	padding-top:35px;
	padding-left:5px;
}

.sample_a01{
	background: transparent url(../images/sample_a_title01.gif) no-repeat left top;
}
.sample_a02{
	background: transparent url(../images/sample_a_title02.gif) no-repeat left top;
}
.sample_a03{
	background: transparent url(../images/sample_a_title03.gif) no-repeat left top;
}
.sample_a04{
	background: transparent url(../images/sample_a_title04.gif) no-repeat left top;
}
.sample_f01{
	background: transparent url(../images/sample_f_title01.gif) no-repeat left top;
}
.sample_f02{
	background: transparent url(../images/sample_f_title02.gif) no-repeat left top;
}
.sample_f03{
	background: transparent url(../images/sample_f_title03.gif) no-repeat left top;
}
.sample_f04{
	background: transparent url(../images/sample_f_title04.gif) no-repeat left top;
}

/* 企業基本情報
=============================================================================*/
#indexFrame {
/*	border: 1px solid #ff0000; */
	margin-top:5px;
}

#indexFrame .Inner {
/*	background: transparent url(../images/comp_bg.jpg) no-repeat left top; */
	padding: 0px 16px 10px 16px;
}

#indexFrame .box{
	border:solid 1px #cccccc;
	width:376px;
	line-height:15px;
	color:#666666;
	padding: 5px 8px 5px 8px;
	margin-top:5px;
	margin-bottom:5x;
}

.profTable {
	width: 100%;
	line-height: 140%;
	color:#666666;
}

/*
.profTable caption {
	text-align: left;
}

.profTable caption span {
	display: block;
	text-align: left;
	width: 100%;
	background-color: #C9E3E7;
	color: #333333;
	letter-spacing: 0.5em;
	padding: 5px 5px 5px 15px;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
}*/

.profTable th {

	width:7em;
	padding-left:1em;
	font-weight: normal; 
	text-align: left;
	border-left: 3px solid #C9E3E7;
}

.profTable th,
.profTable td {
	padding-left: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	border-bottom: 1px solid #DEDEDE;
	vertical-align: top;
}

.profTable .margin {
	font-size: 1px;
	height: 5px;
	overflow: hidden;
	padding: 0;
	border-width: 0px;
	line-height: 0px;
}

.officeList{
	margin-top:0.5em;
}

.List {
/*	padding-left:1em;*/
	margin-top:5px;
	color:#996600;
	padding-top:5px;
	padding-left:0.8em;
	border-left: 3px solid #C9E3E7;
	border-bottom:solid 1px #eeeeee;
}
.ListTop {
/*	padding-left:1em;*/
	margin-top:13px;
	color:#996600;
	padding-top:5px;
	padding-left:0.8em;
	border-left: 3px solid #C9E3E7;
	border-bottom:solid 1px #eeeeee;
}
.officeList address {
	color:#666666;
	line-height:1.3em;
	text-align:left;
	font-style: normal;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:4em;


}

.douibox{
	margin-top:0.5em;
	border:solid 1px #CCCCCC;
	padding: 8px 8px 8px 8px;
}

.douititle {
/*	padding-left:1em;*/
	margin-top:8px;
	color:#333333;
	line-height:1.3em;
}

.doui{
/*	padding-left:1em;*/
	color:#666666;
	line-height:1.3em;
	padding-left:1.0em;
}

.douibtn{
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
}
.douibtnleft{
	float:left;
	width:40%;
	text-align:center;
}
.douibtnright{
	float:right;
	width:40%;
	text-align:center;
}

.douiform{
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}

.j12 {
	font-family:"Osaka";
	color:#333333;
	padding-left:1.0em;
	padding-top:5px;
	padding-bottom:5px;
}
.now {
	color: #FFFF00
}

#linkTable{
	width:100%;
}

#linkTable td{
	padding:5px 5px 5px 15px;
	border-left:solid 3px #009900;
	border-bottom:solid 1px #CCCCCC;
}


