/* CSS Document */
html {
	overflow-y:scroll;
}

body {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 150px;
	min-width: 1000px;
	text-align: center;
}

body {
font:13px/1.231 "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
color: #636363;
*font-size: small; /* IE6,7用 */
*font: x-small; /* IE6後方互換対策 */
}

/* header >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#header {
	margin: 0px;
	padding: 0px 0px 7px;
	width: 700px;
	text-align: center;
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100px;
}

#logo {
	height: 75px;
	width: 670px;
	display: inline;
	margin: 0px 0px 0px 15px;
	clear: both;
	float: left;
	text-indent: -9999px;
}

#logo a {
	width: 322;
	background: url(../img/logo.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
	height: 75px;
	position: relative; 
}

#logo a:hover {
	background-image: url(../img/logo_g.gif);
}

#menu {
	padding: 0px 5px 0px 0px;
	height: 30px;
	width: 660px;
	display: inline;
	float: right;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu ul {
	margin: 5px 0px 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	width: 630px;
	height: 30px;
	float: right;
}
#menu li {
	height: 30px;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 85%;
	width: 90px;
	float: left;
}
#menu li a { 
	display: block; padding: 0px; margin: 0px; text-decoration: none; height: 30px; position: relative; /* for IE6 */
	width: 90px; background: url(../img/menu/a_bg.gif) no-repeat; }
#menu li a:hover {
	background-image: url(../img/menu/h_bg.gif);
}
#menu li .in { background: url(../images/menu.gif) 0px -30px; }

/* container >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#container {
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 5px;

	width: 700px;
	text-align: left;
}

#container_page {
	background-image: url(../img/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	padding-top: 5px;

	width: 700px;
	text-align: left;
}

#pan { margin: 0px; padding: 0px 0px 0px 15px; clear: both; width: 700px; font-size: 85%; text-align: left; }


#pan a{
	background-image: url(../img/heart12_p1.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	margin-right: 3px;
}


#contents{
	text-align: left;
}

#link { margin: 250px 0px 0px; padding: 0px; float: left; width: 204px; }
#link .Bnr { margin: 0px 0px 13px; padding: 0px; width: 204px; }
/* footer >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#footer {
	background: url(../img/bg_bottom.jpg) repeat-x 0px bottom;
	margin: 0px;
	padding: 10px 0px 0px;
	width: 700px;
	height: 100px;
}

#txtmenu {
	font-size: 85%;
	padding-top: 10px;
}

#txtmenu a {

}

#complain {
	padding-top: 20px;
}

#copyright {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 700px;
	background-position: center;
	padding-top: 20px;
}

