/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
	font:normal normal 100% "ＭＳ ゴシック","Osaka",sans-serif;
	border:none;
}

body{
	margin:0px;
	padding:0px;
	font-size:84%;
	background:#FFFFFF;
	color:#666666;
}

/*ページ全体のリンク指定*/
a{
	color:#30B008;
}
	
	
/*ページの輪郭*/
#flame{
	width: 780px;
	margin:0 auto;
}

#frame{
	width: 780px;
	margin:0 auto;
}

/*ヘッダ*/
#head{
	width: 780px;
	background: #FFFFFF;
}

/*サイト名前：ロゴを入れたりしてください*/
#logo{
	font-size:300%;
	padding:10px 20px 0;
	color:#30B008;
	font-family:Arial Black;
}

/*ヘッダメニュー*/
	#headmenu{
		width:780px;
		height:40px;
		margin-bottom:0px;
		background:#FFFFFF;
		}
	#headmenu ul{
		width:780px;
		list-style:none;
		}
	#headmenu li{
		width:148px;
		height:40px;
		float:left;
		margin-right:10px;
		}
	#headmenu li a{
		display:block;
		width:128px;
		height:27px;
		padding:13px 0 0 20px;
		text-decoration:none;
		color:#999999;
		background:url("img/headmenu_a.gif") no-repeat;
		}
	#headmenu li a:hover{
		color:#000000;
		background:url("img/headmenu_a.gif") no-repeat;
		}
	#headmenu li.rightbox{
		margin:0;
	}

/*サイドとメインをくくる*/
#centertop{
	background:url("img/centertop.gif") no-repeat;
	height:0px;
	}
#center{
	background:url("img/centerbg.gif") repeat-y;
	}
#centerbottom{
	background:url("img/centerbottom.gif") no-repeat;
	height:0px;
	}
				

				
/*サイドのブロック*/
#box_side{
	width: 240px;
	float: left;
}

.menu{
	width:200px;
	margin:0px 20px;
}
	
	h3{
	font-weight:bold;
	color:#666666;
	height:25px;
	background:url("img/menutitlebg.gif") no-repeat;
	padding:8px 0 0 10px;
		}
	#box_side ul{
		list-style:none;
		}
	#box_side li{
		width:180px;
		margin:5px 10px;
			}
	#box_side li a{
		text-decoration:none;
		color:#666666;
		}
	#box_side li a:hover{
		color:#000000;
		}
			

			

/*右のブロック*/
#box_main{
	width: 540px;
	float: right;
}

/*右のタイトル部分*/
h1,h2{
	font-weight:bold;
	color:#ffffff;
	background:url("img/subtitlebg.gif");
	height:25px;
	padding:8px 0 0 10px;
	}
	
	/*メインの記事の部分*/
	.main{
		margin:0 20px 0 20px;
		}
		
	/*本文をつくる*/
	p{
		padding:15px 7px;
		line-height:150%;
		}
	/*引用文*/
	blockquote{
		margin:10px;
		padding:5px;
		line-height:150%;
		border:1px solid #cccccc;
		}

/*著作権表示の部分つまりフッタ*/
#foot{
	color:#cccccc;
	padding:3px;
	}

	#foot a{
		color:#cccccc;
		text-decoration:none;
		}
	#foot a:hover{
		text-decoration:underline;
		}
	.both{
		clear:both;
		}
