@charset "Shift_JIS";

/*
--------------------------
Free Template sora
design:fts011
01 Modified 2007/05/01
Last Modified 2007/06/16
Modified by 2009/07/14

http://sora.a-jp.net/fts/fts011/index.html

■format
■wrapper
■header
■image
■sub
■content
■footer
--------------------------
*/

/*
color1：茶色#AA5555→グリーン#228b22
color2：灰色#CCCCBB→
color3:薄い黄色#FFFFEE→薄い緑#EEFFEE

*/

/* ■format
-----------------------------------*/

/* 基本設定 */
*{
font-size: 100%;
font-weight: normal;
font-style: normal;
text-decoration: none;
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}

body{
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
line-height: 1.4em;
letter-spacing: 0.1em;
text-align: center;
background-image: url('images/ami_bg.jpg');			/* 背景の網掛けに必要 */
}

h1,h2,h3,h4,h5,h6,em,strong{
font-size: 1em;
font-weight: normal;
font-style: normal;
}

a{
/*color: #661111; */			/* テキストリンク */
color: #006400;
text-decoration: underline;		/* アンダーライン */
}

a:hover{
color: #32CD32;					/* テキストマウスオーバー */
text-decoration: none;
}

p{
text-indent: 0.7em;
padding: 0 1em 3px 1em;
}

address{
font-style: normal;
}

img{
border: none;
}

hr{
border: none;
clear: both;
visibility: hidden;
height: 0px;
}

/* ■wrapper
-----------------------------------*/

div#wrapper{
width:85%;
min-width: 50em;
max-width: 90em;
text-align: left;
margin: 0 auto;
background-color:#FFFFFF;
border: 1px solid #CCCCCC;
}

/* ■header
-----------------------------------*/

div#header{
width:100%;
margin-top: 50px;
}

div#header h1 {
display:block;
font-family: "HG丸ｺﾞｼｯｸM-PRO","メイリオ","ＭＳ Ｐ明朝",serif;
font-size: 3em;
color: #8FBC8F;
font-weight: bold;
text-decoration: none;
padding: 30px 30px 10px 20px;			/* 上、右、下、左 */
float: left;
}

div#header ul{
text-align: right;
}

div#header li{
padding-right: 3px;
display: inline;
}

/* ■image
-----------------------------------*/

div#image{
height: 300px;
background-image: url('images/mori16.jpg');
background-repeat:no-repeat;
background-position:left bottom;
margin:0px 10px 0px 10px;							/* 上、右、下、左 */
/*border-top:3px solid #006400;*/
border-bottom:1px solid #CCCCCC;
}

div#image p{
font-size: 1.5em;
font-weight: bold;
text-align: right;
padding:50px 30px 0 0;								/* 上、右、下、左 */
}

/* ■sub
-----------------------------------*/

div#sub{
width: 200px;
margin-left: 10px;
float: left;
}

div#menu{
width: 200px;
margin-top:20px;
}

div#menu h2{
width: 195px;
font-weight:bold;
padding:5px 0 2px 0;
text-indent: 15px;
border-top: 2px solid #228B22;				/* color1 */
border-right: 1px solid #CCCCBB;			/* color2 */
border-left: 1px solid #CCCCBB;			/* color1 */
/*background-color: #EEFFEE;*/
background-color: #EEFFEE;					/* color3 */
}

div#menu ul{
width: 195px;
border-right: 1px solid #CCCCBB;
border-bottom:  1px solid #CCCCBB;
border-left:  1px solid #CCCCBB;
}

div#menu li a{
display: block;
width: 195px;
text-decoration: none;
text-indent: 15px;
padding: 15px 0 3px 0;
border-top: 1px solid #CCCCBB;
}

div#menu a:hover{
background-color:#EEFFEE;					/* 薄い緑 */
}

div.message{
width: 200px;
height:auto;
margin-top:30px
}

div.message dl{
width: 195px;
border-top: 2px solid #228B22;
border-right: 1px solid #CCCCBB;
border-bottom: 1px solid #CCCCBB;
border-left: 1px solid #CCCCBB;
}

div.message dt{
font-weight: bold;
border-bottom: 1px solid #CCCCBB;
padding:5px 5px 2px 15px;
background-color: #EEFFEE;					/* 薄い緑 */
}

div.message dd{
padding:5px 10px 5px 10px;
line-height:1.7em;
}

div.message p{
text-indent: 0px;
padding: 0;
}

/* ■content
-----------------------------------*/

div#content{
margin-left: 230px;
margin-top:-20px;
}

div#content h2{
font-weight: bold;
font-size:1.3em;
margin: 40px 40px 10px 0px;
padding-left: 25px;
border-bottom: 1px solid #8fbc8f;
border-left: 4px solid #2e8b57;
}

div#content p{
padding: 0 40px 5px 1em;
}

div#content li{
margin:0 40px 0 0;											/* 上、右、下、左 */
padding: 20px 0px 15px 2.5em;								/* 上、右、下、左 */
background-image: url('images/ha.gif');
background-repeat: no-repeat;
background-position: 1em 20px;
border-bottom: 1px dotted #8fbc8f;
}

div#content dt{
font-size: 1em;
font-weight: bolder;
padding: 10px 40px 0px 1em;
}

div#content dd{
padding: 0px 40px 3px 2em;
}

/* ■footer
-----------------------------------*/

div#footer{
width:100%;
height:auto;
text-align: right;
margin-top: 50px;
border-top: 1px solid #CCCCBB;
clear: both;
background-color: #EEFFEE;					/* 薄い緑 */
}

div#footer address{
padding:20px 10px 3px 10px;
}