@charset "utf-8";

@import url(basestyle.css);

/* ###### 共通 ######################## */

#header,
#menu,
#footer-inn{
	width:895px;
}

#menu a,
#smenu a,
#footer a{
	text-decoration : none;
	color : #666;
}

#menu a:hover,
#smenu a:hover,
#footer a:hover {
	text-decoration : none;
	color:#FF9933;
}

/* ###### ヘッダー ######################## */

body{
	background-image:url(../images/head_ber.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#header{
	margin:5px auto 0 auto;
	padding:8px 0 0 0;
}

#menu{
	margin:0 auto;
	padding:10px 0 0 0;
}

#menu ul{
	list-style-type:none;
	margin:0;
	padding:0 0 5px 0;
}

#menu ul li{
	display:inline;
	line-height:16px;
	margin:0;
	padding:0 15px 0 0;
}

#menu ul li img{
	padding:0 5px 0 0;
	vertical-align:top;
}

/* ###### コンテンツ ######################## */

#content{
	background-image:url(../images/content_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#content-inn{
	width:865px;
	margin:0 auto;
	padding:55px 0 0 0;
}

.pagetop{
	text-align:right;
	margin:0;
	padding:20px 0 0 0;
}

#main{
	width:650px;
	float:left;
}

#main-wide{
	width:865px;
}

#main h3,
#news h3{
	background-image:url(../images/stitle-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:32px;
	color:#747474;
	margin:0 0 10px 0;
	padding:0 0 0 8px;
}

/* サブメニュー */
#smenu{
	width:205px;
	float:right;
}

#smenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#smenu ul li{
	padding:15px 20px;
	border-bottom:1px dotted #ccc;
	background-image:url(../images/arrow01.gif);
	background-position:5px center;
	background-repeat:no-repeat;
}



/* ###### フッター ######################## */

#footer{
	background-image:url(../images/footer_bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

#footer-inn{
	margin:0 auto;
	padding:35px 0 20px 0;
	text-align:center;
	font-size:12px;
}

#footer-inn ul{
	margin:0;
	padding:0 0 10px 0;
}

#footer-inn ul li{
	display:inline;
	padding:0 8px;
}

#copy{
	color:#666666;
	text-align:center;
	font-size:10px;
}

.border-last,
.border-left{
	border-left:1px solid #666;
}

.border-last{
	border-right:1px solid #666;
}