@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
/*
	padding-right: 15px;
	padding-left: 15px; *//* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 100%;
	background-color: #fff;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

.main {
	width: 1020px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	
/*	border:1px #FF0000 solid;  */
	min-height:500px; 
	height:auto;
	
	position:relative;
	
}

div.menu-area{ margin:0; height:180px; /*border:1px #ccc solid;*/ position:relative; margin-bottom:20px; }
div.menu-area img.m-about{ position:absolute; top:8px; left:20px; }
div.menu-area img.m-omoi{ position:absolute; top:8px; left:220px; }
div.menu-area img.m-news{ position:absolute; top:8px; left:420px; }
div.menu-area img.m-access{ position:absolute; top:8px; left:620px; }
div.menu-area img.m-mail{ position:absolute; top:8px; left:820px; }

img.main-img{ margin:0; }

div.to-list{ width:90%; text-align:right; margin:10px 0; }

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.hcopy-wrap{ width:100%; background-color:#fff; display:block; }
.hcopy {
	width:1000px;
	margin: 0 auto;
	padding:2px 0; 
	text-align:left;
	color:#000;
	font-size:80%;	
	
	min-height:20px;
	height:auto;
}

.header-wrap{ width:100%;	background-color:#83A02D;   display:block; }
.header {
	width:1020px; 
	margin:0 auto;
	
	height:65px;
	text-align:center;
}

.logo{ margin:12px 0 0 0; }

.topimg-wrap{ width:100%;	background-color:#fff;   display:block; border-bottom:5px #83A02D solid; }
.topimg {
	width:1020px; 
	margin:0 auto;
	
	height:440px;
	text-align:center;
}
.topimg img{ margin:15px 0 0 0; }

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.navi{ width:95%; text-align:right; font-size:85%; margin-top:20px; }

.content {

	padding: 10px 0;
	margin:0 auto;
	width:900px;
		
	height:auto;
	min-height:500px;

/*	border:1px #ccc solid; */
}

p{ margin:10px 0 10px 80px; font-size:90%; width:90%; }
.txt{ margin:10px 0 10px 80px; font-size:90%; width:90%; }

.small85{ font-size:85%; }
.large110{ font-size:110%; }
.large120{ font-size:120%; }

.red{ color:#F00; }

.strong{ font-weight:bold; }

.imgarea{ width:100%; text-align:center;  }
.imgarea2{ width:50%; text-align:center; padding:5px 0; margin:10px 0; font-size:80%; float:left; }
.imgarea2 div{ width:100%; text-align:left; }

h2{ border-bottom:3px #83A02D dotted; width:90%; font-size:100%; padding:5px 0 5px 20px; }

/* news */
.top-list1{ width:860px; border-bottom:3px #83A02D dotted; padding:0 20px 10px 20px; margin:20px 0 10px 0;}

.top-news1{ float:left; width:600px; }
.top-news2{ width:100%; }

.t-title{ background:url(images/title_top.jpg) left top no-repeat; padding:0 0 0 20px; 
	font-size:95%; }
.t-txt{ font-size:90%; margin:10px 0; }

.top-list2{ width:300px; float:left; text-align:center; font-size:85%;}

.to-list{ width:97%; text-align:right; margin:10px 0; }

.new{ vertical-align:middle; }

.next{ width:%; text-align:center; padding:10px 0; }

.pdf{ width:85%; text-align:right; background:url(images/to_link.jpg) right 2px no-repeat;
	padding:0 30px 0 0; margin:0 0 5px 0;display:block;  }

h2.news{ width:95%; font-size:100%; margin:10px 0; border-bottom:3px #83A02D dotted; padding-bottom:3px;
	text-align:center; }

.kiji{ width:80%; text-align:left; margin:10px 0 0 140px; font-size:90%;  }

.tolink{ width:90%; background:url(images/to_link.jpg) right 2px no-repeat; text-align:right; 
	padding:0 30px 0 0; }

/* omoi */
.omoi-txt{ width:100%;  margin:10px 0; font-size:110%; text-align:center; line-height:200%;  }
.omoi-txt2{ width:95%;  margin:10px 0 0 80px; font-size:100%; line-height:180%;  }

/* about */
dl.about{ margin:20px 0 20px 80px; width:600px; }
dl.about dt{ float:left; width:100px; font-size:90%;  }
dl.about dd{ float:left; width:490px; font-size:90%; margin:0 0 10px 0; }

/* mail */
table.mail{	width:600px; margin:auto; margin:30px 0 0 50px; border:none; }
table.mail th{ border:none; width:25%; text-align:center; vertical-align:top; padding:5px; font-weight:normal;
	font-size:90%; background-color:#83A02D; color:#fff;  }
table.mail td{ border:1px #83A02D solid; width:73%; padding:5px; line-height:120%; text-align:left; vertical-align:text-top;
	 font-size:90%; }
table.mail td.confirm{ border:none; }

table.mail td.conf{ border:none; width:70%; padding:5px; line-height:120%; text-align:left; 
	vertical-align:text-top; border:solid #cccccc 1px; }
.error{ text-align:center; width:100%; margin:30px 0 20px 0; font-size:90%;  }
.error_conf{ text-align:center; width:100%; margin:0 0 20px 0; font-size:90%;  }

.kana{ ime-mode:active; }
.rome{ ime-mode:disabled; }
img.addr{ vertical-align:middle; }

/* policy */
.txt-policy{ width:95%; text-align:right; font-size:90%; }

ol.policy{ margin:20px 0 0 100px; width:85%;  }
ol.policy li{ font-size:90%; margin:0 0 5px 0; }

div.policy{ font-size:90%; width:600px; margin:10px 0 20px 40px; text-align:right; }

/* access */
.map{ margin:20px 0 0 150px; }

.info{ border:3px #83A02D dotted; padding:10px 20px; text-align:left; font-size:90%;
	margin:20px 0 20px 100px; width:600px;
	
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
} 

/* ~~ フッター ~~ */
.fmenu-wrap{ width:100%; text-align:center; height:50px;
	background-color:#C73A18; padding:0; }
.fmenu{
	width:1020px; 
	margin:0 auto;
	
	padding: 18px 0 0 0;
	text-align:center;
	font-size:80%;
	height:55px;
	display:block;
}
.fmenu a:link {
	color: #000; 
}
.fmenu a:visited {
	color: #000;
}


.fmenu span.to-top{ margin: 20px 10px 0 0; }
.fmenu span.to-menu{ margin: 20px 10px 0 0; padding:0 0 0 10px; border-left:1px #000 solid;   }

.footer1-wrap{ width:100%; background-color:#83A02D;  display:block; }
.footer1 {
	width:1020px; 
	margin:0 auto;
	
	height:75px;
	position:relative;
}
.footer1 img.logo{ position:absolute; top:8px; left:100px; }
.footer1 img.f-access{ position:absolute; bottom:13px; right:300px; }
.footer1 img.f-mail{ position:absolute; bottom:15px; right:100px; }

.footer2-wrap{ width:100%; background-color:#5C8147;  display:block; }
.footer2 {
	width:1020px; 
	margin:0 auto;
	
	padding:0;
	text-align:center;
	height:40px;
	position:relative;
}
.footer2 img.addr{ margin-top:10px; }

.fcopy-wrap{ width:100%; background-color:#fff; display:block;  }
.fcopy {
	width:1000px;
	margin: 0 auto;
	padding:2px 0; 
	text-align:center;
	font-size:80%;	
	
	min-height:20px;
	height:auto;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}