/*ページ全体の指定*/
body{
margin:10px;
padding:0px;
font-size:84%;
font-family:Verdana;
}

/*ページ全体のリンク指定*/
a{
	color:#3987F6;
	}
#foot a:hover,a:hover{
	color:#F62C22;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 770px;
	margin: 0 auto 0 auto;
}

/*ヘッダ*/
#head{
	width: 750px;
	margin-bottom:20px;
	border-bottom:3px double #BEC0C3;
}
#headmenu{
	float:right;
	text-align:right;
	padding:3px 0px;
	margin-left:400px;
	margin-bottom:5px;
	width:350px;
	border-bottom:1px solid #CED1D4;
	}
	#headmenu a{
		text-decoration:none;
		}

/*タイトルの部分*/
h1{
	width:730px;
	margin:0px;
	padding:10px;
	}
	
/*左のブロック*/
#left{
	width: 220px;
	float: left;
}

.menu{
	background:url("img/menubg.gif") top repeat-x;
	padding:0px 5px 5px 5px;
	margin-bottom:15px;
	border:1px solid #6393D3;
	}
	
.menut{
		border-bottom:1px solid #C4D8F2;
		margin-bottom:4px;
		font-weight:bold;
		padding:2px;
		}
#left ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#left li{
		margin:0px;
		padding:2px 0px 3px 20px;
		background:url("img/listbg.gif") no-repeat;
		}
			
/*右のブロック*/
#right{
	width: 550px;
	float: left;
}

/*右のタイトル部分*/
h2{
	background:url("img/tbg.gif") top repeat-x;
	font-size:100%;
	border-top:1px solid #BCBDBE;
	border-bottom:1px dashed #DCDEE0;
	margin:0px;
	padding:3px;
	}
	
	/*メインの記事の部分*/
	.main{
		margin-left:10px;
		margin-bottom:10px;
		}
		
	/*本文をくくる*/
	p{
		margin:0px;
		padding:2px 0px 0px 5px;
		line-height:150%;
		}
		
	/*別バージョン*/
	.main2{
		margin-left:10px;
		margin-bottom:10px;
		background:#D5E3F7 url("img/main2bg.gif") right bottom no-repeat;
		padding:3px;
		line-height:120%;
		}
		
/*著作権表示の部分つまりフッタ*/
#foot{
	width:750px;
	clear:both;
	border-bottom:1px solid #BEC0C3;
	background:#005BF2;
	margin:0 auto;
	padding:4px;
	color:#47484A;
	}
	#foot a{
		color:#6B6E72;
		}
	
#foot2{
	text-align:center;
	padding:3px 0px;
	}
	
	#foot2 a{
		color:#000;
		text-decoration:none;
		}
	#foot2 a:hover{
		text-decoration:underline;
		}