@charset "utf-8";

body {
	margin-top: 0px;
	text-align: center;
	background-image: url(../common/fanc3_bg.gif);
	background-repeat: repeat;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#conteiner {
	margin-right: auto;
	margin-left: auto;
	width: 802px;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0851A5;
	border-left-color: #0851A5;

}
#header {
	width: 800px;
}
#comment_1 {
	background-color: #0851A5;
	height: 18px;
	width: 800px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 2px;
}
#logo {
	background-image: url(../common/logo_ber.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
}


#comment_2 {
	width: 250px;
	float: right;
	margin-top: 15px;
	text-align: left;
	color: #0033FF;
	line-height: 16px;
	display: inline;
	font-size: 0.8em;
}

#header .navi_bar {
	height: 32px;
	width: 800px;
}
ul.menu {
	padding: 0;
	height: 32px;
	margin: 0;
	width: 800px;

}

ul.menu li {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

ul.menu li {
   float:left;
   text-indent:-9999px;
   overflow:hidden;
   list-style:none;
}

ul.menu li a {
	display:block;
	width:198px;
	height:30px;
	margin: 1px;
	text-decoration:none;
}

li.menu1 a {
	background-image:url(../common/home_1.gif);
}

li.menu1 a:hover {
	background-image:url(../common/home_2.gif);
}

li.menu2 a {
	background-image:url(../common/otameshi_1.gif);
}

li.menu2 a:hover {
	background-image:url(../common/otameshi_2.gif);
}

li.menu3 a {
	background-image:url(../common/tokutyo_1.gif);
}

li.menu3 a:hover {
	background-image:url(../common/tokutyo_2.gif);
}

li.menu4 a {
	background-image:url(../common/moshikomi_1.gif);
}

li.menu4 a:hover {
	background-image:url(../common/moshikomi_2.gif);
}


/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.menu:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 */
ul.menu {
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.menu {
   height:1px;
}

ul.menu {
   display:block;
}
/* End hide from IE-mac */
#content {
	width: 800px;
}
#footer {
	width: 800px;
}

#footer_navi {
	font-size: 0.8em;
	padding-top: 20px;
	padding-bottom: 10px;

}
#copyright {
	color: #FFFFFF;
	background-color: #0851A5;
	height: 25px;
	width: 800px;
	padding-top: 5px;
}
