@charset "utf-8";
/***********************************************/
/* wrapper                                   */
/***********************************************/ 

#wrapper {
	width: 950px;
	background-color: #E4E4E4;
}

#header {
	width: 950px;
	height: 48px;
	background-color: #FFFFFF;
}
#site-id {
	float: left;
	width: 310px;
	height: 48px;
	padding-left: 150px;
}
h1 {
	width: 48px;
}

#pr-navi {
	float: right;
	text-align: left;
	width: 231px;
	height: 27px;
	margin-right: 37px;
	margin-top: 9px;
}

#pr-navi li {
	float: left;
}
#pr-navi li a {
	height: 27px;
}
#pr-navi li.pl-bt1 a {
	width: 74px;
}
#pr-navi li.pl-bt2 a {
	width: 75px;
}
#pr-navi li.pl-bt3 a {
	width: 82px;
}



/************** navigation styles *****************/

#gl-navi {
	height: 64px;
	width: 950px;
	background-image: url(../images/gl-navi-bg.png);
	background-repeat: no-repeat;
}


#gl-navi ul {
	text-decoration: none;
	list-style-image: none;
	margin-left: 150px;
}

#gl-navi li {
	list-style-type:none;
	width:200px;
	height:64px;
	float:left;
}
#gl-navi li a {
	display:block;
	width:200px;
	height:64px;
}
#gl-navi li a:hover {
	background-color:transparent;
}
#gl-navi li a:hover img{
	visibility:hidden;
}
#gl-navi li.gl-bt1 {
	background-image: url(../images/gl-bt1on.png);
	background-repeat: no-repeat;
}	
#gl-navi li.gl-bt2 {
	background-image: url(../images/gl-bt2on.png);
	background-repeat: no-repeat;
}	
#gl-navi li.gl-bt3 {
	background-image: url(../images/gl-bt3on.png);
	background-repeat: no-repeat;
}	
#main-visual {
	clear: both;
}


/***********************************************/
/* contents                         */
/***********************************************/ 


#contents {
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
	margin-left: 150px;

}
/************** main *****************/

#main {
	float: left;
	width: 560px;
}
#topic_path {
	font-size: 11px !important;
	font-size: 10px;
	padding-top: 13px;
	padding-bottom: 15px;
	margin-left: 40px;
}
#topic_path a {
	font-size: 11px !important;
	font-size: 10px;
}
.section {
	width: 100%;
}
#index p {
	margin-bottom: 15px;
}
#index a {
	line-height: 18px;
}

/************** sub *****************/

#sub {
	float: right;
	width: 199px;
	background-color: #FFFFFF;
	background-image: url(../images/sub-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1px;
	padding-top: 58px;
}
#sub ul {
	margin-bottom: 20px;
}

#sub li a {
	display:block;
	width:199px;
	height:26px;
}
#sub li a:hover {
	background-color:transparent;
}
#sub li a:hover img{
	visibility:hidden;
}
#page-top {
	width: 760px;
	background-color: #FFFFFF;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	padding-top: 40px;
}
#page-top img {
	vertical-align: bottom;
}



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


#footer {
	width: 320px;
	background-image: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	clear: both;
	height: 155px;
	background-color: #FFFFFF;
	margin-left: 150px;
	background-position: 40px top;
	padding-left: 480px;
}
#footer p {
	font-size: 10px;
	padding-top: 8px;
}

#footer a {
	font-size: 10px;
	margin-top: 8px;
}
#footer  .home {
	margin-left: 80px;
}

table {
	font-size: 12px;
	line-height: 18px;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/ 


.clear {
	clear: both;
}
.txt-footer {
	font-size: 11px !important;
	font-size: 10px;
	color: #FFFFFF;
}
.txt-copyright {
	font-size: 11px !important;
	font-size: 10px;
	color: #ACB9C6;
}
.bottom40px {
	margin-bottom: 40px;
}

