@charset "utf-8";
/* ===================================================================
CSS information

 style info :コンテンツページ共通の枠組み

=================================================================== */

/* -----------------------------------------------------------
	#default
		デフォルト(これは基本的に変更しない)
----------------------------------------------------------- */


body {
	color: #666;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","メイリオ","Meiryo","MS PGothic",Sans-Serif;
	line-height: 140%;
	background:#E7E5D8;
	margin:0px;
	padding:0px;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	text-align:center;
	padding:0px;
	background:url(../img/common/bg.jpg) repeat-y center;
	width:100%;
	margin:0 auto;

}


/*----------------------------------------------------
	#container
----------------------------------------------------*/
#container {
	text-align:left;
	background:#fff;
	width:960px;
	margin:0 auto;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	background:url(../img/common/head_bg.jpg) no-repeat 0 0;
	height:103px;
	width:960px;
}
#header .head_left{
	float:left;
	width:520px;
}
#header .head_right{
	float:right;
	width:415px;
}
#header .head_left .misawa{
	padding:20px 0px 10px 15px;
}
#header .head_left .top{
	padding:6px 0px 10px 15px;
	width:65px;
	float:left;
}
#header .head_left h1{
	width:367px;
	padding-left:3px;
	float:left;
}
#header .head_left .headbox{
	
}





/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	text-align: right;
}

#header #utilityNav li {
	display: inline;
}

/* #gNav
----------------------------------------------------------- */
#gNav {
	clear:both;
}


#gNav li {
	float: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	clear:both;
	padding-top:9px;

}
.fb_box{
	float:right;
}
.fb_box .fb_arrow{
	float:left;
}
.fb_box .fb-like{
	float:left;
}




/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	clear:both;

}


.linkBox {
	cursor:pointer;
}
.linkBox:hover {
	background:#fff;
}
/*----------------------------------------------------
	#punkuzu
----------------------------------------------------*/
#punkuzu{
	clear:both;
	margin-bottom:3px;
	font-size:10px;
	float:left;
	padding:0px 0px 0px 10px;
}
#punkuzu a{
	text-decoration:none;
}
#punkuzu a:hover{
	text-decoration:underline;
}
#punkuzu ul{
	line-height:0;
}
#punkuzu li{
	display:inline;
	background:url(../img/common/arrow.gif) no-repeat left center;
	padding-left:7px;
	line-height:160%;
}
#punkuzu li.top{
	background:none;
	padding:0;
}

#pageTop{
	clear:both;
	text-align:right;
	padding:20px 20px 20px 0px;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {

}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear:both;
	border-top:solid 4px #ADA8A2;
}
#footer ul {
}

#footer ul li {
	display: inline;
}

#footer .copyright {
	text-align: right;
	padding:5px 10px 20px 0px;
}

/* -----------------------------------------------------------
	131220追記
		トップバナー
----------------------------------------------------------- */

ul.top_banner{
	background:url(../img/common/top_banner_bg.jpg) repeat-x;
	width:960px;
	height:24px;
	padding-bottom:10px;
	overflow:hidden;
	vertical-align:middle;

}

.top_banner li{
	float:left;
}
