@charset "utf-8";
body {
	font-family: 'meiryo','メイリオ';
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #EEE;
	padding: 0px;
	margin: 0px;
	color: #666;
	font-size: 14px;
	line-height: 16px;
	text-shadow: rgba(1,1,1,0.1) 0px 0px 1px;
}
a:link {
	text-decoration: underline;
	color: #06C;	
}
a:visited {
	text-decoration: underline;
	color: #33C;	
}
#box_outer {
	width: 907px;
	margin-right: auto;
	margin-left: auto;
}
#box_header {
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 20px;
}
	#header_logo {
		width:250px;
		height:40px;
		background:url(../img/logo_header.png) no-repeat 5px top;
		padding-right:5px;
		float:left;
	}
		#header_logo a {
			display: block;
			width: 100%;
			height: 100%;		
		}
	#box_header ul {
		padding: 0px;
		margin: 0px;	
	}
	#box_header li {
		display: inline;
		margin-left: 30px;	
	}
	#box_header li a:link, #box_header li a:visited {
		color: #666;
		text-decoration: none;	
	}
	#box_header li a:hover {
		color: #06C;
		text-decoration: underline;	
	}

#box_main_head {
	height: 18px;
	background-image:url(../img/box_main_head.png);
	background-repeat:no-repeat;
}
#box_main {
	padding: 0px 18px;
	background: url(../img/box_main_body.png) repeat-y;
}
	#menu,
	#menu li {
		height: 56px;
		display: block;
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	#menu li {
		width: 145px;
		float: left;	
	}
	#menu li a {
		display: block;
		width: 100%;
		height: 100%;	
	}
		#menu_01 {
			width: 146px !important;
			background: url(../img/menu_toppage.png) no-repeat;
		}
		#menu_02 {
			background: url(../img/menu_products.png) no-repeat;		
		}
		#menu_03 {
			background: url(../img/menu_order.png) no-repeat;
		}
		#menu_04 {
			background: url(../img/menu_qaa.png) no-repeat;
		}
		#menu_05 {
			background: url(../img/menu_faq.png) no-repeat;	
		}
		#menu_06 {
			background: url(../img/menu_vender.png) no-repeat;
		}
	#box_contents {
	padding: 13px;
}
#box_main_foot {
	height: 18px;
	background-image:url(../img/box_main_foot.png);
	background-repeat: no-repeat;
}
#box_menu {
	margin-bottom:13px;
}
#box_footer {
	font-size: 12px;
	line-height: 16px;
	text-align:center;
	padding:13px;	
}
#box_footer a:link, #box_footer a:visited {
	text-decoration: none;
	color: #06C;
}
#box_footer a:hover {
	text-decoration: underline;	
}
.box_title {
	width: auto;
	height: 23px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCC;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.bold_blue {
	color: #06C;
	font-weight: bold;	
}
.bold_blue a:link {
	color: #06C;	
}
.bold_red {
	color: #F36;
	font-weight:bold;
}
.box_image {
	padding: 1px;
	border: solid 1px #CCC;
	line-height: 0px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}