/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
  	border:none;
}

body{
	margin:0px;
	padding:0px;
	font-size:84%;
	background:url("img/bg.gif") repeat-y;
	color:#666666;
}

/*ページ全体のリンク指定*/
a{
	color:#3287DF;
	}
	
	
/*ページの輪郭*/
#flame{
	width: 728px;
	margin-left:51px;
}

/*ヘッダ*/
#head{
	padding-top:5px;
	background:#3287DF url("img/headbg.gif") repeat-x bottom;
	padding-bottom:15px;
}
/*サイト名前：ロゴを入れたりしてください*/
#logo{
	height:55px;
	margin:0px 0px 0 0px;
	padding:10px 0 0 20px;
	font-size:24px;
	font-family:Arial Black;
	background:url("img/headbg2.gif") repeat-x;
	}
	
#center{
	width:728px;
	background:url("img/centerbg.gif") repeat-y;
	margin-top:-3px;
	}

				
/*サイドのブロック*/
#box_side{
	width: 200px;
	float: left;
}

.menu{
	width:160px;
	margin:20px;
	}
	
	h3{
		background:#eeeeee;
		border-left:8px solid #3287DF;
		padding:5px;
		font-weight:bold;
		}
	#box_side ul{
		padding-top:5px;
		list-style:none;
		}
	#box_side li{
		background:url("img/listbg.gif") no-repeat 0px 4px;
		padding:2px 0px 2px 10px;
		margin:5px 0px;
		border-bottom:1px solid #cccccc;
			}
	#box_side li a{
		text-decoration:none;
		color:#3287DF;
		}
	#box_side li a:hover{
		color:#000000;
		}
			

			

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

/*右のタイトル部分*/
h1,h2{
		background:#eeeeee;
		border-left:8px solid #3287DF;
		padding:5px;
		font-weight:bold;
	}
	
	/*メインの記事の部分*/
	.main{
		margin:20px 20px 0 20px;
		}
		
	/*本文をくる*/
	p{
		padding:15px 7px;
		line-height:150%;
		}
	/*引用文*/
	blockquote{
		margin:10px;
		padding:5px;
		line-height:150%;
		border:1px solid #cccccc;
		}
		
		
/*著作権表示の部分つまりフッタ*/
#foot{
	border-top:1px solid #666666;
	margin-bottom:10px;
	color:#666666;
	padding:5px;
	}

	#foot a{
		color:#666666;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}