@charset "utf-8";


/* common ------------------ */
* {
	margin:0;
	padding:0;
}

body {

	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #393732;
	background: #fff url(images/bg.gif) repeat-x left top;
	font-size: 12px;
}

div#center {
	width: 756px;
	text-align: left;
	margin: 0 auto;
}

/* 全体---------------------*/

ul, li {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}

a:link,
a:visited,
a:active {
	color:#44bc00;
	text-decoration: underline;
}
a:hover {
	color:#44bc00;
	text-decoration: none;
}
p, ul {
	font-size:12px;
	line-height:1.8em;
}

.right {
	text-align: right;
}
.text10 {
	font-size: 10px;
}
.color01 {
	color: #44bc00;
}
.color02 {
	color: #ff8600;
}

.clear {
	clear: both;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

/* フロート解除 */
#clearfix:after,
#header:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
	  
/* フロート解除IE5.5〜7対応用 */
.clearfix {
	zoom:1;
}
 
/* ヘッダー---------------------*/
#header {
	width:756px;
	height: 159px;
	margin-top: 10px;
	background: #fff url(images/header_bg.gif) no-repeat left top;
}

#header h1 {
	font-size: 10px;
	color: #44bc00;
	width: 378px;
	height: 159px;
	float: left;
}
#header .f_right {
	float: right;
	width: 378px;
}
#header .f_right img {
	margin-top: 5px;
}
#header ul {
	width: 305px;
	height: 25px;
	margin: 3px 0 0 56px;
}

#header ul li {
	float: left;
	text-indent: -9999px;
}
#header ul li a {
	display: block;
	height: 25px;
}
#header li#navi01 a {
	background: transparent url(images/header_nav.gif) no-repeat 0 0;
	width: 103px;
}
#header li#navi02 a {
	background: transparent url(images/header_nav.gif) no-repeat -103px 0;
	width: 103px;
}
#header li#navi03 a {
	background: transparent url(images/header_nav.gif) no-repeat -206px 0;
	width: 99px;
}

#header li#navi01 a:hover {
	background: transparent url(images/header_nav.gif) no-repeat 0 -25px;
}
#header li#navi02 a:hover {
	background: transparent url(images/header_nav.gif) no-repeat -103px -25px;
}
#header li#navi03 a:hover {
	background: transparent url(images/header_nav.gif) no-repeat -206px -25px;
}


/* コンテンツ---------------------*/
#contents {
	width:756px;
	margin-bottom: 16px;
	overflow: hidden;
	background: #fff;
}



/* 左サイド---------------------*/
#side {
	display: none;
}
/* メイン---------------------*/
#main {
	width: 546px;
	margin: 20px auto 0 auto;
}

#main #main_box {
	height: 640px;
	min-height: 640px;
	width: 488px;
	padding: 0 20px 50px 20px;
	border: 1px solid #999;
	background: #fff url(images/main_bottom_bg.gif) no-repeat bottom;
}
#main #main_box_layer {
	height: 640px;
	min-height: 640px;
	width: 528px;
	padding: 0 0 50px 0;
	border: 1px solid #999;
	background: #fff url(images/main_bottom_bg.gif) no-repeat bottom;
}

/* 記事一覧 */
#main h2#title_info {
	background: #fff url(images/title_info.gif) no-repeat top;
	width: 490px;
	height: 45px;
	text-indent: -9999px;
}
#main #list_bg {
	background: transparent url(images/info_bg.gif) no-repeat top;
}
#main ul#list01 {
	padding: 8px 5px 20px 5px;
	overflow: hidden;
}

#main ul#list01 li {
	background: transparent url(images/dot.gif) repeat-x bottom left;
	margin: 3px 0 0 0;
	padding: 0 0 5px 0;
}

/* メッセージ */
#main h2#title_message {
	clear: both;
	background: #fff url(images/title_message.jpg) no-repeat top;
	width: 490px;
	height: 92px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#main .line {
	background: transparent url(images/dot.gif) repeat-x bottom left;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#name {
	font-style: oblique;
	font-size: 16px;
	font-family: "DFP金文体","HG行書体","MS P明朝",細明朝体,serif; 
}

/* 下層ページ */

#main #pan_nav {
	margin: 15px 20px 5px 20px;
	font-size: 10px;
}

#main #layer_box {
	margin: 0 20px;
}
/* h2タイトル */
#main .title01 {
	background: #fff url(images/title01.gif) no-repeat top;
	width: 528px;
}
#main .title01 span {
	display: block;
	padding: 30px 10px 25px 10px; 
	font-size: 16px;
	color: #fff;
}

/* h3タイトル */
#main .title02 {
	background: #fff url(images/title02.gif) no-repeat bottom;
	width: 486px;
	margin-bottom: 15px;
}
#main .title02 span {
	display: block;
	padding: 10px 10px 10px 10px; 
	font-size: 14px;
	margin-top: 20px;
}
/* h4タイトル */
#main h4 {
	font-size: 12px;
	border: 1px solid #85b96c;
	background: #f7f7f7;
	color: #44bc00;
	padding: 4px 5px 2px 5px;
	margin-bottom: 8px;
}

#main #layer_box .f_left {
	float: left;
	margin-bottom: 20px;
}
#main #layer_box .f_right {
	float: right;
	margin-bottom: 20px;
}

#main .border_line {
	background: transparent url(images/dot.gif) repeat-x center left;
	height: 20px;
}
#main ul#main_navi {
	clear: both;
	margin-left: 360px;
}
#main ul#main_navi li {
	float: left;
}
#main ul li#home a {
	display: block;
	background: #fff url(images/home.gif) no-repeat;
	width: 41px;
	height: 11px;
	text-indent: -9999px;
	margin-right: 15px;
}
#main ul li#p_top a {
	display: block;
	background: #fff url(images/p_top.gif) no-repeat;
	width: 64px;
	height: 11px;
	text-indent: -9999px;
}

	
/* --フッター---------------------*/
#footer,
address {
	display: none;
}

