@charset "UTF-8";
/*formatting style---------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCCCCC;
}
hr {
	display: none;
}
/*Link style---------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CC0000;
}
a:active {
	text-decoration: none;
	position: relative;
	left:+1px;
	top:+1px;
}
/*basic layout---------------------*/#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 858px;
}
#top_main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
	font-size: 12px;
}
#saide {
	padding: 3px;
	float: left;
	width: 225px;
	top: 5px;
	right: 5px;
	margin: 2px;
	font-size: 8pt;
	font-weight: bold;
}
#saide ul {
	background-color: #FFFFFF;
	width: 225px;
	left: 0px;
	top: 200px;
}
#saide ul li {
	list-style: none;
}
#saide ul li a {
	display:block;
	width:180px;/*ボタン幅(180px) - (左パディング(30px) + 右パディング(12px))*/
	margin: 0 auto;
		font-size: 8pt;

	border-top: 1px none #E6C1A7;
	text-decoration:none;
	padding: 0.5em 12px 0.5em 20px;
	border-right: 1px solid #E6C1A7;
	border-bottom: 1px solid #E6C1A7;
	border-left: 1px solid #E6C1A7;
	height: 20px;
	background-image: url(imges/min.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/*header styles---------------------*/
#header {
	background-color: #666666;
	background-image: url(imges/header00.jpg);
	background-repeat: no-repeat;
	height: 96px;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 10px;
	bottom: 15px;
	left: 10px;
}
#footer ul li a {
	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoratio

}
/*main style---------------------*/
#main_title {
	font-size: 14px;
	font-style: normal;
	color: #990000;
	font-weight: bold;