@charset "Shift_JIS";

/* ------------------------------
	GENERAL
------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #555;
	background: #000042 url(../img/back.jpg) repeat-x center top;
}

h1, h2, h3, h4, h5, h6 { font-size: 1em; }

p, ul { line-height: 1.5; }
img { border: none; vertical-align:top;margin:0;padding:0; }
th { text-align: left;}
address { font-style: normal; }
sup { font-size: 0.8em; }
table { border-collapse: collapse; }

a:link { color: #0000CC; text-decoration: underline; }
a:active { color: #0000CC; text-decoration: underline; }
a:visited { color: #0000CC; text-decoration: underline; }
a:hover { color: #586E8B; text-decoration: underline; }

.clear {
	clear:both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.txt_l {text-align:left}

.txt_r {text-align:right}

.fc10 {
	font-size: 10px;
	line-height: 150%;
	color: #000000;
}
.fc_red {
	color: #FF0000;
}

/* ------------------------------
	LAYOUT
------------------------------ */

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding: 0px 0px 0px;
	background: #fff;
}


#header {
	width: 900px;
	text-align: center;
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#contents {
	clear: both;
	margin: 0 auto 0;
	width: 900px;
	text-align: left;
	background-color: #E8E8E8;
	padding-top: 27px;
}

#footer {
	clear: both;
	margin: 5px auto 0px;
	width: 870px;
	height: 67px;
	border-bottom: solid #333333 1px;
	padding: 10px 20px 3px 10px;
	background: #0D0E09 url(../img/bg_ftr.jpg) repeat-x;
}


/* ------------------------------
	HEADER
------------------------------ */

#header h1{
	float: left;
	margin-top: 13px;
	margin-left: 19px;
	margin-bottom: 18px;
}

#header p{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#header ul.nv {
	clear:both;
	width: 900px;
	list-style-type: none;
	margin: 0;
}
#header ul.nv li {
	float: left;
	padding: 0;
	margin: 0;
}


/* ------------------------------
	CONTENTS
------------------------------ */
#contents h2{padding-left: 10px;}

#contents #main {
	width: 840px;
	padding-left: 30px;
	padding-top: 25px;
	text-align: center;
}
#contents #main #pagetop {
	text-align: right;
	margin-top: 40px;
	clear: both;
}
#pagetop img {
	margin-left: 5px;
}
#cap {
	font-size: 10px;
	color: #666666;
	float: left;
	text-align: left;
	line-height: 120%;
}

#contents #main #pagetop2 {
	text-align: right;
	margin-top: 0px;
	clear: both;
}
#pagetop2 img {
	margin-left: 5px;
}

/* ------------------------------
	FOOTER
------------------------------ */

#footer #ft{
	float: left;
	height: 35px;
	width: 870px;
}

#footer ul.com {
	list-style-type: none;
	float: left;
	width: 410px;
}
#footer ul.com li.lg {
	float: left;
	padding-right: 15px;
}
#footer ul.com li.tel {
	float: right;
	padding-right: 0px;
}
#footer p {
	clear:both;
	float: left;
	padding-top: 15px;
	padding-left: 5px;
}

/* ------------------------------
	globalNavi
------------------------------ */
#nv {
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#globalNavi, #globalNavi ul {
	clear:both;
	float:none;
	margin:0;  
	padding:0;  
	list-style-type:none;  
	position:relative;
	width:900px;  
}

#globalNavi li  {
	display:block;
	float:left;
	position:relative;
}

#globalNavi ul {
	width: 118px;
	position: absolute;
	top: 60px;
	left: 0px;
	visibility: hidden;
}

#globalNavi ul li a {
	display: block;
}

#globalNavi .w97 {
	width:97px;
}
#globalNavi .w99 {
	width:99px;
}

#globalNavi .w105 {
	width:105px;
}
#globalNavi .w79 {
	width:79px;
}
#globalNavi .w117 {
	width:117px;
}

/*
#globalNavi ul li a:hover   {
background: url(image/icon_on.gif) no-repeat;   
}

#globalNavi ul li.first a   {
background: url(image/bg_navi.gif) no-repeat;   
}

#globalNavi ul li.first a:hover {
background: url(image/bg_navi_on.gif) no-repeat;  
}
