/* 共通パーツ */
* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 145%;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
	
}

body {
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: left;
	background-image: url(icon/bk_green_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
h1 {
	color: #FFFFFF;
	font-size:36px
}

h2 {
	font-size: 24px;
	color: #333333;
}

h3 {
	font-size: 18px;
	color: #993300;
}

h4 {
	font-size: 14px;
	color: #996600;
	text-align: left;
}

hr {
	clear: both;
	height: 1px;
}


/* メインパーツ */
#main {
	width:800px;
	background-position: center;
	text-align: center;
	width: 100%;
}

/* ヘッダーパーツ */

#header {
	color: #FFFFFF;
	background-image: url(icon/bar_top.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 100%;
	font-size: 10px;
	vertical-align: text-botom;
	background-position: center;
}
#link {
	background-repeat: no-repeat;
	height: 45px;
	background-color: #009900;
}

/* サイドメニューパーツ */

#sidemenu {
	float: left;
	width: 300px;
	padding-left: 20px;
}
#sidemenu h3 {
	font-size: medium;
	color: #FFFFFF;
	background-color: #000099;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-style: normal;
	line-height: 80%;
}

#sidemenu p {
	font-size: small;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	clear: both;
	border: 1px solid #000099;
	font-style: normal;
	line-height: 30px;
}
#fooder {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #006633;
	height: 30px;
	text-align: center;
}


/* コンテンツパーツ */

#contents {
	width:500px;
	margin-top: 0px;
	margin-left: 0px;
	float: right;
}

#contents p{
	font-size: small;
	text-align: left;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #000099;
	font-style: normal;
	line-height: normal;
	width: 300px;
	padding-left: 5px;
	left: 0px;
}

#contents h4 {
	font-size: 12px;
	color: #2D5991;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 100px;
}
#contents image {
	padding-left: 5px;
}

#line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #009900;
}

/* フッダパーツ */

#fooder {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	float: none;
	bottom: 0px;
	padding-bottom: 0px;
	clear: both;
	height: 35px;
	background-color: #006600;
	background-position: 100%;
}
address {
	font-size: small;
	color: #FFFFFF;
	background-image: url(icon/bk_under.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 10px;
}


