/* CSS Document */
/***** 全体 *****/


*html body {  　　　　　/*IE6だけに適用*/
	overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
	overflow-y:auto !important;
}


html[xmlns] body {
   overflow-y:scroll;
   
}

html:first-child body {
    overflow: hidden;
}


h1{
   color:#6699FF;
   font-size:12px;
   margin-left:20px;}


.ryouiki{
         width:1000px;
		 font-size:13px;
		 margin:0 auto;}


.top-menu{
          width:1000px;
		  height:120px;
		  border:solid #333333 1px;}
		  
		  

.main-menu{
           width:160px;
		   height:120px;
		   float:left;}


.sab-menu{
          width:840px;
		  height:120px;
		  float:right;}
		  
		  
		               .menu1{
					          width:120px;
							  height:120px;
							  float:left;
							  background-color:#333333;}
							  

.title{
       width:180px;
	   height:600px;
	   float:left;
	   margin-top:20px;
	   border:solid #333333 1px;
	   background-repeat:no-repeat;
	   }


.henshu{
        width:800px;
		float:right;
		margin-top:20px;}

.copy{
      width:1000px;
	  height:20px;
	  margin:0 auto;
	  margin-top:20px;
	  font-size:12px;
	  text-align:center;
	  border-bottom:solid #333333 1px;
	  clear:both;}
	  
	  


.pppp{
font-size:12px;
font-weight:bold;
text-align:right;
}


.ppp{
text-align:right;
}

/***** 題目 *****/

.dai{
     width:250px;
	 padding-left:5px;
	 color:#6699FF;
     font-size:14px;
	 font-weight:bold;
	 border-left:solid #6699FF 5px;
	 border-bottom:solid #6699FF 1px;}


.tyudai{
        font-size:13px;
        font-weight:bold;}

/***** 効果 *****/

.kouka-red{
           color:#FF0000;
		   font-weight:bold;}

.kouka-left{
	width:auto;
	height:auto;
	float:left;}

.kouka-right{
	width:auto;
	height:auto;
    float:right;}

.kouka-border{
              border:dotted 2px;}

.kouka-gazou{
			 padding:5px;}
			 			  
.kouka-photo{
             width:200px;
			 height:170px;
			 float:right;
			 border:solid #333333 2px;}
			 
/***** リスト *****/

.ul-kazu{
         list-style-type:decimal;}


.li-haba{
         margin:20px 0px;}
		 
		 
/***** リンク *****/

/*--　リンク設定変更 --*/ 

a:link , a:visited , a:active , a:hover {
	color: #000000;
	text-decoration: none;
}

.menu1 a{
         background-color:#000000;}

.menu1 a:hover{
               background-color:#0000FF;}
            