@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
}
/*********************************
↓↓↓全体のフォント設定↓↓↓
*********************************/
p {
	font-size:12px;
}
/*********************************
↑↑↑全体のフォント設定↑↑↑
*********************************/
img {
	border:0px none;
}
/*********************************
↓↓↓全体のリンク設定↓↓↓
*********************************/
a {
	text-decoration:none;
	color:#2e8b57;
	cursor:pointer;
}
a:hover {
	color:#3cb371;
}
/*********************************
↑↑↑全体のリンク設定↑↑↑
*********************************/
/*********************************
↓↓↓全体の設定(背景等)↓↓↓
*********************************/
body {
	background-color:#f5f5f5;
	text-align:center;
}
/*********************************
↑↑↑全体の設定(背景等)↑↑↑
*********************************/
/*********************************
★★★本体ここから★★★
*********************************/
/*********************************
↓↓↓本体のライン設定↓↓↓
*********************************/
#box_line {
	width:902px;
	margin:0 auto 0 auto;
	padding:0px;
	background-color:#cccccc;
}
/*********************************
↑↑↑本体のライン設定↑↑↑
*********************************/
/*********************************
↓↓↓本体の背景設定↓↓↓
*********************************/
#box {
	width:900px;
	margin:1px;
	padding:0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑本体の背景設定↑↑↑
*********************************/
/*********************************
★★★ヘッダーここから★★★
*********************************/
/*********************************
↓↓↓ヘッダーの背景(裏)設定↓↓↓
*********************************/
#header_box {
	width:900px;
	height:70px;
	margin:0px;
	padding:10px 0px 0px 0px;
	background-color:#dcdcdc;
}
/*********************************
↑↑↑ヘッダーの背景(裏)設定↑↑↑
*********************************/
/*********************************
↓↓↓ヘッダーの背景(表)設定↓↓↓
*********************************/
#header {
	width:880px;
	height:70px;
	margin:0px auto 0 auto;
	padding:0px 0px 0px 0px;
	background-image:url(../img/header.png);
}
/*********************************
↑↑↑ヘッダーの背景(表)設定↑↑↑
*********************************/
/*********************************
↓↓↓ヘッダー下のライン設定↓↓↓
*********************************/
#header_line {
	width:900px;
	height:5px;
	margin:0px;
	padding:0px;
	background-color:#666666;
}
/*********************************
↑↑↑ヘッダー下のライン設定↑↑↑
*********************************/
/*********************************
★★★ロゴここから★★★
*********************************/
/*********************************
↓↓↓ロゴの設定↓↓↓
*********************************/
#logo {
	width:500px;
	float:left;
	font-size:16px;
	text-align:left;
	margin:18px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
#logo a {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}
#logo a:hover {
	color:#000000;
}
/*********************************
↑↑↑ロゴの設定↑↑↑
*********************************/
/*********************************
★★★サブリンクメニューここから★★★
*********************************/
#sub_menu {
	width:350px;
	float:right;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:4px 10px 0px 0px;
}
#sub_menu_ul {
	float:right;
	text-align:right;
	list-style:none;
}
.sub_menu_text {
	font-size:12px;
	color:#ffffff;
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}
.sub_menu_icon {
	font-size:12px;
	font-weight:bold;
	margin:0px 5px 0px 0px;
}
/*********************************
★★★メインコンテンツここから★★★
*********************************/
/*********************************
↓↓↓メインコンテンツ背景の設定↓↓↓
*********************************/
#main_box {
	width:900px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑メインコンテンツ背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓記事コンテンツ背景の設定↓↓↓
*********************************/
#content_box {
	width:700px;
	text-align:left;
	overflow:hidden;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑記事コンテンツ背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓メニューコンテンツ背景の設定↓↓↓
*********************************/
#menu_box {
	width:200px;
	text-align:left;
	float:left;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑メニューコンテンツ背景の設定↑↑↑
*********************************/
/*********************************
★★★記事コンテンツここから★★★
*********************************/
/*********************************
↓↓↓記事タイトル背景の設定↓↓↓
*********************************/
.content_title_box {
	width:660px;
	height:30px;
	margin:10px 0px 0px 10px;
	padding:0px;
	font-weight:bolder;
	font-size:16px;
	color:#333333;
	background-color:#003300;
}
.content_title {
	width:655px;
	height:25px;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 10px;
	background-color:#ffffff;
}
/*********************************
↑↑↑記事タイトル背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓記事タイトルフォントの設定↓↓↓
*********************************/
.content_title_font {
	font-size:14px;
	text-align:left;
	color:#333333;
	margin:0px;
	padding:0px 0px 0px 0px;
}
/*********************************
↑↑↑記事タイトルフォントの設定↑↑↑
*********************************/
/*********************************
↓↓↓記事文章フォントの設定↓↓↓
*********************************/
.content_text {
	width:650px;
	text-align:left;
	margin:10px 0px 0px 10px;
	padding:10px;
}
/*********************************
↑↑↑記事文章フォントの設定↑↑↑
*********************************/
/*********************************
★★★メニューここから★★★
*********************************/
/*********************************
↓↓↓メニュー背景の設定↓↓↓
*********************************/
#menu_body {
	width:190px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑メニュー背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓メニュータイトルラインの設定↓↓↓
*********************************/
#menu_title_line {
	width:170px;
	height:30px;
	margin:0px 0px 0px 10px;
	padding:1px 1px 1px 1px;
	background-color:#999999;
}
/*********************************
↑↑↑メニュータイトルラインの設定↑↑↑
*********************************/
/*********************************
↓↓↓メニュータイトル背景の設定↓↓↓
*********************************/
#menu_title {
	width:170px;
	height:30px;
	margin:0px;
	padding:0px;
	background-color:#003300;
}
/*********************************
↑↑↑メニュータイトル背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓メニュータイトルの設定↓↓↓
*********************************/
.menu_title_text {
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding:6px 0px 0px 0px;
	font-weight:bolder;
}
/*********************************
↑↑↑メニュータイトルの設定↑↑↑
*********************************/
/*********************************
↓↓↓メニューラインの設定↓↓↓
*********************************/
#menu_content_line {
	width:170px;
	margin:10px 0px 0px 10px;
	padding:1px;
	background-color:#999999;
}
/*********************************
↑↑↑メニューラインの設定↑↑↑
*********************************/
/*********************************
↓↓↓メニュー背景の設定↓↓↓
*********************************/
#menu_content {
	width:170px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑メニュー背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓メニューリストの設定↓↓↓
*********************************/
.menu_list_ul {
	width:150px;
	list-style:none;
	text-align:left;
	margin:0px 0px 0px 5px;
	padding:5px;
}
.menu_list {
	width:150px;
	margin:0px;
	padding:0px;
}
/*********************************
↑↑↑メニューリストの設定↑↑↑
*********************************/
/*********************************
★★★横リンクここから★★★
*********************************/
/*********************************
↓↓↓リンクタイトルラインの設定↓↓↓
*********************************/
#link_title_line {
	width:170px;
	height:30px;
	margin:10px 0px 0px 10px;
	padding:1px 1px 1px 1px;
	background-color:#999999;
}
/*********************************
↑↑↑リンクタイトルラインの設定↑↑↑
*********************************/
/*********************************
↓↓↓リンクタイトル背景の設定↓↓↓
*********************************/
#link_title {
	width:170px;
	height:30px;
	margin:0px;
	padding:0px;
	background-color:#003300;
}
/*********************************
↑↑↑リンクタイトル背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓リンクタイトルの設定↓↓↓
*********************************/
.link_title_text {
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding:5px 0px 0px 0px;
	font-weight:bolder;
}
/*********************************
↑↑↑リンクタイトルの設定↑↑↑
*********************************/
/*********************************
↓↓↓リンクラインの設定↓↓↓
*********************************/
#link_content_line {
	width:170px;
	margin:10px 0px 0px 10px;
	padding:1px;
	background-color:#999999;
}
/*********************************
↑↑↑リンクラインの設定↑↑↑
*********************************/
/*********************************
↓↓↓リンクの設定↓↓↓
*********************************/
#link_content {
	width:170px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background-color:#ffffff;
}
/*********************************
↑↑↑リンクの設定↑↑↑
*********************************/
/*********************************
↓↓↓リンクリストの設定↓↓↓
*********************************/
.link_list_ul {
	width:150px;
	list-style:none;
	text-align:left;
	margin:0px 0px 0px 5px;
	padding:5px;
}
.link_list {
	width:150px;
	margin:0px;
	padding:0px;
}
/*********************************
↑↑↑リンクリストの設定↑↑↑
*********************************/
/*********************************
★★★下部リンクここから★★★
*********************************/
#link02_box {
	width:880px;
	clear:both;
	text-align:center;
	margin:10px auto 10px auto;
	padding:0px;
}
/*********************************
↓↓↓下部リンクフォントの設定↓↓↓
*********************************/
.link02_text {
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:5px 0px 0px 0px;
}
/*********************************
↑↑↑下部リンクフォントの設定↑↑↑
*********************************/
/*********************************
★★★フッターここから★★★
*********************************/
/*********************************
↓↓↓フッター背景の設定↓↓↓
*********************************/
#footer {
	width:900px;
	clear:both;
	margin:0px;
	padding:0px;
	background-color:#666666;
}
/*********************************
↑↑↑フッター背景の設定↑↑↑
*********************************/
/*********************************
↓↓↓フッターフォントの設定↓↓↓
*********************************/
.copyright {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding:6px;
}
/*********************************
↑↑↑フッターフォントの設定↑↑↑
*********************************/
