@charset "utf-8";
body{
	font:13px/1.231 Arial, Helvetica,clearn,sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.4;
  text-align:center;
  background:url(../img/body_bg.gif) repeat-x #000;
  margin:0;
  padding:0;
  color:#333;
}
img{
  border:0px;
}

p{
	margin:0 0 10px 0;
}

a:link{
	color:#333;
	text-decoration:underline;
}

a:visited{
	color:#333;
	text-decoration:underline;
}

a:hover{
	color:#c00;
	text-decoration:none;
}
h2{
  font-weight:normal;
  font-size:16px;
  margin:0 0 5px 0;
  padding:0;
}
#wrap{
  width:814px;
  margin:0 auto;
  background:#fff;
}

/*-------- header ---------*/
#header{
  text-align:left;
  height:100px;
  background:url(../img/header_bg.gif) no-repeat;
  height:62px;
  width:814px;
  color:#fff;
  margin:0 0 10px 0;

}
#main{
  text-align:left;
}


/*-------- left ---------*/
#left{
  float:left;
  width:190px;
  height:700px;
  padding:5px 0 0 8px;
  color:#fff;
  background:url(../img/left_bg.gif) no-repeat #fff;
}

#left p{
	width:171px;
}

#left ul{
	margin:0 0 15px 0;
	padding:0;
}

#left li{
	list-style:none;
	margin:0;
	padding:0;
}

#left a:link{
	color:#fff;
	text-decoration:underline;
}

#left a:visited{
	color:#fff;
	text-decoration:underline;
}

#left a:hover{
	color:#fff;
	text-decoration:none;
}
/*-------- center ---------*/
#center{
  float:left;
  width:612px;
}
#right{
  float:left;
  width:200px;
  background:#aac;

}

/*-------- footer ---------*/
#footer{
  claer:both;
  color:#fff;
  text-align:center;
  background:url(../img/footer_bg.gif) repeat-x;
  height:122px;
  padding:5px 0 0 0;
}

#footer ul{
	display:inline;
}

#footer li{
	display:inline;
}

#footer a:link{
	color:#fff;
	text-decoration:underline;
}

#footer a:visited{
	color:#fff;
	text-decoration:underline;
}

#footer a:hover{
	color:#fff;
	text-decoration:none;
}
/*-------- left ---------*/
#left .title, #right .title{
  margin-top:10px;
  background:#888;
  text-align:center;
  color:white;
  font-weight:bold;
}

/*-------- req ---------*/
#req table{
	width:600px;
	text-align:left;
	border:none;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

#req table th{
	padding:3px;
	color:#333;
	vertical-align:top;
	border-bottom:1px solid #c2ccd5;
	background-color:#f9f9f9;
	width:90px;
}

#req table td{
	padding:3px;
	vertical-align:top;
	border-bottom:1px solid #c2ccd5;
	background:#fff;
}

/*-------- product ---------*/
#product ul{
	display:block;
	margin:0 0 10px 0;
}

#product li{
	float:left;
	width:250px;
	display:block;
	margin-bottom:5px;
}

#product h4{
	clear:both;
	margin:15px 0 5px 0;
	padding-left:1em;
	height:21px;
	color:#fff;
	background:url(../../img/Image/obi.jpg) repeat-x;
}

/*-------- company ---------*/
#company table{
	width:600px;
	text-align:left;
	border:none;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

#company table th{
	padding:3px;
	color:#333;
	vertical-align:top;
	border-bottom:1px solid #c2ccd5;
	background-color:#f9f9f9;
	width:90px;
}

#company table td{
	padding:3px;
	vertical-align:top;
	border-bottom:1px solid #c2ccd5;
	background:#fff;
}
/*-------- Calender ---------*/
#boxCalender{
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  color:#333;
}
#boxCalender table{
  width:171px;
  font-size:11px;
}
#boxCalender th{
  font-weight:normal;
}
#boxCalender th{
  background:white;
}
#boxCalender td{
  background:white;
}

#boxCalender a:link{
	color:#333;
	text-decoration:underline;
}

#boxCalender a:visited{
	color:#333;
	text-decoration:underline;
}

#boxCalender a:hover{
	color:#333;
	text-decoration:none;
}

/*-------- 最新の記事 ---------*/
#boxEntry,#boxCategory{
	margin:0 0 15px 0;
}

#boxEntry li{
	list-style:circle;
	margin:0 0 0 15px;
}

/*-------- キーワード検索 ---------*/
#boxSearch{
  text-align:left;
  margin-top:10px;
  margin-bottom:10px;
}
#boxSearch form{
  margin:0px;
  padding:0px;
}