@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	}

body {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(../images/bg.gif) repeat-x bottom center;
	font-size: 14px;
	line-height: 150%;
	font-family: "verdana", "arial", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

A:link{
	color: #004499;
	text-decoration: none;
	}

A:hover{
	color: #004499;
	text-decoration: underline;
	}

A:active{
	color: #c80852;
	text-decoration: underline;
	}

A:visited{
	color: #330099;
	text-decoration: none;
	}

a img {
    border-style:none;
	}
.bt_s{
	font-size: 11px;
	}
.bt_l{
	font-size: 16px;
	}
.cl{
	clear: both;
	}

.left{
	float:left;
	}

.right{
	float:right;
	}

.cnt{
	text-align: center;
	}

#main{
	width: 950px;
	text-align: center;
	margin: 0px auto;
	padding: 0px auto;
	}


#footer{
	clear: both;
	height: 92px;
	margin: 26px auto 0px;
	text-align: center;
	}

#footer div.footer_menu{
	width: 603px;
	margin: 0px auto;
	padding: 22px 0px 27px;
	}

#footer div.footer_menu li{
	list-style-type: none;
	float: left;
	margin: 0px 5px;
	}

#footer div.footer_menu li a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 14px;
	}

#footer div.footer_menu li a.btn_footer_menu_01{
	background: url('../images/btn_footer_menu_01.gif') no-repeat;
	width: 89px;
	}

#footer div.footer_menu li a.btn_footer_menu_02{
	background: url('../images/btn_footer_menu_02.gif') no-repeat;
	width: 143px;
	}

#footer div.footer_menu li a.btn_footer_menu_03{
	background: url('../images/btn_footer_menu_03.gif') no-repeat;
	width: 104px;
	}

#footer div.footer_menu li a.btn_footer_menu_04{
	background: url('../images/btn_footer_menu_04.gif') no-repeat;
	width: 77px;
	}
	#footer div.footer_menu li a.btn_footer_menu_05{
	background: url('../images/btn_footer_menu_05.gif') no-repeat;
	width: 53px;
	}

/* Win IE6 */
*html #footer div.footer_menu{
	width: 613px;
	}
/**/
