@import url(header.css);
@import url(inside.css);


/* maincontent ----------------------------------------------- */
#maincontent {
	background: #FFFFF0 url("../bgL005.gif") no-repeat;
}

/* leftLink ----------------------------------------------- */

#leftLink a{
	color: #18A3E4;
}

/* 本文リスト----------------------------------------------- */



#main_2 ul{
	margin-bottom: 10px;
	list-style-type: none;
}
#main_2 ul .mark{
	list-style-type: square;
}
#main_2 ul .small{
	list-style-type: circle;
	margin-top: -20px;
}


#main_2 li a{
	color: #18A3E4;
	text-decoration: none;
}
#main_2 li a:hover{
	text-decoration: underline;
}



#main_2 li {

	color: #000;
	line-height: 1.5em;	
}	

#main_2 li span{
	color: #007872;
	font-size: 18px;
	border-left: 10px solid #007872;
	padding-left: 5px;

}

	
#main_2 h3{
	font-size: 28px;
	color: #007872;
	border: none;
}

h4{
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
}
h4 span{
	color: #007872;
}
