@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	border: none;
	vertical-align: top;
}

body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "MS Pゴシック" , sans-serif;
	text-align: center;
	line-height: 1.5;
	/*\*/
	letter-spacing: 0.1em;
	/**/
	color: #666666;
	background: #ffffff;
}

p {
	font-size: 100%;
	color: #666666;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 117%;
}

h3 {
	font-size: 105%;
	
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 80%;
	
}

#wrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 762px;
	margin: 0 auto;
	text-align: left;
	background: #666666 url(../images/wrapper_back.gif) repeat-y;
}

#container {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 760px;
	background: #ffffff;
	margin: 0 0 0 1px;
}

#header {
	width: 760px;
	height: 230px;
}

#content {
	width: 760px;
	background: #ffffff;
}

#primary {
	float: left;
	width: 320px !important;
	width /**/: 380px;
	background: #ffffff;
	padding: 25px 0 0 60px;
}

#top_com {
	padding-bottom: 15px;
}

#top_nav {
	width: 256px;
	list-style-type: none;
	background: #ffffff;
}

#top_nav li {
	float: left;
	width: 128px;
}

#top_nav li a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 54px;
	padding-top: 54px;
	width: 100%;
	color: #ffffff;
}

#top_nav #top_nav01 {
	background: url(../images/top_nav01.gif) left top no-repeat;
}

#top_nav #top_nav01 a:hover{
	background: url(../images/top_nav01.gif) right top no-repeat;
}

#top_nav #top_nav02 {
	background: url(../images/top_nav02.gif) left top no-repeat;
}

#top_nav #top_nav02 a:hover{
	background: url(../images/top_nav02.gif) right top no-repeat;
}

#top_nav #top_nav03 {
	background: url(../images/top_nav03.gif) left top no-repeat;
}

#top_nav #top_nav03 a:hover{
	background: url(../images/top_nav03.gif) right top no-repeat;
}

#top_nav #top_nav04 {
	background: url(../images/top_nav04.gif) left top no-repeat;
}

#top_nav #top_nav04 a:hover{
	background: url(../images/top_nav04.gif) right top no-repeat;
}

#top_nav #top_nav05 {
	background: url(../images/top_nav05.gif) left top no-repeat;
}

#top_nav #top_nav05 a:hover{
	background: url(../images/top_nav05.gif) right top no-repeat;
}

#secondary {
	float: left;
	width: 380px;
	background: #ffffff;
	padding: 25px 0 0 0;
}

#info {
	border-top: 4px solid #999999;
	padding-bottom: 10px;
	width: 360px;
}

.section {
	width: 360px;
	height: 250px;
	margin-bottom: 20px;
	overflow: auto;
}

.section p {
	float: left;
	width: 90px;
	font-weight: normal;
	font-size: 100%;
	overflow: hidden;
	padding-bottom: 6px;
}

.section h3 {
	float: left;
	width: 250px;
	font-weight: normal;
	font-size: 100%;
	padding-bottom: 6px;
}

#footer {
	clear: both;
	width: 760px;
	color: #666666;
	font-size: 90%;
	text-align: center;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
}

#footer li a {
	text-decoration: none;
	color: #666666;
}

#footer li a:hover {
	color: #FF9900;
}

#footer address {
	font-style: normal;
	padding-bottom:2px;
	/*\*/
	letter-spacing: 0;
	/**/
}