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

/*====================================================
　 NAVIGATION
====================================================*/	
#Navi .C_navi li{
	border-bottom: 1px dotted #2A97FF;
	}
#Navi .C_navi a:link{
	color: #222222;
	text-decoration:underline;
}
#Navi .C_navi a:visited{
	color: #777777;
	text-decoration:underline;
}
#Navi .C_navi a:hover{
	color: #2A97FF;
	text-decoration: underline;
}
#Navi .C_navi a:active{
	color: #222222;
	text-decoration:underline;
}		
	
	
/*====================================================
　 TOP_BOX
====================================================*/	
.c_name{
	color: #2E90EF !important;
	}
	
/*====================================================
　TITLE
====================================================*/		
h2.typ1{
	border-bottom: 1px dotted #2A97FF;
	color: #2A97FF;
}
h2.typ2{
	border-bottom: 1px dotted #2A97FF;
	color: #2A97FF;
}

/*====================================================
　CONTENT
====================================================*/		
.txt_int{
	font-weight: bold;
	padding: 0 0 20px 0;
	}
.next_banner{
	padding: 20px 0 0 0;
	text-align: center
	}
.next_banner a{
	width: 400px;
	text-align: center;
	display: block;
	padding: 15px;
	background: #EAF5FF;
	border: 2px solid #339AFF;
	margin: 0 auto;
	font-weight: bold;
	}
.next_banner a:link{
	color: #2E90EF;
	text-decoration:none;
}
.next_banner a:visited{
	color: #666666;
	text-decoration: none;
}
.next_banner a:hover{
	color: #222222;
	text-decoration: underline;
}
.next_banner a:active{
	color: #222222;
	text-decoration:none;
}

.profile{
	border: 1px dotted #333333;
	padding: 15px;
	margin: 20px 0 0 0;
	background: #f5f5f5;
	}
.prof_name{
	font-weight: bold;
	padding: 0 0 5px 0;
	}