@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* basic layout
------------------------------*/
#wrapper {
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
body {
	color: #333333;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
#header {
	background-image: url(../images/img_02.gif);
	background-repeat: no-repeat;
	height: 62px;

}


/* link styles
------------------------------*/
a img {
	border-style: none;
}
#header #logo {
	padding-top: 7px;
	padding-left: 7px;

}

#mainmenu {
	margin-left: 10px;
	float: left;
	margin-top: 8px;
	padding-bottom: 100px;
	width: 175px;
}
#mainmenu li {
	list-style-type: none;
	margin-bottom: -2px;

}

#mainimage {
	padding-left: 5px;
	float: left;
}

a:link {
	color: #666666;
	text-decoration: none;
}
#infoarea {
	width: 175px;
	background-image: url(../images/img_15.gif);
	background-repeat: repeat-y;
}
#infoarea p {
	padding-left: 5px;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
}



#rightmenu {
	float: left;
	margin-left: 14px;
}
#rightmenu dl {
	background-image: url(../images/img_20.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	margin-top: 5px;
	margin-bottom: 3px;
}
#rightmenu dt {
	padding-left: 20px;
	padding-top: 2px;
}




#footer {
	clear: both;
	background-image: url(../images/img_24.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 34px;
}
#wrapper h2 {
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#toppagewrap{
	width:911px;
	background:#fff url("../../images/index/bg_topcol.gif") 50% 0 repeat-y;
}
#maincontents {
	width: 540px;
	float: left;
	margin-left: 20px;
}
#maincontents ul {
	list-style-type: none;
	list-style-position: inside;
}
#maincontents li {
	list-style-position: inside;
	list-style-type: square;
}
