﻿

/*==================*/


.info{
	width:100%;
	padding:0px;
	margin:0px;
}

.info h2{
	text-align:center;
	height:34px;
	margin:0px;
	color:#555;
	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_blue.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:#33f;}
.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_green{		
	width:100%;	
	margin:0 0 15px 0;	
}		
.list_green h2 {		
	width:100%;	
	margin:0px;	
	padding:8px 0px 8px 0px;	
	text-align:center;	
	border-bottom:1px solid #3a3;	
	font-size:10pt;	
	background:	url('list_img/li_h2.jpg') no-repeat;
	color:	#fff;
}		
.list_green ul {		
	margin: 0;	
	padding: 0;	
}		
.list_green li {		
	list-style: none;	
	margin: 0px;	
	padding: 0px;	
}		
.list_green ul li {		
	margin: 0px;	
	padding: 0px;	
	border-bottom:1px solid #ccc;
}		
.list_green ul li a{		
	display: block;	
	line-height:25px;
	text-decoration: none;	
	padding: 2px 0px 2px 35px;	
	_height:20px;
	background: url('list_img/li_nomal.jpg') no-repeat;
	color: 	#030;
}		
.list_green ul li a:hover{		
	background: url('list_img/li_hover.jpg') no-repeat;
	color: 	#060;
}		
		
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/		

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/		

.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:10px 0 0 0px;
	padding:5px 0px;
	text-align:center;
	border-bottom:2px solid #bbb;
	font-size:10pt;
	background:#eee;
	color:
}	
	
.list_dot ul{	
	margin:0px;
	padding:0px;
}

.list_dot ul li{	
	list-style-type:none;
	margin:3px 4px;
	padding:3px 4px;
	border-bottom:1px dotted #555;
}	
	
.list_dot ul li a{	
	margin:3px 4px;
	padding:0px;
	text-decoration:none;
	color:#444;

}	
.list_dot ul li a:hover{	
	text-decoration:underline;
	color:#44a;
}	

