@charset "utf-8";
* {
	padding:0;
	margin:0;

}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #333333;
}
h2 {
	margin-bottom: 20px;
}
b {
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFF99;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}


.txtcolored01 {
	color: #FF0000;
}



#wrap {
	width: 900px;
	background-image: url(../img/bg_sidebar.jpg);
	background-repeat: repeat-y;
	background-position: 10px;
	padding-left: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	padding-right: 10px;
	background-color: #F7F7F7;
}
#side_bar {
	width: 270px;
	float: left;
}
#side_bar ul {
	width: 260px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#side_bar li {
	display: block;
	height: 50px;
	width: 260px;
	list-style-type: none;
}
#side_bar li a {
	background-image: url(../img/navi.jpg);
	display: block;
	height: 50px;
	width: 260px;
	text-indent: -9999px;
	overflow: hidden;
}
#gn01 a {
	background-position: 0px 0px;
}
#gn01 a:hover {
	background-position: -260px 0px;
}
#gn02 a {
	background-position: 0px -50px;
}
#gn02 a:hover {
	background-position: -260px -50px;
}
#gn03 a {
	background-position: 0px -100px;
}
#gn03 a:hover {
	background-position: -260px -100px;
}
#gn04 a {
	background-position: 0px -150px;
}
#gn04 a:hover {
	background-position: -260px -150px;
}
#gn05 a {
	background-position: 0px -200px;
}
#gn05 a:hover {
	background-position: -260px -200px;
}
#gn06 a {
	background-position: 0px -250px;
}
#gn06 a:hover {
	background-position: -260px -250px;
}
#gn07 a {
	background-position: 0px -300px;
}
#gn07 a:hover {
	background-position: -260px -300px;
}
#gn08 a {
	background-position: 0px -350px;
}
#gn08 a:hover {
	background-position: -260px -350px;
}
#gn09 a {
	background-position: 0px -400px;
}
#gn09 a:hover {
	background-position: -260px -400px;
}
#gn10 a {
	background-position: 0px -450px;
}
#gn10 a:hover {
	background-position: -260px -450px;
}#inquiry {
	height: 45px;
	width: 260px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	display: block;
}
#inquiry a {
	background-image: url(../img/inquiry.jpg);
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 260px;
	overflow: hidden;
}
#inquiry a:hover {
	background-position: -260px 0px;
}
#copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	line-height: 130%;
	width: 270px;
	padding-bottom: 15px;
}
#copyright a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

#main {
	float: right;
	width: 610px;
	padding-top: 15px;
}
#main p {
	line-height: 160%;
	margin-bottom: 1em;
	font-size: 90%;
	padding-left: 20px;
}
#nextpage {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: right;
}

#footer {
	background-color: #666666;
	height: 10px;
	width: 100%;
	font-size: 0px;
}
.clear {
	clear: both;
}
