@charset "UTF-8";
/* CSS Document */

/************************************/
/* common */
/************************************/

html,
body {  
	height: 100%;
	margin: 0;
	padding: 0;
}  

html {
	overflow-y: scroll;
}

body {
	font-size: 75%;
	color: #666666;
	line-height: 166%;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}

table,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

p,
a {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear:both;
}

.clearfix0,
.clearfix10,
.clearfix4,
.clearfix60 {
	clear:both;
	margin: 0;
	padding: 0;
}

.clearfix0 {
	height: 0px;
}

.clearfix10 {
	height: 10px;
}

.clearfix4 {
	height: 4px;
}

.clearfix60 {
	height: 60px;
}

.none {
	display: none;
}

.size14 {
	font-size: 116.6%;
}

.size12 {
	font-size: 100%;
}

.size10 {
	font-size: 83.3%;
}

.spacing {
	letter-spacing: 0.2em;
}

.note {
	display: block;
	padding: 5px 0 0 0;
	line-height: 140%;
	font-size: 71.5%;
}

.bold {
	font-weight: bold;
}

h1,
h2,
h3 {
	font-size: 0px;
}

 /* link */

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #999999;
	text-decoration: underline;
}

div#ground {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

div#top_line {
    width: 100%;
	height: 5px;
	margin: 0 0 15px 0;
	background: url(../images/top_line.gif) repeat-x;
}

/************************************/
/* header */
/************************************/

div#header {
	width: 920px;
	height: 95px;
	margin: 0 auto 30px auto;
	padding: 0;
	clear: both;
}

h1 {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

/* logo */

div#header div#logo {
	width: 156px;
	height: 95px;
	margin: 0;
	padding: 0;
	float: left;
}

div#header div#logo h1 {
	width: 156px;
	height: 95px;
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -3000px;
}

div#header div#logo h1 a {
	display: block;
	width: 156px;
	height: 95px;
	text-decoration: none;
}

/* global_navi */

div#header div#global_navi {
	width: 601px;
	height: 18px;
	margin: 70px 0 0 0;
	padding: 0;
	background: url(../images/global_navi.gif) left top no-repeat;
	float: right;
}

div#header div#global_navi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#header div#global_navi ul li {
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
}

div#header div#global_navi ul li a {
    display: block;
	width: 120px;
    height: 18px;
	text-decoration: none;
}

div#header div#global_navi ul li a:hover,
div#header div#global_navi ul li a.gn_active_01,
div#header div#global_navi ul li a.gn_active_02,
div#header div#global_navi ul li a.gn_active_03,
div#header div#global_navi ul li a.gn_active_04,
div#header div#global_navi ul li a.gn_active_05 {
	background: url(../images/global_navi_o.gif) left top no-repeat;
}

div#header div#global_navi ul li a:hover.gn_01,
div#header div#global_navi ul li a.gn_active_01 {
    background-position: 0px 0px;
}

div#header div#global_navi ul li a:hover.gn_02,
div#header div#global_navi ul li a.gn_active_02 {
    background-position: -120px 0px;
}

div#header div#global_navi ul li a:hover.gn_03,
div#header div#global_navi ul li a.gn_active_03 {
    background-position: -240px 0px;
}

div#header div#global_navi ul li a:hover.gn_04,
div#header div#global_navi ul li a.gn_active_04 {
    background-position: -360px 0px;
}

div#header div#global_navi ul li a:hover.gn_05,
div#header div#global_navi ul li a.gn_active_05 {
    background-position: -480px 0px;
}


/************************************/
/* cont */
/************************************/

div#cont {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

div#cont h2 {
	width: 920px;
	height: 25px;
	background: url(../images/dot_line.gif) left bottom repeat-x;
	margin: 0 0 20px 0;
	padding: 0;
}

div#cont h4 {
	margin: 0;
	padding: 0 0 10px 12px;
	background: url(../images/h4_dot.gif) 0px 5px no-repeat;
	font-size: 116.6%;
	color: 191919;
	font-weight: bold;
}


/************************************/
/* footer */
/************************************/

/* footer , copyright */

div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    height: 20px;
	background: url(../images/copyright.gif) center bottom no-repeat #191919;
	text-indent: -3000px;
}

/* totop */

div.totop {
	width: 920px;
	height: 8px;
	margin: 0;
	padding: 0 0 50px 0;
	clear: both;
}

div.totop a {
	display:block;
	width:31px;
	height: 8px;
	background: url(../images/totop.gif) right top no-repeat;
	text-decoration: none;
	border: none;
}

div.totop a:hover {
	background: url(../images/totop_o.gif) right top no-repeat;
}
