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

/*---------テキスト設定-------*/

h1,h2,h3,h4,h5,h6,p,table,dt,dd,ul{
	padding:0;
	margin:0;
	color:#333;
	line-height:1.4em;
	text-align: left;
	font-size:83%;
	font-weight:normal;
}
* html span{
    margin:0;
	padding:0;
	line-height:1em;
}
*+ html span{
    margin:0;
	padding:0;
	line-height:1em;
}
dl {
    margin:0;
	padding:0;
}
img {
    border:0;
	margin:0;
	padding:0;
}
li {
    list-style:none;
}
/*---------基本設定----------*/
body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:9px !important;  /*IE7向け*/
	font-size:x-small;  /*IE6以下*/
	color:#FFFFFF;
	line-height:1.4em;
	background-color:#000000;
	padding:0;
	margin:0;
	/* antiMac IE 5¥*/
	margin:0 auto;
	padding:0 auto;
	width:100%;
	/* */
}
html>/**/body {
    font-size:9px; /*IE以外*/
}
/*---------clearfix----------*/
.clearfix.after {
    content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-Mac ¥*/
* html.clearfix{height:1%;}
.clearfix {display:block;}
/*End hide from IE-Mac*/

/*---------ページメイン----------*/
#base {
    margin:0 auto;
	width:800px;
}
#head {
    text-align:left;
	position:relative;
	width:800px;
	height:76px;
	margin:0 -400px;
	left:50%;
}
#flash {
	text-align:left;
	position:relative;
	width:800px;
	margin:0 auto;
	padding:0;
}

/*---------ヘッダー・ロゴ----------*/
.smallTXT {
    font-size:9px;
}
.rogo {
    position:absolute;
	width:100%;
	height:36px;
	top:24px;
	left:0px;
	background:url(../img/head_rogo.gif) no-repeat;
	text-indent:-5000px;
}	

/*---------ヘッダー・ボタン----------*/
#btn_bar {
    position:absolute;
	width:100%;
	height:16px;
	top:60px;
	left:0px;
}
ul#head_btn {
    margin:46px 0 0 0;
	padding:0px;
}
ul#head_btn li{
    float:left;
    display:inline;
	margin:0px;
	padding:0px;
}
ul#head_btn li a{
    margin:0px;
	padding:0px;
}
ul#head_btn li a img{
    margin:0px;
	padding:0px;
	border:0;
}

/*----------フッター箱-------------------*/
#foot_box1 {
	position:relative;
	background-color: #404040;
	background-image:url(../img/foot_box1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:800px;
	margin:10px auto 1px;
}
#foot_box2 {
	background-image:url(../img/foot_box2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	vertical-align:middle;
}
#foot_box3 {
	background-image:url(../img/foot_box3.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#foot_box4 {
	background-image:url(../img/foot_box4.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
/*-----------バナー箱---------------------*/
.bnr_boxA {
	width:88px;
	float:left;
	margin:8px;
}
.bnr_boxB {
	width:300px;
	float:left;
	margin-top:8px;
}
.bnr_boxC {
	width:360px;
	float:right;
	text-align:right;
	margin:5px 8px;
}
.bnr_boxD {
	clear:both;
}

/*-----------コピーライト----------------*/
#copyright {
	position:relative;
	width:800px;
	margin:10px auto 0;
	text-align:right;
}
