html{
	color:#000;
	background:#FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;}

q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}



body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}




* {
 line-height: 1.5;
 font-family:"ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
}

strong{font-weight:bold;}


a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff0000; text-decoration: none;}


hr{
 color:#CCCCCC;
 margin: 10px 20px;
}


.none{
font-weight:normal;
}


/**▼サイトレイアウト*****/

#wrap{
 width:800px;
 margin: 0 auto;
 background: url(img/bg2.jpg);
border-left:2px solid #ccc;
border-right:2px solid #ccc;
}





/**▼ヘッダー*****/

#head{
 width:800px;
 margin:0 auto;
}

#head_img{
 height: 80px;
 background: #ccc;
background:url(image/header.jpg);
border-bottom:1px solid #ccc;
}

h1{
 font-size:18px;
 margin:0 30px;
 padding:20px 0;
font-weight:bold;
}


/**▼ピックアップ*****/


#pick
{
background:url(image/omoro.gif) no-repeat;
width:800px;
height:285px;
text-indent:-9990px;
position:relative;
}

#pick a
{
display:block;
width:256px;
height:150px;
position:absolute;
left:140px;
top:117px;
}

#pick a:hover
{
background:url(image/img2.jpg);
}

/**▼メインコンテンツ*****/

h2{
 height: 45px;
 background: url(image/bg_h2.jpg);
 line-height: 45px;
 color:#ff0000;
 font-size: 136%;
 font-weight:bold;
 margin:10px 15px;
 padding-left:100px;
 clear:both;

}

#cnt{
 width:760px;
 padding: 0px 20px;
}

.in_cnt{
 margin:0px 30px;
 padding-bottom: 10px;
}

.in_cnt p{
 background: url(image/note_line3.gif) left bottom;
 margin:015px;
 font-size:114%;
line-height:25px;
 text-align:justify;
}





/**▼フッター*****/

#footer{
 text-align: center;
 clear: both;
 overflow:hidden;
}

address {
 font-style: normal;
 color: #FFFFFF;
 text-align: center;
 padding: 5px 0;
 display: block;
 background: #000;
 font-size: 92%;
 margin: 10px 30px 0px;
}


/**▼フッターリンク*****/

#linkspace{
 margin: 0px 0px 0px;
 padding:0px 0;
 font-size:100%;
 border-top:1px #ccc solid;
 clear:both;
}

#linkspace ul{
 margin:0 5px;

}



#linkspace li
{
display:inline;
}


#linkspace a{color:#000;
text-decoration:none;}
#linkspace a:hover{color:#f00;text-decoration:none;}







/**▼ランキング表*****/

.rh3{
 background-image: url(image/bg_h3.jpg);
 line-height: 25px;
 background-repeat: no-repeat;
 padding-left: 25px;
 margin-bottom: 15px;
 font-size:115%;

}


.rank_table{
 margin:0 45px 40px;
 border: 2px solid #c0bfbf;
}

.rank_table th{
 width:150px;
 border: 1px solid #c0bfbf;
 vertical-align:top;
 padding-top:10px;
 text-align:center;
}
.rank_table td{
 border:1px solid #c0bfbf;
 vertical-align: top;
}

.rank_table td p{
 margin:10px;
 font-size:107%;
line-height:170%;
}


.rank{
 padding:0px;
 margin:0px;
 background-image: url(image/th_bg.jpg);
}

.rank h3{
 background-image:none;
 padding-left: 10px;
 margin-bottom: 0px;
 margin: 0px;
 font-size:136%;
 font-weight:bold;
 line-height:52px;
 height:50px;
 overflow:hidden;
color:#0000ff;
}


/**▼お申込みボタン*****/

.btn{
 text-align:center;
 margin: 10px 0 20px;
 padding: 10px;
 clear:both;
font-size:18px;
font-weight:bold;
}



/**▼文字装飾*****/

.rb{ color:#f00;}

.uline{ text-decoration:underline;}

.yb{ background:#ff0;}

.tl{ text-align:left;}

.tc{ text-align:center;}

.tr{ text-align:right;}

.left{
 float:left;
 margin:0 20px 0 0;
}

.right{
 float:right;
 margin:0 0 0 20px;
}


.c_both{ clear:both;}



dl
{
padding:0 20px;
}