@charset "utf-8";
/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


#header {
	width: 940px;
	height: 91px;
	background-image: url(../images/header_bkg.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#site-id {
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}




/************** navigation styles *****************/

#gl-navi {
	width: 940px;
	height: 41px;
}
#flash1 {
	float: left;
}
#flash2 {
	float: right;
}




#gl-navi ul {
	text-decoration: none;
	list-style-image: none;
}

#gl-navi li {
	list-style-type:none;
	float:left;
}

#main-visual {
	clear: both;
}



/***********************************************/
/* content                        */
/***********************************************/ 


#content {
	width: 940px;
	clear: both;
	background-repeat: repeat-y;
}
/************** main *****************/
#main {
	float: right;
	width: 700px;
	margin-top: 3px;
	background-image: url(../images/main_bkg.png);
	background-repeat: repeat-y;
}
#main_bkg {
	background-image: url(../images/lead_bkg.png);
	background-repeat: no-repeat;
}

#main .section p {
	padding-bottom: 20px;

}
#wrapper #content #main p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#sub {
	width: 232px;
	float: left;
	padding-left: 8px;
	margin-top: 3px;
}
#sub-bunner {
	clear: both;
	width: 200px;
	padding-top: 30px;
}

#sub p {
	font-size: 11px;
	line-height: 17px;
}



.section {
	padding-bottom: 20px;
	clear: both;
	padding-right: 50px;
	padding-left: 40px;
}



/***********************************************/
/* footer                         */
/***********************************************/ 


#footer {
	width: 680px;
	padding-top: 15px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-left: 230px;
}
#footer_wrap {
	background-repeat: repeat;
	width: 100%;
	clear: both;
	height: 400px;
}


#footer p {
	font-size: 10px;
	line-height: 20px;
	color: #B9E3FF;
}
#footer-address {
	clear: both;
	background-image: url(../images/footer-bkg.png);
	background-repeat: no-repeat;
	height: 150px;
}
#footer-address p {
	padding-left: 13px;
	line-height: 16px;
}


#footer-address li {
	float: left;
}



#footer-navi {
	font-size: 11px;
	line-height: 18px;
	float: left;
	width: 480px;
}
#footer_navi a {
	color: #FF9900;
}

#footer-navi p {
	padding-left: 13px;
	padding-top: 15px;
	line-height: 16px;
}
#footer-entry {
	float: right;
	width: 187px;
}


  
    
/***********************************************/
/* clearfix                                */
/***********************************************/ 
#content:after,
#gl-navi:after,
#sub:after,
#footer-navi:after,
.page-top:after,
#footer-address ul:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

