@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #333333;		/*全般の文字色*/
	background: #d6e9ca url(images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 100px;
	background: url("images/logo.jpg") no-repeat left top;
}

#headersearch {
	position: relative;
	float: right;
	top: 60px;
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(images/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
	background: url(images/topmenu_bg.gif) no-repeat bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
    margin-left:auto;
    margin-right:auto;
	width: 900px;
	background: #FFFFFF;
	margin: 0px auto;
	padding-top: 10px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#main h2 {
	font-size: large;
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
	border-top: 1px solid #007b43;
	border-bottom: 1px solid #007b43;
}
#main h3 {
	font-size: middle;
	font-weight: normal;
	padding-left: 20px;
}

#main p {
	padding-left: 30px;
	padding-bottom: 0.5em;
}

#main table {
	padding-left: 30px;
	padding-bottom: 30px;
}

#center {
	text-align:center;
}



/*画像中央寄せ
---------------------------------------------------------------------------*/
#picture {
	margin: 10px auto;
	text-align:center;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	font-size: small;
	border-top: 1px solid #007b43;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copy {
	font-size: x-small;
}

