@charset "utf-8";
/*___________ 基本設定 ___________ */

*  {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	background-color: #ffffff;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color: #f9f9f9;
	background: url("../img/bg/wrap_bg.jpg") no-repeat;
	text-align: left;
	border-width: 0 1px 6px 1px;
	border-color: #999999;
	border-style: solid;
}

/* ____ リンクテキスト ____ */
a {
	color: #2222FF;
	text-decoration: underline;
}
a:visited {
	color: #770099;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #2222FF;
	text-decoration: underline;
}


/*___________ レイアウト設計 ___________ */

#left {
	float: left;
	margin: 6px 0 0 75px;
	width: 226px;
	padding: 0 0 30px 0;
}
#right {
	float: right;
	margin: 100px 80px 0 0;
	width: 500px;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 1;
	border: 0;
}
hr {
	margin: 10px 0 15px 0;
	color: #CCCCCC;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	margin: 0px;
}
/*___________ 【HEADER】 ___________ */

#ttl {
	height: 180px;
	background: url("../img/bg/ttl.jpg") no-repeat;
}
#top_img {
	width: 500px;
	height: 220px;
	margin: 0 0 17px 0;
}


/*___________ 【MENU】 ___________ */
#navi {
	width: 226px;
	margin: 15px 0 0 0;
	line-height: 1;
}
.navi {
	background-color: #aa6666;
	background: url("../img/bg/navi_bg.gif") no-repeat;
	padding: 12px 0 12px 45px;
	font-size: 15px;
	font-weight: normal;
}
.navi a {
	color: #333333;
}

#navi a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
		color: #FF3300;
}




#info {
	padding: 30px 30px 0 30px;
}
.info-ttl {
	color: #dd0000;
	font-weight: bold;
}
#info p {
	margin: 13px 0 0 0;
}
/*___________ 【MAIN】 ___________ */
#bread {
	float: left;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
h1{
	margin: 0 3px 3px 0;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
h2 {
	font-size: 32px;
	font-weight: bold;
	color: #336600;
}
h3{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 30px 0 20px 0;
	padding: 4px;
	background-color: #336600;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#content{
	padding: 20px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	clear: both;
}
.content-left {
	float: left;
	margin: 0 0 50px 0;
	width: 248px;
}
.content-right {
	float: right;
	margin: 0 0 20px 0;
}
.box {
	width: 200px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 10px;
}
#content ul {
	margin: 5px 0 0 5px;
	list-style-position: inside;
	font-size: 13px;
	color: #666666;
	line-height: 160%;
}
.sitemap_menu {
	margin: 10px 0 0 0;
}

.rank{
	margin: 0;
	color: #CC0000;
	font-size: 20pt;
	font-weight: bold;
}

.item{
	margin: 5px 0 5px 0;
	color: #333333;
	font-size: 18pt;
}


/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 0;
}
tr,th,td {
	padding: 8px;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
	line-height: 130%;
}
/*___________ 【SIDE】 ___________ */



/*__________【info】____________*/

/*___________ 【FOOTER】 ___________ */
#footer {
	text-align: center;
	padding: 10px 0 5px 0;
	line-height: 150%;
}
#foot-menu {
	font-size: 12px;
}
#copyright {
	font-size: 12px;
	color: #888888;
	margin: 4px;
}

/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */

.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
.img-right{
	float: right;
	margin: 0 0 50px 10px;
	line-height: 140%;
	font-size: 11pt;
}
.img-left{
	float: left;
	margin: 10px 5px 5px 0;
}

