/* CSS Document */

/* CSS Document */

/*■初期設定*/

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

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



*{ margin:0; padding:0;}
img{ border:0;}
/************************************************/
/***ＩＥ６．０***/
* html .test { font-size:small;}
/***ＩＥ７．０***/
*:first-child+html .test { font-size:medium;}
/***FIRE FOX***/
html>body .test{ font-size:medium;}
/***サファリ・opera***/
html:first-child .test { font-size:medium;}
/************************************************/
body{ text-align:center; width:100%; font-family:	'メイリオ',	'Meiryo',	'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3',	'Osaka',	'ＭＳ Ｐゴシック',	sans-serif;}

p,th,td,li{ font-size:80%; line-height:150%;}


.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;}
#head{ height:331px;}
#head h1{ font-size:25px; line-height:25px; font-weight:normal; padding:230px 0 0 0; text-align:center;}
#head h1 a{ text-decoration:none; color:#333333;}
#btn_change{ text-align:right; padding:5px 20px 5px 20px;}
#head_menu{ background:url(img/bg_head_menu.gif); height:126px;}
#head_menu ul{ list-style-type:none; padding:5px 26px 0 26px;}
#head_menu ul li{ float:left; font-size:14px;}
#head_menu ul li a{ color:#333333; text-decoration:none;  width:133px; height:93px; display:block; text-align:center; vertical-align:middle; padding:35px 0 0 0;}
#head_menu ul li a:hover{ color:#333333; text-decoration:none;}

#contents{ margin:0px 0 0 0; width:740px;}
#main{ margin:0 50px 0 50px;}
#main h2{ background:url(img/common/bg_h2.gif) no-repeat center left; text-indent:50px; font-size:25px; font-weight:normal; color:#333333; vertical-align:top; line-height:25px;}
#main p{ margin:8px 0 0 0;}
#foot_sps{ clear:both; height:83px; }
#copy{ text-align:center; font-size:11px; height:53px; text-decoration:none; padding:4px 0 0 0}
#copy a{ color:#000000; text-decoration:none;}
#copy a:hover{ color:#000000;}

#pondt-copy{ text-align:right; margin:6px 80px 0 0;}
#pondt-copy a{ font-size:9px; color:#ffffff; text-decoration:none;}
#pondt-copy a:hover{ color:#999999;}



/***トップ***/

