@charset "utf-8";
/* CSS Document */

.sub_ptop {
	text-align:right;
	margin-right:18px;
	clear: both;
}

.sub_ptop2 {
	float:right;
	margin-right:18px;
	clear: both;
}

/************* navi ********************************************************************************************************/

#s_navi {
	clear:both;
}

#s_navi ul {
	height:44px;

}


#s_navi li {
	float:left;
}

#s_navi .s_navi01 a:hover,
#s_navi .s_navi02 a:hover,
#s_navi .s_navi03 a:hover,
#s_navi .s_navi04 a:hover,
#s_navi .s_navi05 a:hover,
#s_navi .s_navi06 a:hover,
#s_navi .s_navi07 a:hover{	
    background-position: 0px -44px;
}

.s_navi01 a { 
	display:block; 
	background:url(../images/sub_navi02.gif) no-repeat; 
	width:135px; 
	height:44px;
	text-indent: -1000em;
}

.s_navi02 a { 
	display:block; 
	background: url(../images/sub_navi03.gif) no-repeat;
	width:135px; 
	height:44px;
	text-indent: -1000em;
}

.s_navi03 a { 
	display:block; 
	background: url(../images/sub_navi04.gif) no-repeat; 
	width:135px; 
	height:44px;
	text-indent: -1000em;
}

.s_navi04 a { 
	display:block; 
	background: url(../images/sub_navi05.gif) no-repeat; 
	width:135px; 
	height:44px;
	text-indent: -1000em;
}

.s_navi05 a { 
	display:block; 
	background: url(../images/sub_navi06.gif) no-repeat;
	width:135px; 
	height:44px;
	text-indent: -1000em;
}

.s_navi06 a { 
	display:block; 
	background: url(../images/sub_navi07.gif) no-repeat;
	width:139px; 
	height:44px;
	text-indent: -1000em;
}

.s_navi07 a { 
	display:block; 
	background: url(../images/sub_navi01.gif) no-repeat;
	width:134px; 
	height:44px;
	text-indent: -1000em;
}



/************* maintitle ********************************************************************************************************/


#main_title {
		background: url(../images/bg_maintitle.jpg) no-repeat;
		width: 680px;
		height: 107px;
}

#main_title .img_title {
		margin: 22px 0 0 64px;
}

#main_title .topic_pass {
		text-align: right;
		font-size: 83%;
		margin: 22px 13px 0 0; 
}


/************* subtitle ********************************************************************************************************/

#sub_title {
		background: url(../images2/bg_sub_red.gif) no-repeat;
		width: 680px;
		height: 47px;
		text-align: left;
}

#sub_title h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 0 36px;
		color:#333333;
}

#sub_title2 {
		background: url(../images2/bg_sub_bule.gif) no-repeat;
		width: 680px;
		height: 47px;
		text-align: left;
}

#sub_title2 h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 0 36px;
}

#sub_title3 {
		background: url(../images2/bg_sub_green.gif) no-repeat;
		width: 680px;
		height: 47px;
		text-align: left;
}

#sub_title3 h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 0 36px;
}

#sub_title4 {
		background: url(../images2/bg_sub_ore.gif) no-repeat;
		width: 680px;
		height: 47px;
		text-align: left;
}

#sub_title4 h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		padding: 10px 0 0 36px;
}


