@charset "shift_jis";

/* basic elements */

* {
	margin: 0;
	padding: 0;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN","Osaka",verdana,helvetica,arial, sans-serif;
}

body {
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	text-align: center;
}

a img {
	border: 0;
}



a:link { text-decoration:underline; color: #36414D;}
a:visited { text-decoration:underline; color: #36414D;}
a:active { text-decoration:underline; color: #A3B8CC;}
a:hover { text-decoration:underline; color: #A3B8CC;}

#container {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background: #FFFFFF;
}


h1{
	width: 489px;
	height: 149px;
	background: url(../img/top_logo.gif) no-repeat center center;	
	margin-top: 92px;
	margin-bottom: 80px;
	padding-left: 290px;
	text-indent: -9999px;
}


/* MenuStart */
#menu{
	width: 800px;
	height: 126px;
	background: url(../img/menu.gif) no-repeat;
	margin-bottom: 2px;
	text-align: left;
}
#menu span{
	display: none;
}

.blog,
.bord,
.jirei,
.yougo,
.mall,
.mean{
	position:absolute;
	display:block;
}


.login,
.logout,.h_menu_01,
.logout,.h_menu_03{
	position:absolute;
	display:block;
}

.login{
	background: url(../img/h_menu_in.gif);
	margin-left:400px;
	margin-top:157px;
	width: 77px;
	height: 26px;
}
.logout{
	background: url(../img/h_menu_out.gif);
	margin-left:400px;
	margin-top:157px;
	width: 77px;
	height: 26px;
}
.h_menu_01{
	background: url(../img/h_menu_01.gif);
	margin-left:232px;
	margin-top:157px;
	width: 156px;
	height: 26px;
}
.h_menu_03{
	background: url(../img/h_menu_03.gif);
	margin-left:489px;
	margin-top:157px;
	width: 55px;
	height: 26px;
}

.blog{
	margin-left:38px;
	margin-top: 20px;
	width: 100px;
	height: 80px;
}
.bord{
	margin-left: 160px;
	margin-top: 6px;
	width: 105px;
	height: 100px;
}
.jirei{
	margin-left: 286px;
	margin-top: 0px;
	width: 113px;
	height: 113px;
}
.yougo{
	margin-left: 415px;
	margin-top: 0px;
	width: 100px;
	height: 100px;
}
.mall{
	margin-left: 519px;
	margin-top: 20px;
	width: 130px;
	height: 90px;
}
.mean{
	margin-left: 655px;
	margin-top: 13px;
	width: 123px;
	height: 105px;
}


#menu a:link { text-decoration:none; color: #FFFFFF;}
#menu a:visited { text-decoration:none; color: #FFFFFF;}
#menu a:active { text-decoration:none; color: #FFFFFF;}
#menu a:hover { text-decoration:none; color: #FFFFFF;}
/* MenuEnd */






/* FooterStart */
#footer{
	width: 800px;
	text-align: center; 
	margin: 80px auto;
}
#footer_inner{
	background: url(../img/top_footer.gif) no-repeat top left;
	width: 800px;
	height: 12px;
	text-indent: -9999px;
}
/* FooterEnd */