@charset "shift_jis";
/*全体
--------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	COLOR: #333;
	FONT-SIZE: small;
	FONT-FAMILY: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	LINE-HEIGHT: 150%;
	text-align: center;
	background:#eee url(image/bodyback.gif) repeat-x left top;
}

#con{
    width:800px;
	height:auto;
	margin:0 auto;
	padding:0;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

img{
	border:0;
}

a:link,a:visited{
	color:#0000cc;
}

a:hover{
	color:#CD3301;
}

a:active{
	color:#0000cc;
}

strong{
	font-weight:normal;
}

/*ヘッダ
--------------------------------------------------------------------------*/
#header{
	width:800px;
	height:73px;
	margin:0;
	padding:27px 0 0;
	text-align:left;
}

#header img{
	float:left;
	margin:0 80px 0 0;
}

h1{
	margin:0;
	padding:0;
	font-size:small;
	font-weight:normal;
	line-height:130%;
}

/*メニュー
--------------------------------------------------------------------------*/
#menu{
	clear:both;
	float:left;
	width:800px;
	height:30px;
	margin:0;
	padding:0;
	line-height:35px;
	color:#fff;
}

#menu ul{
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	margin:0 63px 0 0;
	padding:0;
	list-style-type:none;
	font-size:13px;
}

#menu li.bno{
	margin:0;
}

#menu li a{
	color:#fff;
}

#menu li a:hover{
	color:#FE5B25;
}

/*メイン
--------------------------------------------------------------------------*/
#main{
	clear:both;
	float:left;
	width:800px;
	height:auto;
	margin:10px 0 0;
	padding:0 0 10px;
	background:url(image/conback.gif) repeat-y left top;
	text-align:left;
	font-size:small;
}

#main p{
	margin:0 0 15px;
	padding:0;
	text-align:justify;
	text-justify:inter-ideograph;
}

#info{
	clear:both;
	float:left;
	width:760px;
	height:auto;
	margin:0;
	padding:60px 20px 0;
	background:url(image/infoback.gif) no-repeat left top;
	text-align:inherit;
	text-justify:inter-ideograph;
}

#info img{
	clear:both;
	float:left;
	margin:15px 20px 10px 0;
}

h2{
	float:left;
	width:370px;
	height:40px;
	margin:0 20px 0 0;
	padding:0;
	background:url(image/h2.gif) no-repeat left top;
	text-indent:-9999px;
}

#item{
	clear:both;
	float:left;
	width:760px;
	height:auto;
	margin:20px 0 0;
	padding:0 20px;
}

h3{
	float:left;
	width:760px;
	height:41px;
	margin:0 0 15px;
	padding:0;
	background:url(image/h3.gif) no-repeat left top;
	text-indent:-9999px;
}

.itemwaku{
	clear:both;
	float:left;
	width:760px;
	height:auto;
	margin:0 0 20px;
	padding:0;
}

.itembox1,.itembox3{
	clear:both;
	float:left;
	width:358px;
	height:auto;
	margin:0 20px 0 0;
	padding:10px 5px 0;
	background:url(image/itembox.jpg) no-repeat left top;
	border:1px solid #ccc;
	line-height:120%;
}

.itembox1 img,.itembox2 img,.itembox3 img{
	float:left;
	margin:0 10px 5px 0;
}

#main p.itemtitle{
	padding:0 0 0 25px;
	font-weight:bold;
	background:url(image/itemlist.gif) no-repeat left top;
}

#main p.itemtitle a{
	text-decoration:none;
	color:#333;
}

#main p.itemtitle a:hover{
	text-decoration:underline;
	color:#CD3301;
}

#main p.pright{
	text-align:right;
}

.itembox2{
	float:right;
	width:358px;
	height:auto;
	margin:0;
	padding:10px 5px 0;
	background:url(image/itembox.jpg) no-repeat left top;
	border:1px solid #ccc;
	line-height:120%;
}

.itembox3{
	width:748px;
	margin:0;
	background:url(image/itembox3.jpg) no-repeat left top;
}

#news{
	clear:both;
	float:left;
	width:370px;
	height:auto;
	margin:20px 20px 0 0;
	padding:0 0 0 20px;
}

h4,h5{
	clear:both;
	float:left;
	width:370px;
	height:40px;
	margin:0 0 15px;
	padding:0;
	background:url(image/h4.gif) no-repeat left top;
	text-indent:-9999px;
}

h5{
	background:url(image/h5.gif) no-repeat left top;
}

#news p,#event p.etitle{
	margin:5px 0 5px;
	font-weight:bold;
}

#news ul{
	width:370px;
	height:auto;
	margin:0;
	padding:0;
}

#news li{
	padding:0 0 0 15px;
	list-style-type:none;
	background:url(image/newsli.gif) no-repeat left center;
}

#event{
	float:right;
	width:370px;
	height:auto;
	margin:20px 0 0;
	padding:0 20px 0 0;
}

/*フッタ
--------------------------------------------------------------------------*/
#submenu{
	clear:both;
	float:left;
	width:800px;
	height:30px;
	margin:0;
	padding:40px 0 0;
	color:#333;
}

#submenu ul{
	width:760px;
	height:auto;
	margin:0 20px;
	padding:0;
}

#submenu li{
	float:left;
	margin:0 62px 0 0;
	padding:0;
	list-style-type:none;
	font-size:12px;
}

#submenu li.bno{
	margin:0;
}

#submenu li a{
	color:#333;
}

#submenu li a:hover{
	color:#CD3301;
}

#footer{
	clear:both;
	float:left;
	width:800px;
	height:111px;
	margin:0;
	padding:0;
	background:url(image/footer2.jpg) no-repeat center bottom;
	text-align:center;
}

address{
	float:left;
	width:530px;
	margin:10px 0 0 30px;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	font-size:13px;
}

address .ofc{
	font-size:16px;
	font-weight:bold;
}