/* 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;}


ul { margin: 0; padding: 0;}
li { list-style: none; margin: 0;}

.CNT{ text-align:center;}
.L{ text-align:left;}
.R{ text-align:right;}

.clr_sps{ clear:both; font-size:1px;}
.clear { 
		 clear:both; 
		 height:1px;	
		 font-size:1px;	
		 margin:0; 
		 padding:0; 
		 display: block;
		 }


#container{ width:740px; margin:auto; text-align:left;}
#head{ 
	height:331px;
	background:url(img/usagi/bg_head.gif) no-repeat;
	}
h1 {
	font-size:10px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	padding: 170px 0 0 0;
}
#head h1 a{ text-decoration:none; color:#333333;}

h2 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	line-height: normal;
	padding-top: 10px;
}
#btn_change{ text-align:right; padding:5px 20px 5px 20px;}
#contents{ 
	margin:0px 0 0 0; 
	width:740px;
	background:url(img/usagi/bg_con.gif) repeat-y;
	}


.menu{
	width: 710px;
	margin:0 0px 0 15px;
	padding:10px 0px 0 0px;
	background-color: #FFFFCC;
	}

.menu ul{ 
	
	list-style-type:none; 
	padding:0 15px;
	margin:0;
	}
.menu li{ 
	padding:0;
	margin:0;
	float:left; 
	font-size:14px;
	}
.menu li a{
	background:url(img/usagi/bg_h_menu_off.gif) no-repeat 0px 0px;  
	color:#333333; 
	text-decoration:none;  
	width:133px; 
	height:93px; 
	display:block; 
	text-align:center;
	line-height:90px;
	padding:0px 0 0 0;
	}
.menu li a:hover{ 
	background:url(img/usagi/bg_h_menu_on.gif) no-repeat 0px 0px;
	}
.menu ul li a:hover{ color:#333333; text-decoration:none;}


#main{
	width: 710px;
	margin:0 15px 0 15px;
	padding: 0;
	background-color:#FFFFCC;
	}

#main p{ margin:8px 0 0 0;}
.block1{
	padding: 0;
	margin: 15px 45px 0 45px;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
.block2{
	width: 730px;
	padding:0;
	margin: 0;
	text-align: center;
	}
	
#foot_sps{ 
	clear:both; 
	height:83px; 
	background:url(img/usagi/bg_foot_up.gif) no-repeat;
	}
#copy{ 
	text-align:center; 
	font-size:11px; height:53px; 
	text-decoration:none; 
	padding:4px 0 0 0;
	background:url(img/usagi/bg_foot_copy.gif) no-repeat;
	}
#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;}

.style2 {color: #FF9900}
.orange24 { color: #FF9900; font-size:24px; text-align:center; }

/***トップ***/
.block16 {
	width: 220px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
	}
.block16 a {
	display:block;
	width:220px;
	color:#ffffff;
	height:47px;
	line-height:45px;
	text-decoration:none;
	text-align:center;
	background-image: url(images/button6%20.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.block16 a:hover{
	color:#99FFCC;
	background-image: url(images/button6%20.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

.block20{
	margin: auto;
	padding:0px;
	width: 400px;
	}
