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

/*************/
/* 基本設定 */
blockquote{
	color:#FF0000;
}

body {
	font-size:83%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,arial, sans-serif;
	background-image:url(../img/bg_01.gif);
	text-align:center;
	line-height:140%;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0;
	color:#666666;
}

h2,
h3{
	font-size:100%;
	font-weight:normal;
}

a{	text-decoration:none;}
a:hover{ text-decoration:underline;}

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

img{
	border:0;
	margin:0;
}

ul {
	margin:0;
	padding:0 0 0 3px;
}

li {
	margin:0;
	padding:0 5px 0 15px;
	list-style-image:none;
	list-style:none;
	background-image:url(../img/arrow_y.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.htitle{
	display:none;
}

/* 書式など */
.fleft{
	float:left;
}

.a_center{
	text-align:center;
}

.a_right{
	text-align:right;
	padding:5px 5px 0;
	line-height:100%;
	clear:both;
}

.images{
	margin:0;
	padding:0;
	float:left;
	height:auto;
	width:auto;
	
}


/* ダミー　スペーサー　*/
.dummy{
	clear:both;
	padding:0;
	margin:0;
	height:0;
	max-height:0;
	overflow:hidden;
}
.spacer30{
	margin:0;
	height:30px;
	width:100%;
	clear:both;

}

.spacer20{
	margin:0;
	height:20px;
	width:100%;
	clear:both;
}

.spacer15{
	margin:0;
	height:15px;
	width:100%;
	clear:both;

}

.spacer10{
	margin:0;
	height:10px;
	width:100%;
	clear:both;
	overflow:hidden;
}

.spacer5{
	margin:0;
	height:5px;
	width:100%;
	clear:both;
	overflow:hidden;
}

/* コンテナ */
#container{
	margin:0;
	width:750px;
	background-image: url(../img/bg_02.jpg);
	background-repeat:repeat-y;
	height: 100%;
	padding: 0 12px;
	overflow:hidden;
	text-align:left;
}



/* ヘッダー関連 */
#header{
	margin:0;
	width:745px;
	height:59px;
	background-image: url(../img/h_bg.jpg);
	background-repeat: no-repeat;
	text-align:left;
	line-height:100%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#header h1{
	font-size:10px;
	margin:0;
	padding:0;
	font-weight:normal;
}

.h_title{
	height:17px;
	width:670px;
	float:left;
	overflow:hidden;
}
	

.eng{
	float:left;
	padding:0;
	width:70px;
	height:17px;
	text-align:right;
	font-weight:bold;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	color:#0033CC;
	overflow:hidden;
	font-size:83%;
}

.h_main{
	clear:both;
	width:745px;
	height:42px;
	top: 24px;
}

.h_menu{
	float:left;
	margin:0;
	padding:0;
	width:420px;
	height:34px;
	padding:8px 0 0 140px;
}

.h_mb{
	margin:0;
	padding:0;
	float:left;
	height:34px;
	width:84px;
}


/* メインコンテンツ */
#main{
	width:750px;
	height:auto;
	padding:3px 0 0 0px;
	margin:3px 0 0 0;
}


/* フッター */
#footer{
	width:750px;
	height:70px;
	background-image:url(../img/f_bg.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	clear:both;
}

.co_info{
	float:left;
	height:50px;
	width:320px;
	margin:0;
	padding:10px 5px 0;
	font-size:83%;
}

.f_menu{
	margin:0;
	padding:10px 10px 0;
	height:50px;
	width:399px;
	text-align:right;
	float:left;
	font-size:83%;
}

#footer li{
	list-style:none;
	padding:0 5px;
	display:inline;
	border-left:solid 1px #666666;
	background-image:none;
}

#footer .bnone{
	border:none;
}

#footer a{
	color:#666666;
}

#footer a:hover{
	text-decoration:underline;
}
