﻿

/*==================*/


.info{
	width:100%;
	padding:0px;
	margin:0px;
}

.info h2{
	text-align:center;
	height:34px;
	margin:0px;
	color:#fff;
	font-size:10pt;
	line-height:34px;
}

.info_main{
	padding:3px;
	margin:0 0 5px 0;
	border:2px solid;
}
.info_main p{
	margin:3px;
	color:#333;
}


.info .orange h2{background:url('info/info_orange.jpg');}
.info .red h2{background:url('info/info_red.jpg');}
.info .enge h2{background:url('info/info_enge.jpg');}
.info .pink h2{background:url('info/info_pink.jpg');}
.info .blue h2{background:url('info/info.jpg');}
.info .purple h2{background:url('info/info_purple.jpg');}
.info .green h2{background:url('info/info_green.jpg');}
.info .yellow h2{background:url('info/info_yellow.jpg');}

.info .orange .info_main{	border-color:#f80;}
.info .red .info_main{	border-color:#f33;}
.info .enge .info_main{	border-color:#820;}
.info .pink .info_main{	border-color:#f88;}
.info .blue .info_main{	border-color:#077afa;}
.info .purple .info_main{	border-color:#80f;}
.info .green .info_main{	border-color:#262;}
.info .yellow .info_main{	border-color:#ff0;}

.info .blank{
	border:0px;
	margin:0px;
	padding]:0px;
	background:none;
	border-color:#fff;
}
.info .blank .info_main{
	padding:0px;
	margin:0 0 5px 0;
	border:0px solid #fff;
}

/*==============================*/

.list_blue{		
	width:100%;	
	margin:0 0 5px 0;	
}		
.list_blue h2 {		
	width:100%;	
	margin:0px;	
	padding:5px 0px 5px 0px;	
	text-align:center;	
	border:none;	
	font-size:10pt;	
	background:	url('list_img/a_h2.jpg') no-repeat;
	color:	#fff;
}		
.list_blue ul {		
	margin: 0;	
	padding: 0;	
}		
.list_blue li {		
	list-style: none;	
	margin: 0px;	
	padding: 0px;	
}		
.list_blue ul li {		
	margin: 0px;	
	padding: 0px;	
}		
.list_blue ul li a{		
	display: block;	
	line-height:28px;
	_height:26px;
	text-decoration: none;	
	padding: 3px 0px 3px 20px;	
	background: url('list_img/a_li_nomal.jpg') ;
	color: 	#00a;
	margin:0px;
	border-bottom:1px solid #66c;
}		
.list_blue ul li a:hover{		
	background: url('list_img/a_li_hover.jpg');
	color: 	#339;
}		

/*==============================*/

.list_orange{		
	width:100%;	
	margin:0 0 5px 0;	
}		
.list_orange h2 {		
	width:100%;	
	margin:0px;	
	padding:5px 0px 5px 0px;	
	text-align:center;	
	border:none;	
	font-size:10pt;	
	background:	url('list_img/b_h2.jpg') no-repeat;
	color:	#fff;
}		
.list_orange ul {		
	margin: 0;	
	padding: 0;	
}		
.list_orange li {		
	list-style: none;	
	margin: 0px;	
	padding: 0px;	
}		
.list_orange ul li {		
	margin: 0px;	
	padding: 0px;	
}		
.list_orange ul li a{		
	display: block;	
	line-height:24px;
	_height:18px;
	text-decoration: none;	
	padding: 3px 0px 3px 20px;	
	background: url('list_img/b_li_nomal.jpg') ;
	color: 	#00a;
	margin:0px;
	border-bottom:1px solid #c63;

}		
.list_orange ul li a:hover{		
	background: url('list_img/b_li_hover.jpg');
	color: 	#00a;
}		
		
		
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/		

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/		

.list_gray{		
	width:100%;	
	margin:5px 0 10px 0;	
}		
.list_gray h2 {		
	width:100%;	
	margin:0px;	
	padding:5px 0px;	
	text-align:left;	
	border-bottom:1px solid #bbb;	
	font-size:10pt;	
	background:none;
	color:	#666;
}		
.list_gray ul {		
	margin: 0;	
	padding: 0;	
}		
.list_gray li {		
	list-style: none;	
	margin: 0px;	
	padding: 0px;	
}		
.list_gray ul li {		
	border-right:1px dashed #aaa;	
	border-bottom: 1px dashed #aaa;	
	margin: 2px 0px;	
	padding: 0px;	
}
.list_gray ul li a{		
	display:block;
	text-decoration: none;	
	padding: 5px 0px 5px 10px;	
	border-left: 5px solid 	#090;
	color: 	#333;
}		
.list_gray ul li a:hover{		
	text-decoration:underline;
	background:#ffc;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/		

.list_dot{
	width:100%;
}

.list_dot h2{
	width:100%;
	margin:0px;	
	padding:5px 0px;	
	text-align:left;	
	border-bottom:1px solid #bbb;	
	font-size:10pt;	
	background:none;
	color:	#666;
}

.list_dot ul{
	margin-top:0px;
}


.list_dot ul li{
	list-style-type:circle;
	margin-left:-18px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #555;
}

.list_dot ul li a{
	text-decoration:none;
	color:#444;
}
.list_dot ul li a:hover{
	text-decoration:underline;
	color:#44a;
}