@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../gif/bg-body.gif);
	background-repeat: repeat-y;
	background-position: center;	
}

#all {width: 765px;
          text-align: left;
          margin: 0px auto;
		  border-right: solid 2px #CACACA;
	      border-left: 2px solid #CACACA;
          background: #ffffff;
		  color:#333333;
		  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;}

/* リンク
---------------------------------------------------- */
a:link {color: #0e77c2;
       text-decoration: none;}

a:visited {color: #0e77c2;
       text-decoration: none;}

a:hover, a:active {color: #0e77c2;
        text-decoration: none;}

/* ヘッドタイトル
---------------------------------------------------- */
#head img {border:none;
             padding-top: 0px;
			 padding-left: 0px;
			 }

#head {background-color: #ffffff;       
       border-bottom: solid 1px #999999;}
			 

/* コンテンツ
---------------------------------------------------- */
#content {width: 760px;
                    background-color: #ffffff;}
	 
/* サイドメニュー
---------------------------------------------------- */
#side {width:180px;
             float:left;
			 margin:0px; 
			 border-right: solid 1px #999999;}
			 
.menu01 {width:180px ;}

.menu01 ul {width:180px;
    font-family: "ＭＳ ゴシック", "Osaka";
    display: block;
	margin: 0;
	list-style-type: none;
	padding: 0px;
	   }			 
  
li.sec {
	color:#ffffff;
	background-color:#05A7E8;
	line-height:30px;
	width:180px;
	display: block;
	text-align: center;
	font-size: 0.9em;
	border-bottom: solid 1px #999999;
	background-image: url(../gif/mouse-on.gif);
	background-repeat: repeat-x;
}		 

li.menu {
	background-color:#ffffff;
	line-height:30px;
	width:180px;
	display: block;
	font-size: 0.8em;
	margin: 0;
	border-bottom: solid 1px #999999;
	text-align: center;
	background-image: url(../gif/mouse-off.gif);
	background-repeat: repeat-x;
}	
		 
li.menu a {
	width:180px;
	display: block;
	line-height:30px;
	text-decoration:none;
	color:#000000;
}
		 
li.menu a:visited {
	background-color:#ffffff;
	color:#000000;
	width:180px;
	display: block;
	background-image: url(../gif/mouse-off.gif);
	background-repeat: repeat-x;
	line-height: 30px;
}		
	 
li.menu a:hover {
	color:#000000;
	width:180px;
	text-decoration: none;
	display: block;
	line-height: 30px;
	background-image: url(../gif/mouse-on.gif);
	background-repeat: repeat-x;
}			  				 
		 
		 
li.book {background-color:#FF9900;
         line-height:130%;
          width:180px;
		 display: block;
		 text-align: center;
		 font-size: 0.8em; 		 
		 margin: 0;
		 border-bottom: solid 1px #999999;}	
				
li.top { color:#3333FF;
        background-color:#64cffd;	    
		width:180px;
		line-height:130%;
        display: block;
	    text-align: center;
		display: block;
	 	margin: 0;
		font-size: 0.9em;
		border-bottom: solid 1px #999999;}			
		  
li.top a {width:180px;
          line-height:130%;
    display: block;	
	 text-decoration:none;
	     color:#006400;}
		 
li.top a:visited {color:#3333FF;
                 background-color:#8cdcff;
                 width:180px;
	             display: block;}		
	 
li.top a:hover {background-color: #3333FF;
                 color:#ffffff;
                 width:180px;
                 display: block;
	             text-decoration: none;}


li.come {
	background-color:#FFFFFF;
	line-height:30px;
	width:180px;
	color:#999999;
	display: block;
	font-size: 0.8em;
	margin: 0;
	border-bottom: solid 1px #999999;
	text-align: center;
}					 
	 	 
/* メインメニュー
---------------------------------------------------- */
#main {width: 570px;
               float: left;
			   background-color: #ffffff;
			   }
			   
h1 {
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
   }			
   
h2 {font-size: 1em;
    border-bottom: dotted 1px #666666;
	margin: 0;
	margin-left: 20px;
	margin-right: 10px;
    padding-top: 10px;
	padding-bottom: 5px;}  
   
#main p {margin: 0;
        margin-left: 20px;
        margin-right: 0px;
		padding-top: 5px;
	    padding-bottom: 5px;
		font-size: 0.8em;
		line-height: 160%}    

#main li {margin-left: 0px;
        margin-right: 10px;
		font-size: 0.8em;}         

.text7 {font-size: 0.7em;}

.text8 {font-size: 0.8em;}

.text9 {font-size: 0.9em;}

.text95 {font-size: 0.95em;}

.text10 {font-size: 1.0em;}

.text11 {font-size: 1.1em;} 	

a:link.linktext {color: #0e77c2;
       padding:0 2px;
	   text-decoration: none;
	   border-bottom:1px solid #6ac1dd;}

a:visited.linktext {color: #0e77c2;
       text-decoration: none;
       border-bottom:1px solid #6ac1dd;}

a:hover.linktext, a:active.linktext {color: #0e77c2;
       border-bottom:1px solid #0e77c2;}	  	
		
/* フットメニュー
---------------------------------------------------- */
#foot {clear: both;
             background-color: #05A7E8;
			 color: #ffffff;
			 font-size: 0.7em;
			 text-align: center; }
