/* CSS Document */


/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}



.clr_sps{ clear:both; font-size:1px;}

#container{
	width:740px;
	margin:auto;
	text-align:left;
	}
h1{
	margin:10px 0 0 0px;
	height:38px;
	font-weight:normal;
	background:url(img/common/bg_h2.gif) no-repeat;
	text-indent:62px;
	padding:6px 0 0 0;
	}
h1 a{
	font-size:15px;
	line-height:38px;
	vertical-align:top;
	text-decoration:none;
	color:#00cccc;
	}
h1 a:hover{
	color:#333333;
	text-decoration:none;
	}	
#head_menu{
	width:740px;
	background:url(img/common/bg_head_menu2.jpg) repeat-x;
	text-align:right;
	font-size:10px;
	line-height:25px;
	color:#FFFFFF;
	}
#head_menu a{
	color:#000000;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
	height:25px;
	vertical-align:middle;
	margin:0 4px 0 4px;
	}
#head_menu a:hover{
	color:#FF0066;
	}


#contents{
	margin:6px 0 20px 0;
	clear:left;
	}
#main_image{
	background:url(img/top/bg_main_pic.gif) no-repeat;
	width:740px;
	height:194px;
	margin:16px 0 20px 0;
	padding:8px 7px 6px 7px;
	}
.black {
 color:#000;
 font-size: 13px;

}

#copy{
	height:20px;
	font-size:10px;
	text-align:right;
	color:#333333;
	border:solid #333333;
	border-width:3px 0 0 0;
	padding:2px;
	clear:left;
	}
#copy a{
	color:#333333;
	text-decoration:none;
	}
#copy a:hover{
	color:#333333;
	}


/***その他のページ***/
#main_image2{
	background:url(img/top/bg_main_pic.gif) no-repeat;
	width:740px;
	height:194px;
	margin:16px 0 0 0;
	padding:8px 7px 6px 7px;
	}
#main_image2 h2{
	background:url(img/common/main_pic03.jpg) no-repeat;
	width:726px;
	height:180px;
	font-size:15px;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
	padding:120px 30px 0 0;
	}
#main_image2 h2.t_bk{
	color:#000000;
	}
#main_image2 h2.t_wt{
	color:#FFFFFF;
	}	
#other_page{}

#other_page h2{
	background:url(img/common/bg_h5a.jpg) no-repeat;
	width:740px;
	height:29px;
	text-indent:10px;
	font-size:14px;
	color:#fff;
	margin:20px 0 0 0;
	line-height:2em;
	}
#other_page h3{
	width:740px;
	height:29px;
	font-size:12px;
	margin:18px 0 0 0;
		}
#other_page h3 a{
	width:740px;
	height:29px;
	text-indent:10px;
	font-size:12px;
	color:#ff0000;
	margin:20px 0 0 0;
	line-height:2em;
	}
#other_page h4{
	font-size:100%;
	line-height:1.0em;
	background:url(img/waku.gif) no-repeat;
	margin:25px 0 10px 0;
	padding: 6px 0 0 8px;
	color:#ff6699;
	width:121px;
	height:25px;
	}	
#other_page div.typeA{
    background:url(img/common/line.jpg) no-repeat;
	width:740px;
	height:29px;
    }
#other_page div.typeA p{
        }
.clear{
  clear: both;
}