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


/* maincontent ----------------------------------------------- */
#maincontent {
	background: #FFFFF0 url("../bgL006.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: #2A98CD;
	font-size: 18px;
	border-left: 10px solid #2A98CD;
	padding-left: 5px;

}
#main_2 li .big span {
	font-size: 20px;
	border: none;
	color: #000;
}
	
#main_2 h3{
	font-size: 40px;
	color: #2A98CD;
	border: none;
}
	
#main_2 h3 span{
	font-size: 18px;
}


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