@charset "utf-8";
/* CSS Document */

a, a:link, a:visited, .type_link{
	color:#006699;
	text-decoration: underline;
	cursor:pointer;
	outline: none;
}

.type_link2, .type_link2:link, .type_link2:visited{
	/*text-decoration:none;*/
}
.type_link2:hover{
	text-decoration:none;
}
a:hover, .type_link:hover{
	cursor:pointer;
	text-decoration:underline;
}
/****************/
.link_extern_content,.link_extern_content:link, .link_extern_content:visited{
	color:#555555;
	text-decoration:none;
}
.link_extern_content:hover{
	text-decoration:underline;
}
/*************/
.link02,.link02:link, .link02:visited{
	color:#187b82;
	text-decoration:none;
	font-size:17px;
	font-weight:700;
}
.link02:hover{
	text-decoration:underline;
}
/**********************/
.title_01,.title_02, .title_05{
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.title_02{
	/*color:#0f5663;*/
}
.title_03{
	color:#cc5400;
	font-size:13px;
	font-weight:700;
	padding-left:10px;
}
.title_04{
	font-size:16px;
	font-weight:700;
}
.title_05{
	color:#FFFFFF;
}
