/*ページ全体の指定*/
body{ background:#f5f5f5;
margin:0px;
padding:0px;
font-size:10.5pt;
font-family:Verdana;
}

div#continer{
	background:#39FF6B;
	position:relative;
	min-height: 100%;
}
* html div#continer {
	height:100%;
}


/*ページ全体のリンク指定*/
a{
	color:#333;
	}
#foot a:hover,a:hover{
	color:#adff2f;
	}

	
/*ページの輪郭*/
#flame{ background:#ffffff;
	width: 920px;
	margin:0 auto;
}


/*ヘッダ*/
#head{	background:#ffffff;
	width: 920px;
}
	/*タイトルの部分*/
	h5{　　 color:#dcdcdc;
　　　　　　　　margin:0px;
		padding:10px;
		}

		
/*ヘッダメニュー*/
#headmenu{	
	width: 920px;

	
	
	}
	#headmenu ul{
			margin:0px;
			padding:3px;
			list-style:none;
			}
	#headmenu li{
			margin:0px 5px 0px 0px;
			padding:0px;
			background:url("img/headmenu.gif") no-repeat;
			width:105px;
			
			float:right;
			}
		#headmenu a{
				display:block;
				padding:7px 5px 5px 5px;
				color:#fff;
				text-decoration:none;
				text-align:center;
				}

               
#headmenu a:hover{ padding:7px 0px 5px 0px;
			color:#808080;
			background:url("img/headmenu2.gif") no-repeat;
			width:105px;
			
			float:right;
			text-align:center;
			}
		
		#headmenuf{
			clear:both;
			background:#696969;
			padding:5px;
			margin-bottom:15px;
			}




	
/*左のブロック*/
#left{  background:#ffffff;
	width: 19%;
	padding:20px;
	
}

	h1{　　 color:#ffffff;
　　　　　　　　margin:0px;
		padding:0px;
		font-size:10.5pt;}


/*右のブロック*/
#right{ background:#ffffff;
	padding:20px;
	width: 71%;
        float: right;

.menu{	
	padding:0px;
	margin-bottom:15px;
	}
	
	h3{     
		background:url("img/menubg.gif") no-repeat;
		font-size:110%;
		color:#fff;
		text-align:center;
		margin:0px;
		padding:6px 0px 0px 0px;
		width:200px;
		height:26px;
		}
	#left ul{
		margin:0px;
		padding:0px;
		list-style:none;
		}
	#left li{
		margin:0px;
		padding:0px;
			}
			
	.menu a{
			display:block;
			font-weight:bold;
			width:170px;
			height:22px;
			padding:4px 0px 0px 30px;
			margin:0px;
			background:url("img/listbg.gif") no-repeat;
			text-decoration:none;
			color:#696969;
			}
	.menu a:hover{  
			color:#000000;
			}
			
       	/*本文をくくる*/
	.pass{	
		border-left:1px solid #c0c0c0;
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
		margin:0px;
		padding:5px;
		line-height:150%;
		}


}

/*左のタイトル部分*/
h2{
	font-size:110%;
	margin:0px;
	padding:6px 0px 0px 10px;
	height:24px;
	color:#fff;
	background:url("img/titlebg.gif") no-repeat;
		}
	
	/*メインの記事の部分*/
	.main{	border-bottom:10px double #c0c0c0;
                color:#696969;
		margin-bottom:20px;
		width:632px;
		margin-left:20px;
		}

	.main1{	color:#696969;
		margin-bottom:0px;
		width:624px;
		margin-left:20px;
		}
		
	/*本文をくくる*/
	.pass{	
		border-left:1px solid #c0c0c0;
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #696969;
                margin:0px;
		padding:5px;
		line-height:150%;
		}



h4{
	font-size:110%;
	margin:0px;
	padding:6px 0px 0px 10px;
	height:24px;
	color:#fff;
	background:url("img/titlebg2.gif") no-repeat;
	}
	
	/*メインの記事の部分*/
	.sub{	border-bottom:10px double #c0c0c0;
                color:#696969;
		margin-bottom:10px;
		width:202px;
		margin-left:20px;
		}

        /*メインの記事の部分*/
	.sub2{	border-bottom:10px double #c0c0c0;
                color:#696969;
		margin-bottom:10px;
		width:202px;
		margin-left:10px;
		}
		
	/*本文をくくる*/
	.pass{
		border-left:1px solid #c0c0c0;
		border-right:1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
                margin:0px;
		padding:5px;
		line-height:150%;
		}



		
		
/*著作権表示の部分つまりフッタ*/
#foot{	background:#f5f5f5;
	position:relative;
	text-align:center;
	clear:both;
	border-top:3px double #c0c0c0;
	padding:4px 0px 0px 0px;
	margin:0px auto;
	color:#47484A;
	width:925px
	}
	#foot a{
		color:#6B6E72;
		}
	
