/* ベースのレイアウト用CSS */

body {
    background-color:#80FF80;
	color: #3A2C27;                                  
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
}

#container {
    background-color:#CCFFCC;
    background-image: url('leaf.gif');
	background-repeat: repeat-y;
   	border: solid 1px #CCCCCC;
	width: 800px;
	margin:auto;
	text-align: left;
}	

#header {
    background-image:url('head-2.jpg');
    background-repeat: no-repeat;
    width:790px;
   
}

h1 {　
　　width:780px; 
	height: 150px;
	padding-left: 20px;
	line-height: 70px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	filter: Shadow(color=gray direction=80) ;
	font-size: 2.2em;
	font-style: italic;
	text-align: left;
	color:#dc143c;
}

#counter {
     background-color: #000000;
     width: 175px;
     margin-top: 0px;
     padding-left: 20px;     
     font-family: Times New Roman,Times;
     font-size:0.8em;
     color: #999999; 
     text-align: left; 
     height:100px;
}

#topics  {
     font-family: sans-serif;
     font-style: italic;
     font-size: medium;
     text-align: center;
     background:#00FFFF ;
     color: #00CC00;
     width:175px;
     margin-top:10px ;
     margin-left:10px ;
     margin-bottom:5px ;
     border-style: double;

}

#topics a.popup{
    color: #3A2C27;　　　　　　
    background-color:none;
　　text-decoration: none;
　　position: relative;　　　/* ポップアップ表示基準のセル*/
　
}

#topics a.popup span{
	display: none;
	
	
}

#topics a.popup:hover{
	
	color:#dc143c;
	border-left: 3px solid #FFFFCC;
　　display: block;
    
}

#topics a.popup:hover span{
    width: 350px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	margin-left:75px ;
    margin-top: 10px;
	padding: 5px;	
	border: dotted 2px #666666;
	color: #3A2C27;
	font-family: Times New Roman,Times;
    font-size: 0.9em;
	text-align: left;
	text-decoration: none;
	text-indent: 1em;  /* 行頭1文字右にずらす*/
	z-index: 100px;   
}



#links{	
     text-align: center;
 　　padding-top:5px;
 　　margin-bottom: 15px;　
 　　height:750px;
 　
}


#links p  {
	width: 120px;
	text-indent: 0em;  /* 行頭1文字右にずらすをキャンセル*/
	text-align:center;
	border: 1px solid #666666;
	margin:0px;
    margin-right: 20px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url('nav_bk.gif');
	line-height: 1.4em;
    color: #3A2C27;
    
}

#links a.popup{
    color: #3A2C27;　　　　　　
    background-color:none;
　　text-decoration: none;
　　position: relative;　　　/* ポップアップ表示基準のセル*/
　
}

#links a.popup span{
	display: none;
	
	
}

#links a.popup:hover{
	
	color:#dc143c;
	border-left: 3px solid #FFFFCC;
　　display: block;
    
}

#links a.popup:hover span{
    width: 350px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	margin-left:75px ;
    margin-top: 10px;
	padding: 5px;
	
	border: dotted 2px #666666;
	color: #3A2C27;
	font-family: Times New Roman,Times;
    font-size: 0.9em;
	text-align: left;
	text-decoration: none;
	text-indent: 1em;  /* 行頭1文字右にずらす*/
	z-index: 100px;   
}

#footer {
     background-color:#C1F2D3;
     width:100%;
     filter: Shadow(color=gray direction=80) ;
     clear: both;  
     height:50px;　 
}

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italicl;
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
   
}

h6 {
    width:150px;
　  top: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体",serif;
	color: #dc143c;
	font-size: 0.9em;
	margin:1em 0px;
	background-color:#E7FAEE;
	border-top:double 3px #01A252;
	border-bottom:double 3px #01A252;
	text-align: center;
	padding-top:3px ;
	padding-bottom: 2px;
	margin-bottom: 5px;	
	margin-right: 20px;
	margin-left: 20px;
    
}　
