@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
	border: none;
}

body{
	background-color: #fff;
}

html {
	-webkit-text-size-adjust:none;
}

.clearfix:after{
	content:".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}

/* End Hack */

/*ヘッダー部分*/

#header{
	width: 100%;
	height: 335px;
	margin: 0 auto;
	background-image: url(img/side/top_back.gif);
	background-repeat: repeat;
	background-position:center 0px;
	background-attachment: scroll;
}

#header #main{
	width: 860px;
	height: 335px;
	margin: 0 auto;
}

#header #main .left{
	width: 372px;
	height: 335px;
	float: left;
	margin-right: 55px;
}

h1{
	width: 352px;
	height: 40px;
	float: left;
	padding: 50px 0 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

#header #main .left .box{
	width: 372px;
	height: 105px;
	float: left;
}

#header #main .right{
	width: 433px;
	height: 280px;
	float: left;
}

/*ヘッダー部分おわり*/

/*コンテンツ部分*/

#container{
	width: 100%;
	height: 45px;
	margin: 45px auto;
}

/*ナビ部分*/

#gnv_container{
	width: 100%;
	height: 45px;
	margin: 35px auto 0 auto;
}

#gnv{
	width: 860px;
	height: 45px;
	margin: 0 auto;
}

#gnv .box1{
	width: 120px;
	height: 45px;
	float: left;
	margin-right: 28px;
}

#gnv .box2{
	width: 120px;
	height: 45px;
	float: left;
}

/*ナビ部分おわり*/

/*メイン部分_facebook追加*/
#main_container_fb{
	width: 100%;
	height: 30px;
	margin-top: 25px;
}

#main_inline_fb{
	width: 860px;
	height: 30px;
	margin: 0 auto;
}

#main_inline_fb .fbox{
	width: 165px;
	height: 30px;
	float: left;
	margin-left: 45px;
}

#fb_cap{
	width: 125px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

#fb_logo{
	width: 30px;
	height: 30px;
	float: left;
}
/*メイン部分_facebook追加おわり*/



/*メイン部分*/

#main_container{
	width: 100%;
	height: auto;
	margin: 10px auto 30px auto;
}

#main_inline{
	width: 860px;
	height: auto;
	margin: 0 auto;
	background-color: #CFF;
}

#main_inline #left{
	width: 260px;
	height: 1081px;
	float: left;
}

#main_inline #left #blogbox{
	width: 257px;
	height: 430px;
	float: left;
	margin-right: 3px;
	background-image: url(img/side/blog_small.gif);
}

#main_inline #left #blogbox #content{
	width: 225px;
	height: 290px;
	float: left;
	margin: 102px 18px 20px 14px;
}

#main_inline #left #logoplus{
	width: 260px;
	height: 187px;
	float: left;
	margin-top: 30px;
}

#main_inline #left #map{
	width: 260px;
	height: 187px;
	float: left;
	margin-top: 30px;
}

#main_inline #left #shousai{
	width: 260px;
	height: 187px;
	float: left;
	margin-top: 30px;
}
#main_inline #right{
	width: 565px;
	height: auto;
	float: left;
	margin-left: 35px;
}

/*メイン部分おわり*/

/*totop部分*/
#top{
	width: 100%;
	height: 35px;
	margin: 30px auto;
}

#top_inline{
	width: 860px;
	height: 35px;
	margin: 0 auto;
}

#top_inline img{
	width: 165px;
	height: 35px;
	margin-left: 660px;
}

/*totop部分おわり*/



/*フッター部分*/
#footer{
	width: 100%;
	height: 205px;
	margin: 10px auto;
	background-image: url(img/side/bottom_back.gif);
	background-repeat: repeat;
	background-position:center 0px;
}

#footer_inline{
	width: 860px;
	height: 205px;
	margin: 0px auto;
}

#footer_inline #content{
	width: 536px;
	height: 75px;
	float: left;
	margin: 65px 162px;
	
}

ul{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
	float: left;
}

#small_logo{
	width: 145px;
	height: 30px;
	float: left;
	margin: 15px 196px 0 195px;
}

/*フッター部分おわり*/



