/*ページ全体の指定*/
body{
	margin:0px;
padding:0px;
font-size:75%;
font-family:sans-serif;
background-repeat : repeat-y;
}

/*ページ全体のリンク指定*/
a{
	color : blue;
	
}
#foot a:hover,a:hover{
	color:#4C474B;
	
}
	
	
/*ページの輪郭*/
#flame{
	width: 750px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
	width: 750px;
}
	#headt{
		background:#4C494C;
		padding:0px 5px;
		border-bottom:2px solid #3BACF4;
		text-align:right;
		
}
	#headt a{
		color:#eee;
		text-decoration:none;
		
}

/*タイトルの部分*/
h1{
	margin:0px;
	padding:25px 0px 0px 100px;
	height:75px;
	font-size:300%;
	background : url(titlebg.gif) no-repeat;
	font-family:Arial Black;
	color:#333;
	
}
	
/*左のブロック*/
#left{
	width: 200px;
	float: left;
}

.menu{
	padding:0px 5px 0px 0px;
	margin-bottom:15px;
	
}
	
	h3{
		background : url(menubg.gif) repeat-x;
		margin : 6px 0px 3px;
		padding : 5px 0px 2px 10px;
		height:25px;
		font-size:100%;
		color:#fff;
		

border-bottom-width : medium;
}
		
#left ul{
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	
}
	#left li{
		margin:5px 0px;
		padding:2px 0px 0px 20px;
		background : url(listbg.gif) no-repeat;
		
}

		
/*右のブロック*/
#right{
	width: 550px;
	float: right;
}

/*右のタイトル部分*/
.bg{

	}
h2{
	background : url(menubg2.gif) repeat-x;
	margin : 10px 0px 5px;
	padding : 5px 0px 3px 10px;
	height:25px;
	font-size : 18px;
	color:#fff;
	
}
	
	/*メインの記事の部分*/
	.main{
		margin-bottom:10px;
		
}
		
	/*本文をくくる*/
	p{
		margin:0px;
		padding:3px 0px 5px 2px;
		line-height:150%;
		
}
		
	/*別バージョン*/
	.main2{
		clear:both;
		width:730px;
		padding:10px;
		margin:10px 0px;
		background : url(main2bg.gif) repeat-x center top;
		line-height:150%;
		
}
		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	clear:both;
	width:750px;
	margin:0 auto;
	padding:2px 0px 0px 0px;
	border-top:2px solid #3BACF4;
	
}
	#foot a{
		color:#6B6E72;
		
}
	
#foot2{
	text-align:center;
	padding:3px 0px;
	
}
	
	#foot2 a{
		color:#000;
		text-decoration:none;
		
}
	#foot2 a:hover{
		text-decoration:underline;
		
}
	.both{
		clear:both;
		
}