@charset "UTF-8";


/* ▼▼body▼▼
---------------------------------------------*/

body {
	background: #fff;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:75%;
	line-height:1.7;
	color:#333;
	overflow-y:scroll;
	}


/* ▼▼link▼▼
---------------------------------------------*/

a {color:;}
a:visited {color:;}
a:hover {color:;}


/* ▼▼other▼▼
---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { /* for IE */
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.left {float:left;}
.right {float:right;}


/* ▼▼wrapper▼▼
---------------------------------------------*/


#wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#000;
}


/* ▼▼header▼▼
---------------------------------------------*/

#header{
	width:800px;
	margin:0 auto;
}

#header_upper{
	width:760px;
	padding:5px 20px;
}

p.header_upper_l{
	color:#fff;
}

p.header_upper_r{
	margin-left:10px;
}

p.header_upper_r a{
	color:#fff;
	text-decoration:underline;
}

p.header_upper_r a:hover{
	text-decoration:none;
}

#sub_imgbox{
	width:800px;
	height:123px;
	margin-bottom:3px;
	background:url(../img/sub_top_img.jpg) no-repeat;
	text-indent:-9999px;
}

/* ▼▼navi▼▼
---------------------------------------------*/

#navi{
	width:800px;
}

#navi li{
	float:left;
}

#navi a.navi01{
	display:block;
	width:158px;
	height:50px;
	background:url(../img/navi01_off.jpg) no-repeat;
	text-indent:-9999px;
}

#navi a.navi01:hover{
	background:url(../img/navi01_on.jpg) no-repeat;;
}

#navi a.navi02{
	display:block;
	width:161px;
	height:50px;
	background:url(../img/navi02_off.jpg) no-repeat;
	text-indent:-9999px;
}

#navi a.navi02:hover{
	background:url(../img/navi02_on.jpg) no-repeat;;
}

#navi a.navi03{
	display:block;
	width:158px;
	height:50px;
	background:url(../img/navi03_off.jpg) no-repeat;
	text-indent:-9999px;
}

#navi a.navi03:hover{
	background:url(../img/navi03_on.jpg) no-repeat;;
}

#navi a.navi04{
	display:block;
	width:158px;
	height:50px;
	background:url(../img/navi04_off.jpg) no-repeat;
	text-indent:-9999px;
}

#navi a.navi04:hover{
	background:url(../img/navi04_on.jpg) no-repeat;;
}

#navi a.navi05{
	display:block;
	width:165px;
	height:50px;
	background:url(../img/navi05_off.jpg) no-repeat;
	text-indent:-9999px;
}

#navi a.navi05:hover{
	background:url(../img/navi05_on.jpg) no-repeat;;
}

#topic_path{
	margin-left:20px;
	padding:8px 0 0;
	color:#fff;
	font-weight:bold;
}

#topic_path a{
	color:#fff;
	font-weight:normal;
}


/* ▼▼content▼▼
---------------------------------------------*/

#container{
	width:765px;
	margin:8px auto;
	padding:15px 3px;
	background:#fff;
}

.hide{
	display:none;
}

/* ▼▼footer▼▼
---------------------------------------------*/

#footer{
	width:;
	height:;
	margin:0 auto;
	background:;
	text-align:;
}

#footer_navi{
	width:600px;
	margin:10px auto;
}

#footer_navi li{
	float:left;
	padding:0 15px;
	border-right:1px solid #fff;
	line-height:13px;
}

#footer_navi li a{
	font-size:12px;
	color:#fff;
	line-height:1.2;
	text-decoration:none;
}

#footer_navi li a:hover{
	text-decoration:underline;
}

#footer_navi li.list_end{
	border:none;
}

#footer_under{
	width:790px;
	padding:10px 5px;
	background:#fff;
}

.footer_under_l{
	font-size:11px;
}

.footer_under_r{
	text-align:right;
}

.copyright{
	margin-top:30px;
}








