@charset "shift_jis";
/* CSS Document */

/*===================================
	CSSリセット
=====================================*/
* { 
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:170%;
}

body {
	font-size: 75%;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}


body {
	background-color:#fbeb60; /*このサイトの背景色*/
	color: #663333; /*このサイトの基本となる文字色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold; 
}

a {
	color:#009099;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}


ul, dl {
}

li {
	list-style:none;
}

.clear {
	clear:both;
}

img {
	border:none;
}

.float_l {
	float:left;
}

.float_r {
	float:right;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+
   　　　 下層共通
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
body.in {
	background:url(../img/bg_in.jpg) top center no-repeat #fbeb60;
}

body.in #wrapper2 {
}

body.in #wrapper {

}

/* ----+----+----+----+----+----+
   　　　 下層共通 header
+----+----+----+----+----+----+----+ */

body.in #header {
	margin-bottom:20px;
}

body.in div#header {
	background:url(../img/bg_menu.jpg) top center no-repeat;
}

body.in .headerIn {
	width:905px;
	margin:0 auto;
}

body.in .headerIn h1 {
	float:left;
}



body.in .headerIn .menu {
	float:left;
}

body.in .headerIn .menu ul.bottom {
	padding-left:56px;
}

body.in .headerIn .menu ul li {
	float:left;
}

/* ----+----+----+----+----+----+
   　　　 下層共通 main
+----+----+----+----+----+----+----+ */

body.in h2 {
	width:960px;
	margin:0 auto;
}

body.in #main {
	background:url(../img/bg_main.png) 0 0 repeat-y;
	width:960px;
	margin:0 auto;
}

body.in .main_bg {
	width:960px;
	margin:0 auto 115px auto;
}

#footer {
	text-align:center;
	padding-bottom:30px;
}
