@charset "UTF-8";



/* ========BASIC======== */
* {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ ProN W3", "小塚ゴシック Pro M";
	color:#333333;
	font-size: 13px;
}

body {
	padding: 0;
	margin: 0px;
	background-color: #FFFAC2;
	color: #666;
}

br {
   letter-spacing:normal;
}

a {
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #14A63C;
	text-decoration: blink;
}

img {
	border:0;
}


/* ========TEMPLATE LAYOUT======== */
div#container {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	box-shadow: 0 0 20px #666;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	background-color: #FFF;
}

div#header {
	width: 960px;
	height: 100px;
	display: block;
}
div#header.toindex {
	width: 310px;
}

div#contents {
	height: auto;
	width: auto;
	background-color: #14A63C;
}
div#navi {
	width: 640px;
	padding-left: 320px;
	height: 100px;
}
div#main {
	float: left;
	width: 730px;
	display: block;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
}
div#sub {
	width: 230px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../images/side.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


div#footer {
	width: 960px;
	height: 135px;
	clear: both;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
}
div#top {
	width: 960px;
	height: 529px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#top2 {
	width: 960px;
	height: 400px;
	background-color: #14A839;
}


div#totop {
	padding-right: 10px;
	display: block;
	margin-right: 15px;
	margin-left: 5px;
	padding-left: 10px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#textbox {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
}

/* ========MENU========= */

div#navi .menu {
	height:100px;
	width: 640px;
}


div#navi ul.menu {
	padding: 0px;
	margin: 0px;
}

div#navi ul.menu li {
	list-style: none;
	text-decoration: none;
	height: 50px;
	width: 160px;
	line-height: 50px;
	float: left;
}
div#navi ul.menu li a {
	display: block;
	line-height: 50px;
	color: #14A63C;
	color: #14A63C;
	text-align: center;
	font-weight: bold;
	width: 160px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/menu.jpg);
	background-position: center bottom;
}
div#navi ul.menu li a:hover {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
ul.access{
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.access li{
	line-height: 20px;
}
ul.access2{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	list-style-type: square;
}
ul.access2 li{
	line-height: 20px;
}
