@import "reset.css";

* {  
    
    
    
    
 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: auto;
 background: url(img/bg2.jpg);
}





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

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

#head_img{  
    
    
    
    
 height: 250px;
 background: url(img/top.jpg) no-repeat;
 margin-bottom:30px;
}

h1{  
    
    
    
    
 font-size:215%;
 margin:0 30px;
 padding:30px 0;
}





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

h2{  
    
    
    
    
 height: 45px;
 background: url(img/bg_h2.jpg);
 line-height: 45px;
 font-size: 136%;
 font-weight:bold;
 margin:10px 15px;
 padding-left:50px;
 clear:both;
}

#cnt{  
    
    
    
    
 width : 700px;
 padding: 0px 10px 0 20px;

}

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

.in_cnt p{  
    
    
    
    
 background: url(img/note_line3.gif) left bottom;
 margin : 0px 20px 15px 20px;
 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: 30px 30px 10px;
}




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

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

#linkspace ul{  
    
    
    
    
 margin:0 35px;
}

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





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

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


.rank_table{  
    
    
    
    
 margin : 0px 25px 40px 25px;
 border: 2px solid #CCCCCC;
 clear:both;
}

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

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


.rank{  
    
    
    
    
 padding:0px;
 margin:0px;
 background-image: url(img/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;
}


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

.btn{  
    
    
    
    
 text-align:center;
 margin: 10px 0 20px;
 padding: 10px;
 clear:both;
}



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

/*赤文字*/
.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;
}


/**▼▼▼*****/


#cnt2{  
    
    
    
    
 width:570px;
 padding : 0px 10px 0px 20px;
 float:left;
  
}

.in_cnt2{  
    
    
    
    
 margin : 30px 30px 10px 30px;
 padding-bottom: 10px;
  text-align : center;
}

.in_cnt2 p{  
    
    
    
    
 
 margin:0 15px 15px;
 font-size:114%;
 line-height: 25px;
 text-align:justify;
}


#cnt3{  
    
    
    
    
 width:570px;
 padding : 0px 10px 0px 20px;
 float:left;
  
}

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


.in_cnt3 a{  
    
    
    
    
 
color : black;
text-decoration: none;
font-size : 10px;
}


/**▼枠*****/
.waku{  
    
    
  border: solid 3px #202020;
  margin-right : 25px;margin-left : 50px;

  margin-bottom : 5px;

  position : static;


  width : 550px;
}

.waku2{  
    
    
  border : 2px solid silver;
  

  

  position : static;



  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 480px;
  
  
  margin-left : 60px;
  bottom : auto;
}


.waku3{  

  border : 2px solid red;
  

  position : static;


  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  width : 480px;
  
  margin-left : 10px;
  bottom : auto;
  text-align : left;
}

.name{  
    
    
    
    
  border-bottom : 1px solid #202020;
  padding-right : 0px;padding-left : 20px;
  margin-right : 0px;margin-left : 0px;
  font-size: 18px;
  font-weight: bold;
  
  

  
  background-image : url(img/th_bg.jpg);

  

  

  margin-bottom : 5px;
}

.name a{  
    
    
    
    
  color: black;
  text-decoration: none;



  
  text-align : center;

  

  
  
  
  

  
  

  position : static;

  

  
  
  
  
}

.bana{
    
    
  margin: 5px 0 5px 0;
  text-align: center;
  padding-top : 5px;
}
    

.cont{  
    
    
    
    
  margin-right : 0px;margin-left : 0px;
  padding: 0 20px 5px 20px;
  font-size: 16px;
}

.apply{  
    
    
    
    
  margin-right : 20px;margin-bottom : 5px;margin-left : 0px;
  text-align: right;
  font-size : 18px;
}

#content p{  
    
    
    
    
  margin: 0;
  padding: 0 20px 5px 20px;
  font-size: 16px;
}

/**▼その他*****/

h1 a{  
    
    
    
    
				
		color : red;
		text-decoration : none;
  font-size : 30px;

  font-weight : bold;
  padding-right : 50px;
}


.copy a {
    
    
    
    
  		
				
		 
	color: #ffffff;
         text-decoration: none;
	font-size: 0.9em;
}


.link a {
    
    
    
    
  		
				
		 
	color: #666;
         text-decoration: none;
	font-size: 0.9em;
}


/**▼サイドコンテンツ*****/

#side{ 
  text-align : center;
}
#side_inner{  
    
}
.side_title {  
    
    
}

.side_cont {  
    
    
 margin-right : auto;margin-bottom : 0px;margin-left : auto;
 padding-top : 0px;

}

.side_cont ul{  
    
  
}

.side_cont li a {  
    
    
    
    
 
 border-bottom : solid;border-bottom-width : 1px;
 color:#333;
 
 font-size: 100%;
 padding : 0px 0px 0px 0px;
 text-decoration:underline;
 _width:151px;
  
  float : none;
}




