@charset "utf-8";
/* ------------ all ------------ */
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	line-height: 1.7;
	color:#2c2b2b;
	font-size:13px;
}
a:link {
	color: #2c2b2b;
	text-decoration: none;
}
a:visited {
	color: #2c2b2b;
	text-decoration: none;
}
a:hover {
	color: #2c2b2b;
	text-decoration: underline;
}

/* ------------ nav ------------ */
#nav_bg {
	background-color:#fef102;
	width:100%;
	border-bottom:1px solid #fff;
	height:34px;
}
#nav {
	width:966px;
	margin:0 auto;
	text-align:center;
}

/* ------------ header ------------ */
#header_bg {
	background-color:#fef102;
	width:100%;
	height:159px;
}
#header {
	width:966px;
	margin:0 auto;
}

/* ------------ content ------------ */
#all {
	width:966px;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0 80px 0;
}
#content_l {
	width:260px;
	float:left;
}
#content {
	width:706px;
	float:right;
}
.bxslider li{
	height:100%;	
}

#main {
	width:665px;
	margin-left:21px;
}
.subti {
	background-image:url(../images/subti.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	font-size:16px;
	color:#2c2b2b;
	padding-left:15px;
	margin-bottom:30px;
}
.subti2 {
	background-image:url(../images/subti.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:20px;
	font-size:16px;
	color:#2c2b2b;
	padding-left:15px;
	margin:30px 0 15px 0;
}
.subti3 {
	background-image:url(../images/subti2.gif);
	background-repeat:no-repeat;
	width:645px;
	height:26px;
	font-size:16px;
	color:#2c2b2b;
	padding:5px 0 0 25px;
	margin:30px 0 25px 0;
}
#content_bg {
	width:670px;
	float:right;
	background-color:#e8e8e5;
	padding:18px;
}

/* ------------ left ------------ */
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
	margin:0;
	padding:0;
	height:109px;
}
li2 {
	list-style:none;
	margin:0;
	padding:0;
	height:219px;
}
li.now {
	list-style:none;
	margin:0;
	padding:0;
	height:109px;
	padding-left:41px;
}
a:link img.other {
	list-style:none;
	margin:0;
	padding:0;
	height:109px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
a:link img.other2 {
	list-style:none;
	margin:0;
	padding:0;
	height:219px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
a:hover img.other {
	filter:alpha(opacity=100);
	opacity:1.0;
}
a:hover img.other2 {
	filter:alpha(opacity=100);
	opacity:1.0;
}

/* ------------ footer ------------ */
#footer_bg {
	width:100%;
	background-color:#e8e8e5;
	padding:40px 0;
}
#footer {
	width:916px;
	margin:0 auto;
	overflow:hidden;
}
.footer_logo {
	float:left;
}
.footer_r {
	width:747px;
	float:right;
}
.footer_r p {
	font-size:13px;
	color:#2c2b2b;
	padding:11px 0;
	width:747px;
	border-bottom:1px dotted #2c2b2b;
}
.footer_icon {
	vertical-align:middle;
}
.copy {
	font-size:11px;
	color:#2c2b2b;
	padding-top:18px;
}


/* ------------ decoration ------------ */

a:hover img.imghover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
