/* CSS Document */
@charset "shift_jis";


/*---------テンプレートスタイル---------*/

body {
width: 100%;
/*IE6用センター*/
text-align: center;
}

/**********ラッパー**********/

#wrapper {
	width: 100%;
	text-align: left;
}


/**********ヘッダ**********/

#header {
	width: 960px;
	height: 58px;
	background: url(../images/headerbg01.jpg) repeat-x left top;
	padding-top: 10px;
	margin: 0 auto 10px auto;
}

#header p {
	font-family: Verdana, Arial;
}


/**********グローバルナビ**********/

#gnav {
    width: 100%;
	height: 53px;
	background:url(../images/gnavbg01.jpg) repeat-x left top;
}

#gnav .gnavbox {
	width: 960px;
	height: 53px;
	background-color: #FFFFFF;
	margin: 0 auto;
}


/**********メインイメージ**********/

#mainimg {
	width: 100%;
	height: 300px;
	margin: 10px 0;
}


/**********パン**********/

#pan {
	width: 960px;
	height: 22px;
	margin: 0 auto;
}

#pan p {
	font-size: 10px;
	padding: 4px 2px 0 6px;
	font-family: Verdana, Arial;
	color: #444444;
}

#pan p a {
	font-size: 10px;
	font-family: Verdana, Arial;
	color: #315618;
}


/**********コンテンツ**********/

#contents {
	width: 960px;
	margin: 0 auto 20px auto;
}


/**********レフトサイド**********/

#leftside {
	width: 190px;
	float: left;
	margin-right: 10px;
}

#leftside p {
	font-family: Verdana, Arial;
}

#leftside .bnr01 {
	width: 190px;
	margin-bottom: 4px;
}

/*-----------------------------------*/

#leftside .menu01 {
	width: 190px;
	margin-bottom: 4px;
}

#leftside .menu01 table tr .leftsidebg01 {
	width: 190px;
	height: 41px;
	background: url(../images/leftsidebg01.jpg) no-repeat left top;
}

#leftside .menu01 table tr .leftsidebg01 .sidetxt01 {
	width: 160px;
	height: 23px;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 10px 0 8px 30px;
	color: #315618;
}

#leftside .menu01 table tr .leftsidebg02 {
	width: 190px;
	height: 32px;
	background: url(../images/leftsidebg02.jpg) no-repeat left top;
}

#leftside .menu01 table tr .leftsidebg02 .sidetxt01 {
	width: 160px;
	height: 18px;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 8px 0 6px 30px;
	color: #FFFFFF;
}

#leftside .menu01 table tr .leftsidebg01 .sidetxt01:hover {
	color: #9BA800;
}

/*-----------------------------------*/


/**********ライトサイド**********/

#rightside {
	width: 190px;
	float: right;
}

#rightside p {
	font-family: Verdana, Arial;
}

#rightside .bnr01 {
	width: 190px;
	margin-bottom: 4px;
}


/**********サイド**********/

#side {
	width: 190px;
	float: left;
}

#side p {
	font-family: Verdana, Arial;
}

#side .bnr01 {
	width: 190px;
	margin-bottom: 4px;
}

/*-----------------------------------*/

#side .menu01 {
	width: 190px;
	margin-bottom: 4px;
}

#side .menu01 table tr .sidebg01 {
	width: 190px;
	height: 41px;
	background: url(../images/sidebg01.jpg) no-repeat left top;
}

#side .menu01 table tr .sidebg01 .sidetxt01 {
	width: 160px;
	height: 23px;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 10px 0 8px 30px;
	color: #315618;
}

#side .menu01 table tr .sidebg01 .sidetxt01a {
	width: 160px;
	height: 21px;
	display: block;
	font-size: 12px;
	font-family: Verdana, Arial;
	padding: 12px 0 8px 30px;
	color: #315618;
}

#side .menu01 table tr .sidebg02 .sidetxt01 {
	width: 160px;
	height: 18px;
	display: block;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding: 8px 0 6px 30px;
	color: #FFFFFF;
}

#side .menu01 table tr .sidebg01 .sidetxt01:hover {
	color: #9BA800;
}

/*-----------------------------------*/


/**********フッタ**********/

#footer {
	width: 100%;
	height: 236px;
	background-color: #808080;
}

#footer p {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
}

#footer p a {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
}

#footer .footerbg {
	width: 960px;
	height: 236px;
	background: url(../images/footerbg01.jpg) no-repeat center top;
	margin: 0 auto;
}

#footer .footerbg address {
	font-size: 10px;
	padding-left: 4px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
}