/*--------------------------------------
　基礎設定
---------------------------------------*/
*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

body{
	color:#666666;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 12px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}
table,div{
	margin:auto;
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:90%;
}


/*--------------------------------------
　共通リンク
---------------------------------------*/
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}


/*--------------------------------------
　見出しタグ
---------------------------------------*/
h1{
	font-size:11px;
	font-weight:normal;
	border-color:#333333;
	border-width:0px 0 0 4px ;
	color:#333333;
	text-indent:10px;
	line-height:18px;
	vertical-align:top;
	padding:20px 0 0 0;
}
h2{
	background:url(../img/common/bg_h2.jpg) no-repeat;
	font-size:14px;
	color:#666666;
	text-indent:10px;
	vertical-align:top;
	height:42px;
	line-height:42px;
	margin:0 0 5px 0;
}
h3{
	background:url(../img/common/bg_h3.gif) no-repeat;
	font-size:12px;
	color:#0099CC;
	text-indent:12px;
	vertical-align:top;
	height:32px;
	line-height:32px;
	margin:0 0 5px 0;
	font-weight:normal;
}
.obj{
	margin:0 6px 0 6px;
}
.obj p{
	line-height:160%;
	margin:0 0 12px 0;
}
.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}


/*--------------------------------------
　レイアウト
---------------------------------------*/
#wrap{
	width:920px;
	background:url(../img/common/bg_con.gif) repeat-y;
	margin:0 auto 0 auto;
	text-align:left;
}
#head{
	width:920px;
	background-color: #00091A;
	height: 45px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#head2 {
	width:918px;
	height: 250px;
	margin-top: 0;
	margin-bottom: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

#head p#logo{
	font-size:24px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	border-color:#333333;
	border-width:0px 0 0 4px;
	color:#FFF;
	line-height:40px;
	text-indent: 10px;
	padding-top: 10px;
}
#head p#logo a{
	text-decoration:none;
	color:#FFF;
}
#head p#logo a:hover{
	text-decoration:none;
	color:#0099CC;
}


/*--------------------------------------
　ヘッダーメニュー
---------------------------------------*/
#head_menu{
	width:900px;
	font-size:9px;
	height:25px;
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	margin-bottom: 10px;
}
#head_menu ul{
	list-style-type:none;
	padding:1px 0 0 1px;
}
#head_menu clap {
	list-style-type:none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	margin-left: 20px;
	float: left;
	background-position: bottom;
	vertical-align: bottom;
}

#head_menu ul li{
	float:left;
	background:url(../img/common/bg_menu_sub.gif) right no-repeat;
	text-align:center;
	height:20px;
	line-height:25px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 18px;
}
#head_menu a{
	color:#333333;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
}
#head_menu a:hover{
	color:#0099CC;
}
#contents{
	clear:left;
	margin:0 10px 0 10px;
	zoom:100%;
}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#left_menu{
	float:left;
	width:150px;
}
#left_menu ul{
	width:150px;
	list-style-type:none;
	margin-bottom:20px;
	background:url(../img/common/bg_left_menu.gif) repeat-y;
	border:solid #EEEEEE;
	border-width:1px 0 1px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#left_menu ul li{
	width:146px;
	background:url(../img/common/bg_left_menu_sub.gif) no-repeat top left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#left_menu ul li.title{
	color:#0099CC;
	font-size:11px;
	text-indent:5px;
	background:url(../img/common/bg_li_title.gif) no-repeat top left;
}
#left_menu ul li a{
	color:#999999;
	display:block;
	text-decoration:none;
	vertical-align:top;
	font-size:12px;
	line-height:26px;
	height:26px;
	width:144px;
	text-indent:4px;
}
#left_menu ul li a:hover{
	color:#FF9900;
}
#main{
	width:730px;
	float:left;
	zoom:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#main3 {
	width:730px;
	float:left;
	zoom:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	background-image: url(../image/top/bg.gif);
	background-repeat: repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main2 {
	width:900px;
	float:left;
	zoom:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#counter {
	width:900px;
	float:left;
	zoom:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


#main:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#main p{
	line-height:2.0em;
	margin:0 0 16px 0;
}
#foot_up{
	clear:left;
}
#foot{
	color:#FFF;
	height:25px;
	clear:both;
	text-align:center;
	font-size:11px;
	background-color: #8DB7CB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #cccccc;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#foot a{
	color:#FFF;
	text-decoration:none;
}
#foot a:hover{
	color:#999999;
}
