@charset "UTF-8";
/* formatting style
---------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	background-color: #ccffcc;
	font-size: 85%;
	line-height: 1.5;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333300;
}
hr {
	display: none;
}
/* link style
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	top: 1px;
	left: 1px;
	position: relative;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	border-right: 1px solid #666633;
	border-bottom: 1px dotted #666633;
	border-left: 1px solid #666633;
	margin: 0px auto;
}
#main {
	padding: 7px 0px 20px;
	float: right;
	width: 600px;
}
#sidebar {
	padding: 0px 0px 20px;
	float: left;
	width: 190px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #666666;
	border-top: 1px dotted #B5CECE;
	height: 60px;
	border-bottom: 5px solid #666633;
}
/* header style
---------------------------------*/
#header {
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	height: 198px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 50px;
	left: 650px;
}
#header #style {
	height: 60px;
	width: 500px;
	left: 30px;
	position: relative;
	top: 120px;
	font-size: 12px;
	font-style: normal;
	font-family: sans-serif;
	line-height: 16px;
	color: #807654;
	font-weight: normal;
}
 /* sidebar style 
---------------------------------*/
#sidebar .menu {
	background-color: #ECFFDA;
	padding-top: 10px;
	padding-bottom: 5px;
}
#sidebar .menu h2 {
	height: 25px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-left: 10px;
}
#sidebar .menu ul {
	list-style: none;
	width: 170px;
	position: relative;
	padding-left: 10px;
}
#sidebar .menu ul li a {
	line-height: 2.5em;
	color: #35480D;
	text-decoration: none;
	background-color: #E6F5C1;
	height: 2.5em;
	width: 163px;
	border: 1px solid #9BCC25;
	text-align: left;
	text-indent: 20px;
	display: block;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
}
 /* sidebar style 2
---------------------------------*/
#sidebar .menu2 {
	background-color: #ECFFDA;
	padding-bottom: 10px;
}
#sidebar .menu2 ul {
	list-style: none;
	padding-top: 0px;
	padding-left: 10px;
}
#sidebar .menu2 ul li a {
	color: #666666;
	width: 165px;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	display: block;
	text-align: left;
	text-indent: 15px;
	line-height: 2.5em;
	background-image: url(images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
}
/* sidebar style バナー部分
---------------------------------*/
#sidebar .banner {
	padding: 10px;
}
#sidebar .banner img {
	margin: 10px 0px 0px;
}
/* sidebar style 協賛会員
---------------------------------*/
#sidebar .kyousan {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar .kyousan  h3 {
	color: #336633;
	display: block;
	padding: 0px 45px 5px 10px;
	margin: 0px;
	text-align: left;
	border-top: 1px dotted #336633;
	border-right: 1px none #336633;
	border-bottom: 1px none #336633;
	border-left: 1px none #336633;
}
#sidebar .kyousan ul {
	list-style: none;
	padding-left: 10px;
}

#sidebar .kyousan p {
	font-size: 80%;
	color: #669999;
	font-weight: bold;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px dotted #336633;
}
/* footer style
---------------------------------*/
#footer p {
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	float: right;
}
#footer ul li {
	list-style: none;
	display: inline;
	font-size: 75%;
}
#footer ul li a {
	color: #336633;
	margin: 0px;
	padding-right: 10px;
}
#footer ul li a:hover {
	color: #7E9965;
}
#footer address {
	font-size: 10px;
	margin-top: 0px;
}
#main p {
	line-height: 1.5;
	padding: 10px 10px 0em;
}
/* main style
---------------------------------*/
#main h2 {
	color: #4A6D27;
	margin-top: 10px;
	padding-left: 10px;
	font-size: 120%;
	margin-bottom: -5px;
}
#main h3 {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #669933;
	padding-left: 10px;
	margin-top: 10px;
}
#main h4 {
	font-size: 85%;
	text-align: right;
	padding-right: 30px;
}
#main h4 img {
	padding: 0px 5px 0px 0px;
}
/* 自立の定義 style
---------------------------------*/
#main #teigi {
	padding-right: 10px;
	padding-left: 10px;
}
#main #teigi p {
	color: #FF6600;
	line-height: 1.4;
	padding: 0px;
	font-size: 90%;
}
#main #teigi img {
	margin: 0px;
}
/* 新着情報 style
---------------------------------*/
#main #new {
	padding: 10px 10px 10px 0px;
	line-height: 1.3;
}
#main #new dt {
	width: 6em;
	clear: left;
	float: left;
	padding-left: 25px;
	background-image: url(images/arrow03.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 10pt;
}
#main #new dd {
	padding-right: 15px;
	padding-bottom: 10px;
}
 /* 提供サービス　style
---------------------------------*/
#main .servise img   {
	padding: 0px 0px 5px 5px;
}
#main .servise p {
	line-height: 1.5;
	color: #6E735A;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 95%;
}
/* ストーリー　style
---------------------------------*/
#main .story {
	padding: 10px 10px 10px 0px;
}
#main .story table td {
	padding: 5px;
}
#main .story ul {
	list-style: none;
}
#main .story p {
	line-height: 1.6px;
	color: #3366FF;
	margin-top: 15px;
	margin-bottom: 10px;
}
