﻿@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background: #D7F8E2;
}

a{color:#4f4b43;text-decoration:none;}
a:hover{color:#837d72;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
	background: url(../images/header.png) no-repeat 100% 10px;
	height: 90px;
}

#header h1 {
color: #333;
padding: 3px 0 5px;
font-size: 10px;
font-weight: normal;
}


/*************
/* トップナビゲーション
*************/
#menu {
	width:900px;
	padding:0;
	margin:5px;
	list-style-type: none;
}
#menu li {
	width:20%;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#menu li a {
	position:relative;
	width:auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-shadow: 1px 1px 1px #808080, -1px 1px 1px #808080, 1px -1px 1px #808080, -1px -1px 1px #808080;

	padding:10px 0;
	text-decoration:none;
	display:block;
	
	/*全体のグラデーション*/
	
	background: -webkit-linear-gradient(top, #c2ff99 0%, #96c35f 50%, #73c006 50%, #1c6900 100%);
	background: -moz-linear-gradient(top, #c2ff99 0%, #96c35f 50%, #73c006 50%, #1c6900 100%);
	background: -o-linear-gradient(top, #c2ff99 0%, #96c35f 50%, #73c006 50%, #1c6900 100%);
	background: -ms-linear-gradient(top, #c2ff99 0%, #96c35f 50%, #73c006 50%, #1c6900 100%);
	background: linear-gradient(to bottom, #c2ff99 0%, #96c35f 50%, #73c006 50%, #1c6900 100%);

	
	border-left:1px solid #1f5260;/*仕切り線*/
	
	
	box-shadow: 1px 0px 0px rgba(225,225,225,0.4) inset,/*1pxのハイライト*/
			    -1px 0px 0px rgba(225,225,225,0.2) inset,/*1pxのハイライト*/
			    0px 1px 1px rgba(0,0,0,0.1) inset,
			    0px -1px 1px rgba(0,0,0,0.3) inset,
			    0px 1px 3px #666;
				
	-pie-background: linear-gradient(top, #c2ff99 0%, #96c35f 50%, #73c006 50%, #1c6900 100%);/*PIE用グラデーション指定*/
	behavior: url("/PIE.htc");

			  
			  
}

/*先頭の角丸*/

#menu li.first a{
	border-left:0px;
	border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
	-ms-border-radius:8px 0 0 8px;

	border-left:0;
				  
	behavior: url("/PIE.htc");
}

/*最後の角丸*/

#menu li.last a {
	display:block;
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	-o-border-radius:0 8px 8px 0;
	-ms-border-radius:0 8px 8px 0;
					  
	behavior: url("/PIE.htc");
}

#menu li a:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #9dcf7c), color-stop(0.50, #8bb657), color-stop(0.50, #71ba09), color-stop(1.00, #144d00));
background: -webkit-linear-gradient(top, #9dcf7c 0%, #8bb657 50%, #71ba09 50%, #144d00 100%);
background: -moz-linear-gradient(top, #9dcf7c 0%, #8bb657 50%, #71ba09 50%, #144d00 100%);
background: -o-linear-gradient(top, #9dcf7c 0%, #8bb657 50%, #71ba09 50%, #144d00 100%);
background: -ms-linear-gradient(top, #9dcf7c 0%, #8bb657 50%, #71ba09 50%, #144d00 100%);
background: linear-gradient(to bottom, #9dcf7c 0%, #8bb657 50%, #71ba09 50%, #144d00 100%);
					
	-pie-background: linear-gradient(top, #2c606f 0%, #6aa3b8 100%);
	behavior: url("/PIE.htc");

}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 25px 0;
display: inline;
}

#mainimage {
	margin-top: 50px;
}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 27px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #000;
background: url(../images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #4f4b43;
border-bottom: 1px solid #ccc;
}

#main p {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#4f4b43;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}

/* フッター共通 */
.box{
	float: right;
	width: 280px;
	margin: 0px 20px 10px 0;
	line-height: 1.2;
	text-align: left;
}

.box_img{
	border:1px solid #ccc;
	padding:3px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

p.button a{
	display: block;
	line-height: 32px;
	background: url(../images/button.png) no-repeat;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
	padding-left: 53px;
}

p.button a{color:#fff;}
p.button a:hover{color:#fff;}

p.button a:hover{
	cursor: pointer;
	background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 0 10px 0 26px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #000;
background: url(../images/heading2.png) no-repeat;
}

#sidebar ul{
margin-bottom: 20px;
padding: 10px 0 0 10px;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px dashed #d9d4c2;
}

#sidebar li a{
background: url(../images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}




/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #e6e4d9;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

table.table01 { border: 1px #E3E3E3 solid; border-collapse: collapse; border-spacing: 0; margin:0 auto; width: 600px; font-size: 12px; }
table.table01 th { padding: 10px 0 3px 15px; border: 1px #E3E3E3 solid; border-width: 0 0 1px 1px; background: #F5F5F5; font-weight: bold; line-height: 120%; text-align: center; width: 150px; }
table.table01 td { padding: 10px 5px 3px 5px; border: 1px #E3E3E3 solid; border-width: 0 0 1px 1px; text-align: left; width:450px; }

table.table02 { border: 1px #E3E3E3 solid; border-collapse: collapse; border-spacing: 0; margin:0 auto; width: 600px; font-size: 12px; }
table.table02 th { padding: 10px 0 3px 15px; border: 1px #E3E3E3 solid; border-width: 0 0 1px 1px; background: #EDFFE7; font-weight: bold; line-height: 120%; text-align: center; width: 150px; }
table.table02 td { padding: 10px 5px 3px 5px; border: 1px #E3E3E3 solid; border-width: 0 0 1px 1px; text-align: left; width:450px; }

table.table02 td_old { padding: 10px 5px 3px 5px; border: 1px #E3E3E3 solid; border-width: 0 0 1px 1px; background: #FAFFF9; text-align: left; width:450px; }
