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

#main_content a {
	color:#606;
	text-decoration:underline;
	}
#main_content a:hover {
	text-decoration:none;
	}
h3 {}

h4 {
	background-image:url(../data/img_degradation/img_h4_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:200%;
	padding-left:10px;
	margin:30px 0 20px 0;
	}
.h4_wrapp {
	background-image:url(../data/img_degradation/img_dot.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	}
p.text_link {
	font-size:10px;
	text-align:right;
	}
span.color {
	color:#606;
	}