@charset "utf-8";

* {
	font-size: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#header {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
#logo a {
	text-indent: -9999px;
	height: 38px;
	width: 232px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	height: 38px;
	width: 232px;
	background-image: url(../img/logo.png);
	float: left;
	margin: 0px;
	padding: 0px;
}

#header h2 {
	width: 350px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
#header #search_box {
	float: right;
	width: 251px;
	height: 30px;
}
#navi {
	height: 37px;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}

ul#navigation {

	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	list-style: none;
	clear: both;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;

}

#navigation li {
	float: left;
	text-indent: -9999px;
}

#navigation a {
	text-decoration: none;
	overflow: hidden;
	background-image: url(../img/global_navi.png);
	background-repeat: no-repeat;
	margin: 0px;
}

#navi1,#navi1 a,
#navi2,#navi2 a,
#navi3,#navi3 a,
#navi4,#navi4 a,
#navi5,#navi5 a,
#navi6,#navi6 a {
	text-decoration: none;
	display: block;
	float: left;
	list-style-type: none;
	height: 37px;
	width: 163px;
	display: block;
	background-image: url(../img/global_navi.png);
}


#navi1,#navi1 a{
	background-position: 0px 0px;

}

#navi2,#navi2 a{
	background-position: -163px 0px;
	display: block;
	float: left;
}




#navi3,#navi3 a{
	background-position: -326px 0px;
	display: block;
	float: left;
}

#navi4,#navi4 a{
	background-position: -489px 0px;
	display: block;
	float: left;
}

#navi5,#navi5 a{
	background-position: -652px 0px;
	display: block;
	float: left;
}




#navi1 a:hover{
	background-position: 0px -37px;
}



#navi2 a:hover{
	background-position: -163px -37px;
	display: block;}


#navi3 a:hover{
	background-position: -326px -37px;
	display: block;}

#navi4 a:hover{
	background-position: -489px -37px;
	display: block;}

#navi5 a:hover{
	background-position: -652px -37px;
	display: block;}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#wrapper #main #riyou {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 70%;
	line-height: 110%;
}
#sidebar_2 {
	background-color: #999900;
	margin: 5px;
	padding: 5px;
}
#sidebar {
	float: left;
	height: 600px;
	width: 250px;
}
#main {
	float: left;
	width: 543px;
	display: inline;
	overflow: hidden;
}
#sidebar .sidebar_box {
	height: 150px;
	width: 200px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.sidebar_photo {
	height: 120px;
	text-align: center;
	margin-top: 3px;
}
.sidebar_photo img {
	height: 100%;
}


.sidebar_name {
	height: 15px;
	width: 100%;
	clear: both;
	text-align: center;
}

#wrapper #main #tokutyou {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-size: 80%;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	background-image: url(../img/body_back2.png);
	background-repeat: repeat-x;
}
#main p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#wrapper #main_bottom {
	background-image: url(../img/main_bottom.png);
	clear: both;
	width: 100%;
	margin-top: 15px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main_bottom li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
	margin-bottom: 5px;
	list-style-type: none;
	color: #CCCCCC;
	font-size: 80%;
}
#main_bottom ul {
	margin-left: 15px;
}
#main_bottom li a {
	color: #999999;
}
#main_bottom a:hover {
	color: #FF6633;
}
W
