@charset "utf-8";
/*共通*/
body,p,div,table,td,dl,dt,dd,ul,li,form,input,textarea{
margin:0px;
padding:0px;
}

html{
	overflow-y:scroll;}
body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.6;
	font-weight:normal;
	font-size:75%;
	color:#333;}
#contents{
	clear:both;
	margin:0 auto;
	width:885px;
	}
ul{
	list-style:none;}
a{
	color:#0000CC;
	text-decoration:none;}
a:hover{
	color:#0000CC;
	text-decoration:underline;}
a img{
	border:none;}
b{
	color:#CF310B;}
dl{
	margin:0px 38px 0 10px;}
dt{
	color:#000;
	font-weight:bold;}
dd{
	background:#EDEDED;
	padding:8px;}
dt,dd{
	margin-bottom:8px;}
table{
	width:600px;
	margin:10px 0 0 10px;}
td{
	border-bottom:4px solid #FFF;
	padding:8px;}
.lightgreen{
	background:#CAD730;}
.yellow{
	background:#fbcc30;}
.ededed{
	background:#EDEDED;}
.clear{
	clear:both;
	display:block;}
.q{
	color:#FFF;
	padding:4px 8px;
	background:#CF310B;}
/*ヘッダー*/
#header{
	width:885px;
	margin:0 auto;
	}
/*メニュー*/
#menu{
	border-bottom:5px solid #CAD730;
	margin-bottom:20px;
	height:30px;
	background:#fbcc30;
	width:100%;
	float:left;}
#menu ul{
	width:885px;
	margin:0 auto
	}
#menu li{
	width:137px;
	padding-top:5px;
	height:30px;
	text-align:center;
	border-left:1px solid #FFF;
	display:block;
	float:left;}
.menu_inquiry{
	border-right:1px solid #FFF;}
#menu a{
	color:#000;
	text-decoration:none;}
#menu li:hover{
	background:#CF310B;}
/*レフト*/
#left{
	width:25%;
	float:left;
	}
#pr{
	border:1px solid #CCC;
	width:18em;
	background:#EDEDED;}
.l_name{
	font-weight:bold;
	padding-top:8px;
	border-bottom:5px solid #CAD730;
	height:30px;
	text-align:center;
	background-color: #FBCC30;
}
.entry{
	margin:8px 0;
	text-align:center;}
.pr_text,.link{
	margin:4px;}
/*ライト*/
#right{
	width:75%;
	float:right;}	
#r_pr{	
    border:1px solid #CCC;
    margin-left:10px;
	float:left;
	width:16em;
	background:#EDEDED;}
.r_name{
	font-weight:bold;
	padding-top:8px;
	border-bottom:5px solid #CAD730;
	height:30px;
	text-align:center;
	background-color: #FBCC30;
}
.index_bar{
	color:#000;
	font-weight:bold;
	border:1px solid #CCC;
	background:#EDEDED;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	width:600px;
	float:left;}
.sub_bar{
	color:#000;
	font-weight:bold;
	border:1px solid #CCC;
	background:#EDEDED;
	margin-left:10px;
	margin-bottom:10px;
	width:600px;
	}
.border{
	font-size:14px;
	padding-left:8px;
	margin:5px;
	border-left:5px solid #CAD730;}
.index_word{
	margin:0px 38px 0 10px;
	clear:both;}
.text{
	margin:0px 38px 0 10px;
}
/*フッター*/
#footer{
	margin-top:100px;
	padding-top:5px;
	height:30px;
	border-top:5px solid #CAD730;
	background:#fbcc30;
	text-align:center;
	clear:both;}
/*お問合せ*/
#orderform{
	margin:0px 38px 0 10px;}