@charset "utf-8";
/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/content_bkg.png);
	background-repeat: repeat;
}
#bkg {
	background-image: url(../images/wrapper_bkg.png);
	background-repeat: no-repeat;
	width: 865px;
	padding-left: 65px;
}

* html #bkg{
	width: 930px;
}
* html #main{
	width: 800px;
}
#header {
	width: 800px;
	background-image: url(../images/head-bkg.png);
	background-position: right top;
	background-repeat: repeat-x;
}

#site_id {
	height: 63px;
	float: left;
	padding-left: 20px;
	padding-top: 33px;
}



* html #site_id {
	height: 96px;
}




#pr_navi {
	width: 300px;
	float: right;
	padding-top: 0px;
	padding-right: 12px;
	margin-top: 53px;
}

#pr_navi li {
	float:left;
	line-height: 0px;
}
#pr_navi ul {
	float: right;
}

#gl_navi {
	width: 800px;
	clear: both;
}

#gl_navi li {
	float:left;
}
#pr_navi li img  {vertical-align: top;}



/***********************************************/
/* content                        */
/***********************************************/ 


#content {
	width: 800px;
	clear: both;
	background-repeat: repeat;
}

#content img {
vertical-align: text-bottom;
}



/************** main *****************/
#main {
	padding-left: 25px;
	padding-right: 25px;
}
#main h3 {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #336AA2;
	margin-bottom: 20px;
	margin-left: 2px;

}
#main h2 {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}





#main p {
	margin: 0px;
	padding-bottom: 20px;
}




.section {
	clear: both;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

* html .section{
	width: 750px;
}
/***********************************************/
/* footer                         */
/***********************************************/ 




#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	padding-top: 10px;
}
#footer a {
	font-size: 12px;
}
#footer p {
	font-size: 12px;
}
#footer strong {
	font-size: 14px;
}



  
    
/***********************************************/
/* clearfix                                */
/***********************************************/ 
#content:after,
#gl_navi ul:after,
#sub:after,
#news_link:after,
#footer li:after


{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
.img_right {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
.img_bottom15 {
	padding-bottom: 10px;
}

.img_left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.supplementation {
	font-size: 10px;
	line-height: 16px;
	color: #8D7E63;
	padding-top: 5px;
	display: block;
}

.clearfix {display: block;}
