/* CSS Document */


body, div, p, address {
	margin:0;
}
body {
	line-height:140%;
	color:#ccc;
	font-size: 0.8em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#000;
}
a {
	color:#ccc;
	outline:none;
}
a:hover {
	color:#9266b1;
}
a:active {
	color:#9266b1;
}
#container {
	width:900px;
	margin:0 auto;
}
/***************Header****************/
#head{
	height:290px;
}
#head h1 {
	margin:0;
	padding:84px 0 0;
	font-size:0;
	width:199px;
	float:left;
}
#head h1 a {
	display:block;
	height:122px;
	background:url(../images/logo.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#head ul{
	margin:0;
	padding:0 16px 0 0;
	list-style:none;
	width:400px;
	float:right;
}
#head ul li{
	margin:0 0 0 6px;
	padding:0;
	float:right;
}
#head ul li a{
	display:block;
	width:36px;
	height:290px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position:0 0;
}
#head ul li a:hover{
	background-position:0 -290px;
}
.home{
	width:100px;
	margin:0 0 0 auto;
}
.home a{
	width:100px;
	height:22px;
	background:url(../images/navi_home.gif) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
}
.home a:hover{
	background:url(../images/navi_home.gif) no-repeat 0 -22px;
}

/***************Body***************/

#body h2 {
	display:block;
	width:37px;
	float:left;
	text-indent:-9999px;
	font-size:0;
	margin:0;
	padding:0 10px 0 0;
}
#body{
	margin-top:30px;
}
/***************Footer***************/
#foot {
	border-top:1px solid #333;
	padding:15px 0 0;
	background:url(../images/foot_bg.gif) repeat-x 0 bottom;
}
#foot .f01 {
	width:900px;
	height:55px;
	margin:0 auto;
	background:url(../images/foot_copy.gif) no-repeat right 18px;
}
#foot .f01 ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	width:450px;
}
#foot .f01 ul li {
	float:right;
	margin:0 0 0 10px;
	padding:0;
}
#foot .f02 {
	width:407px;
	margin:0 auto;
	padding:0 0 26px;
	background:url(../images/foot_line.gif) no-repeat 107px 10px;
}
#foot .f02 p {
	height:38px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position:0 0;
	float:left;
	display:block;
}
#foot .f02 p a {
	margin:0 0 0 20px;
	display:block;
	height:38px;
	background-repeat: no-repeat;
	background-position:0 0;
}
.fl01 {
	width:99px;
	background-image: url(../images/foot_link01.gif);
}
.fl02 a {
	width:106px;
	background-image: url(../images/foot_link02.gif);
}
.fl03 a {
	width:60px;
	background-image: url(../images/foot_link03.gif);
}
.fl04 a {
	width:82px;
	background-image: url(../images/foot_link04.gif);
}
#foot address {
	font-style:normal;
	color:#999;
	font-size:0.85em;
	width:450px;
	float:left;
}
