@charset "UTF-8";
/* CSS Document */
	
/* ///////////////////////////////////////////

初期化

////////////////////////////////////////////*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{  
    margin: 0; padding:0;  
}  
table{  
    border-collapse: collapse; border-spacing:0;  
}  
fieldset, img{  
    border: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var{  
    font-style: normal; font-weight:normal;  
}  
ol, ul{  
    list-style: none;  
}  
caption, th{  
    text-align: left;  
}  
h1, h2, h3, h4, h5, h6{  
    font-size:100%; font-weight:normal;  
}  
q:before, q:after{  
    content:”;  
}  
abbr, acronym{  
    border:0;  
}  
a{
	color: #0074ac;
}
a:hover{
	text-decoration: none;
}

/* ///////////////////////////////////////////

Font

////////////////////////////////////////////*/

body {
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
	color: #333;
	width: 100%;
	background: url(../images/background.jpg) 50% 10px repeat;
}


select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}
button{
	border: none;
	background: none;
	margin: 10px 0 0 0;
}
table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
.bold{
	font-weight: bold;
}


/* ///////////////////////////////////////////

Global style

////////////////////////////////////////////*/

p{
	line-height: 1.8;
	font-size: 97%;
}
/* centering */
 #headerCnt
,h1
,#gNav
,div#wrap
{
	width:900px;
	margin: 0 auto;
}

#header{
	position: relative;
	background:url(../images/summary.png) repeat-x;
}
h1{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 0 0 0;
}
#headerCnt{
	height: 68px;
	position: relative;
	margin-top: 5px;
}
#siteID{
	position: absolute;
	left: 0;
	top: 23px;
}
#contactus{
	position: absolute;
	right: 0;
	top: 7px;
}

#swfCnt{
	text-align: center;
	padding-top: 9px;
	
}

/* Navigation */
#gNav{
	margin-bottom: 5px;
}

#gNav li{
	float: left;
}
#gNav li a{
	background:url(../images/gnav.png) no-repeat;
	height: 45px;
	display: block;
	text-indent: -3000px;
	overflow: hidden;
}
	
/*___/ default /___*/
#gNav li#g1 a{	
	width: 145px;
	background-position: 0 0;}
#gNav li#g2 a{
	width: 164px;
	background-position: -145px 0;}
#gNav li#g3 a{
	width: 147px;
	background-position: -309px 0;}
#gNav li#g4 a{
	width: 153px;
	background-position: -466px 0;}
#gNav li#g5 a{
	width: 134px;
	background-position: -609px 0;}
#gNav li#g6 a{
	width: 157px;
	background-position: -743px 0;}
	
/*___/ hover /___*/
#gNav li#g1 a:hover{background-position:      0 -46px;}
#gNav li#g2 a:hover{background-position:  -145px -46px;}
#gNav li#g3 a:hover{background-position: -309px -46px;}
#gNav li#g4 a:hover{background-position: -466px -46px;}
#gNav li#g5 a:hover{background-position: -609px -46px;}
#gNav li#g6 a:hover{background-position: -743px -46px;}

/*___/ current /___*/
ul.cur1 li#g1 a{background-position:      0 -46px!important;}
ul.cur2 li#g2 a{background-position:  -145px -46px!important;}
ul.cur3 li#g3 a{background-position: -309px -46px!important;}
ul.cur4 li#g4 a{background-position: -466px -46px!important;}
ul.cur5 li#g5 a{background-position: -609px -46px!important;}
ul.cur6 li#g6 a{background-position: -743px -46px!important;}



div#wrap{
	clear: both;
	background: #090909;
	color: #fff;
	padding-bottom: 17px;
	background:url(../images/container_bg.jpg) repeat;
}

div.wrap_t
,div.wrap_b
{
	margin: 0 auto;
	width: 900px;
	height: 5px;
	font-size: 0;
}
div.wrap_t{
	background:url(../images/wrap_t.png) no-repeat;
}
div.wrap_b{
	background:url(../images/wrap_b.png) no-repeat;
}


/* footer */
div#footer{
	background:url(../images/footerBg.jpg) repeat-x;
	height: 172px;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding-top: 26px;
	color: #fff;
	border-bottom: 5px solid #222;
}
div#footer h4{
	font-weight: bold;
	margin-bottom: 5px;
}
div#footer div.footerMenuArea{
	float: left;
	width: 170px;
	margin: 0 10px 20px 40px;
	_margin: 0 10px 20px 30px;
	border-right: 1px solid #333;
}
div#footer div#footerInline{
	width: 900px;
	margin: 0 auto;
}
div#footer ul{
	line-height: 2;
	font-size: 80%;
	margin-bottom: 10px;
}
div#footer ul.footerSitemap{
	float: right;
	margin: 0;
	font-size: 80%;
}
div#footer ul.footerSitemap li{
	float: left;
	padding: 21px 0 0 0;
}
*:first-child+html div#footer ul.footerSitemap li{
	padding: 18px 0 0 0;
}
div#footer ul.footerSitemap li a{
	color: #ccc;
	margin: 0 0 0 20px;
}
div#footer ul li a{
	color: #999;
	text-decoration: none;
}
div#footer ul li a:hover{
	color: #555;
	text-decoration: none;
}
div#footer address{
	clear: left;
	float: left;
	width: 400px;
	font-size: 85%;
	padding: 22px 0 0 0;
}


/* js */
.cornerLite{
}

/* ///////////////////////////////////////////

Common style

////////////////////////////////////////////*/
/* common color */
.pink	{color: #ef0794;}
.gold	{color: #d5ac30;}
.blue	{color: #0698ff;}
.orange	{color: #ff8706;}
.violet	{color: #ff66fa;}
.purple	{color: #a158eb;}
.brown	{color:	#8B3234;}
/*___/ clearfix /___*/

 div#wrap:after
,#gNav:after
,#section2:after
,.dist1:after
,div.gCont:after
,div.sCont:after
,div.pCont:after
,div.sitemapTable:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear{
	clear: both;
}

/* rollover */
.rollover:hover img{
	opacity : 0.8;
	filter:Alpha(opacity=80);
}

/* background less */
div#footer ul li:first-child{
	background: none;
}

.textRight{
	text-align: right;
}
.textCenter{
	text-align: center;
}

.mt10{
	margin-top: 10px
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt65{
	margin-top: 65px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 10px;
}
.pt10{
	padding-top: 10px;
}
pr10{
	padding-right:10px;
}
.fbold{
	font-weight: bold;
}
