﻿@charset "utf-8";

*{
	margin:0;
	padding:0;
	line-height: 1.5;
	font-size:100%;
	text-decoration: none;
}

body {
	font-family: "Trebuchet MS", "Arial, Helvetica", "ＭＳ Ｐゴシック", "sans-serif";
	text-align: center;
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
	3-3-1. div#main
---------------------------------------*/

body div#main {
	float: right; /* [←★→] */
	width: 73.5%;
	/*border-right: 1px solid #eee;  [←★→] */
	margin-left: -1px; /* [←★→] */
	/*border-bottom: 1px solid #eee; */
}

body div#main p.topicPath {
	text-align:left;
	font-size: 11px;
	padding-left:1.8em;
}

/*--------------------------------------
	3-3-2. div#side
---------------------------------------*/

body div#side {
	padding-top: 0;
	float: left; /* [←★→] */
	clear: left; /* [←★→] */
	width: 25.5%;
}

body.double div#side dl {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

/*--------------------------------------*/

a {color: #495865;}

a img {border: none;}

a:hover {color: #6F6F6F;}

strong{font-weight:bold;}

em{font-style:italic;}

#body {
	border-left:1px solid #999;
	border-right:1px solid #999;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 752px;
}

#back{
	margin: 0 auto;
	padding: 0;
	width :750px;
	position: relative;
	text-align:left;
	clear:both;
}

/*======================================

	div#header
	
=======================================*/

div#header {
	background: url(http://www2.hokua.com/img/header-bg.gif) repeat-x top center;	
	margin: 0 auto;
	padding: 0;
	width: 750px;
}

div#header div.title{
	padding:0;
	margin:0 auto;
	text-align:left;
	width: 750px;
}

div#header div.title a.logo{
	background: url(img/header-title2.gif) no-repeat top left;
	display:block;
	width: 255px;
	height:60px;
	float:left;
}

div#header div.title a span{display:none;} 

div#header div.title ul{
	list-style:none;
	padding:1em 0 0;
	margin:0;
}

div#header div.title ul li {
	border-left:1px solid #999;
	font:11px/13px "ＭＳ Ｐゴシック", "Osaka";
	margin: 0 8px 0 0;
	padding-left:8px;
	display:inline;
	float:right;
}

div#header div#my-glider{
	clear:both;
	border-top:2px solid #66dc30;
}

div#header div#my-glider div.controls{
	padding-top:1px;
	margin:0;
	height:46px;
	width: 750px;
	border-top:1px solid #FFF;
	background: #FFF url(http://www2.hokua.com/img/bmid_084.gif) repeat-x 0px 1px;
	z-index:100;
}

div.controls ul#tab {
	list-style:none;
	padding:0;
	margin:0;
}

div.controls ul#tab li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

div.controls ul#tab li a {
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:#000 url(http://www2.hokua.com/img/bright_084.gif) no-repeat right top;
}

div.controls ul#tab li#home a {
	display:block;
	float:left;
	width:40px;
	height:46px;
	margin:0;
	padding:0;
	background:#000 url(http://www2.hokua.com/img/bright_home.gif) no-repeat right top;
}

div.controls ul#tab li a span {
	display:block;
	background:url(http://www2.hokua.com/img/bleft_084.gif) no-repeat left top;
	font:bold 13px/46px "ＭＳ Ｐゴシック", "Osaka";
	padding:0 15px 0 13px;
	color:#FFF;
}

div.controls ul#tab li#long-name a span {
	display:block;
	background:url(http://www2.hokua.com/img/bleft_084.gif) no-repeat left top;
	font:bold 13px/16px "ＭＳ Ｐゴシック", "Osaka";
	padding:5px 15px 5px 13px;
	color:#FFF;
}

* html body div.controls ul#tab li#long-name a span{padding:7px 15px 7px 13px;}

*:first-child+html body div.controls ul#tab li#long-name a span{padding:7px 15px 7px 13px;}

*+html>/**/body div.controls ul#tab li#long-name a span{padding:7px 15px 7px 13px;}

div.controls ul#tab li#home a span {
	display:none;
}

div.controls ul#tab li a:hover,
div.controls ul#tab li#home a:hover,
div.controls ul#tab li.item_active a{background-position:right bottom;}

div.controls ul#tab li a:hover span,
div.controls ul#tab li.item_active a span{
	background-position:left bottom;
	color:#000;
}

div.controls ul#tab li#long-name a:hover span{
	display:block;
	background-position:left bottom;
	color:#000;
}

div#stylefour{
	position:relative;
	display:block;
	height:39px;
	background:transparent url(http://www2.hokua.com/img/bgOFF.gif) repeat-x top left;
	border-top:4px solid #50ad26;
}
div#stylefour ul{
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
div#stylefour ul li{
	display:block;
	float:left;
	margin:0;
}
div#stylefour ul li a{
	display:block;
	height:23px;
	float:left;
	color:#666;
	padding:6px 20px 5px 20px;
	font:bold 15px/23px "ＭＳ Ｐゴシック", "Osaka";
	background:transparent url(http://www2.hokua.com/img/bgDIVIDER.gif) no-repeat top right;
}
div#stylefour ul li a:hover{
	color:#B30000;
	line-height:23px;
	background:#fff url(http://www2.hokua.com/img/bgON.gif) no-repeat top right;
}

/* 本文
-----------------------------*/

div#back dl{margin:1em 0;}

div#back dl.right {
	float: right; /* [←★→] */
	width: 50%;
	text-align:right;
	/*border-right: 1px solid #eee;  [←★→] */
	margin-left: -1px; /* [←★→] */
	/*border-bottom: 1px solid #eee; */
}

div#back dl.left {
	padding-top: 0;
	float: left; /* [←★→] */
	clear: left; /* [←★→] */
	width: 50%;
}

div#back dl dt{
	width:350px;
	height:25px;
}

div#back dl.right dt{
	background:url(http://www2.hokua.com/img/bar-top2.gif) no-repeat;
	margin-right:1.2em;
}

div#back dl.left dt{
	background:url(http://www2.hokua.com/img/bar-top1.gif) no-repeat;
	margin-left:1.2em;
}

div#back dl dt span{display:none;}

div#back dl dd {
	width:350px;
	height:100px;
	overflow:auto;
}

div#back dl.right dd {margin-right:1.2em;}

div#back dl.left dd {margin-left:1.2em;}

div#back dl dd p{
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding-left:1.6em;
	text-align:left;
}

table.top-banner{
	border-collpase:separate;
	margin:0 auto 0 1em;
	width:700px;
	clear:both;
}

* html body table.top-banner td{padding-left:1px;}

table.top-banner2{
	border-collpase:separate;
	margin:0 auto 1em 1.5em;
	width:690px;
/*	margin:0 auto 1em 5em;
	width:580px; */
	clear:both;
}

/*======================================

	div#footer
	
=======================================*/

div#footer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear:both;
}

div#footer table{
	width: 750px;
	height:60px;
	background:#414141;
	border-collapse:collapse;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	color: #FFF;
	padding: 0;
	margin: 0;
}

div#footer table th {
	font-weight: normal;
	padding-right:0.5em;
	text-align:right;
}

div#footer table th ul.support {
	padding:0;
	margin: 0.6em 0.7em 0;
	text-align:right;
}

div#footer table th ul.support li {
	margin: 0 6px 0 0;
	display: inline;
}

div#footer table th ul.support li a,div#footer table td ul li a {
	color: #CCC;
	text-decoration: none;
}

div#footer table th address {
	margin: 0;	
	padding:0 0.8em 0.5em 0;
	text-align:right;
	font-style: normal;
}

div#footer table td {
	text-align: left;
	vertical-align:top;
}

div#footer table td ul{
	padding:0;
	margin: 0.6em 0.6em 0;
	text-align: left;
	float:left;
}

div#footer table td ul li {
	border-right:1px solid #CCC;
	padding: 0 0.5em;
	list-style:none;
	display: inline;
	line-height:15px;
}

/*--------------------------------------
	2-6-7. clearFix改
---------------------------------------*/

div#side{
	_height: 1px;
	min-height: 1px;
}

div#side:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/
div#side{
	height: auto;
	overflow: hidden;
}