/*　----------　basestyle　---------------　*/

/*　------------------　ベース　----------------------　*/

body {
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	background-color: #CFEDD7;
	font-size: 75%;
}
* {
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
p, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
hr {
	margin: 0.7em 0;
	height: 2px;
	border-style: solid;
	border-width: 2px 0 0;
	border-color: #CCC;
}
html, body {
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #DDDDDD;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
/*　スクロールバー　*/

/*　------------------　ベース　----------------------　*/

/*　------------------　リンク　----------------------　*/

a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #009900;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F00;
	text-decoration: none;
}

/*　------------------　リンク　----------------------　*/

/*　------------------　レイアウト　----------------------　*/
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/common/sub_bg.gif);
	background-repeat:repeat-y;
	border-left: 1px solid #519E74;
	border-right: 1px solid #519E74;
	background-color:#FFFFFF;
}
#header {
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat;
	border: 1px none #CCCCCC;
	text-align: right;
	color: #CCDD78;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999900;
}
#header .rogo {
	margin-top: 5px;
	margin-bottom: 5px;
}
.toplink {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;

}

#topimg img {
	display: block;
}
#navi {
	height: 53px;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	border-bottom-color: #999900;
}
#navi ul {
	overflow: hidden;
}
#navi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #navi {
    height: 1em;
    overflow: visible;
}
/**/
#navi ul li {
	float: left;
	height: 53px;
	list-style-type: none;
}

#navi img {
	display: block;
}
.layout-2col #main {
	float: right;
	display: inline;
	width: 608px;
	color:#666666
}
.layout-2col #sub {
	float: left;
	display: inline;
	width: 151px;
}
#footer {
	clear: both;
	height: 1%;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #867E00;
	color: #666666;
}
.footbg{
	background-image: url(../img/common/foot_bg.gif);
	background-repeat: repeat;
	background-position: 2px 1px;
}
.footaddress{
	text-align: left;
	margin-left: 15px;
	line-height: 18px;
}
.footlink{
	text-align: right;
	margin-right: 15px;
	line-height: 18px;
	font-size: 90%;
}
#copy {
	clear: both;
	padding-top: 5px;
	text-align: center;
	background-color: #867E00;
	color: #FFFFFF;
}.pankuzu {
	margin-bottom: 1em;
}
#subnavi a, #subnavi a img {
	display: block;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.sublink {
	padding: 10px 0 10px 8px;
}
.sublink li {
	padding-left: 12px;
	margin-bottom: 0.5em;
	background-image: url(../img/common/i_yaji.gif);
	background-repeat: no-repeat;
	list-style-type: none;
}
.sublinkimg {
text-align:center;
}
#return {
	text-align: right;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#return a {
	margin-left: auto;
	margin-right: 20px;
	padding-top: 10px;
}
#return a:link, .return a:visited {
	color: #9F674C;
	text-decoration: none;
}
#return a:hover, .return a:focus {
	color: #32B145;
	text-decoration: none;
}
