@charset "UTF-8";
/* formatting style
-----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 70%;
	line-height: 1.5;
}
hr {
	display: none;
}
/* link styles
-----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #fff82f;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	height: 820px;
	width: 860px;
	margin: 5px auto 10px;
}
#header {
	height: 40px;
	width: 860px;
	position: relative;
}
#header #yt {
	top: 10px;
	position: absolute;
	left: 350px;
}
#sidebar {
	width: 120px;
	padding: 0px;
	float: left;
	height: 780px;
	position: relative;
}
#sidebar ul {
	top: 150px;
	left: 10px;
	width: 90px;
	position: absolute;
	border-right: 1px solid #999999;
}
#sidebar ul li {
	list-style: none;
}
#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	line-height: 2;
	text-align: right;
	padding-right: 5px;
}
#sidebar #tori {
	position: absolute;
	top: 50px;
	left: 40px;
}
#sidebar #henkao {
	top: 700px;
	left: 50px;
	position: absolute;
}
#main {
	float: right;
	width: 720px;
	margin-top: 31px;
	height: 700px;
	margin-left: 20px;
}
#main h4 {
	height: 138px;
	width: 138px;
	float: left;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	margin-right: 42px;
}
#main #lo {
	width: 80px;
	height: auto;
	text-align: center;
}
#footer {
	height: 50px;
	width: 720px;
	clear: right;
	float: right;
	margin-left: 20px;
}
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-position: center;
	text-decoration: none;
	line-height: 1.5;
	color: #666666;
}
#footer h5 {
	margin-top: 5px;
	margin-bottom: 3px;
}
