/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	text-align: center; /* center on ie */
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../img/top/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h2{
	font-size: 120%;
}

/* header */
#header{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: left;
}
#header_left{
	float: left;
	padding-top: 1px;
	width: 250px;
}
#header_right{
	float: left;
	color: #FFFFFF;
	width: 695px;
	padding-top: 5px;
}
#navi_01{
	width: 520px;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
	height: 20px;
	clear: both;
}
#navi_01 a{
	color: #FFF;
}
*html #navi_01{
	margin-bottom: 10px;
}
#navi_01 li{
	float: left;
	list-style-type: none;
	background-image: url(../img/li.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
#navi_02{
	clear: both;
	height: 29px;
}
#navi_02 li{
	list-style-type: none;
	display: inline;
	margin-right: 2px;
}

/* footer */
#footer_box{
	clear: both;
}
#footer_box ul{
	text-align: center;

}
#footer_box li{
	list-style-type: none;
	margin-right: 15px;
	display: inline;
}
#footer_01{
	text-align: right;
}
#footer_02{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFE7E9;
	text-align: center;
	font-weight: bold;
}
#footer_02 a{
	color: #FF0066;
	text-decoration: underline;
}
#footer_02 a:hover{
	color: #999;
}
#footer_03{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #F2F2F2;
	font-weight: bold;
}
#footer_03 a{
	color: #666;
	text-decoration: underline;
}
#footer_03 a:hover{
	color: #FF0066;
}
#footer_04{
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #DD3664;
	color: #FFF;
	text-align: center;
	line-height: 150%;
}
#footer_04 a{
	color: #FFF;
}
