@charset "utf-8";
/* CSS Document */

/*====================　main　====================*/

#content p.top_img{
	float:left;
	width:590px;
	margin-bottom:10px;
	}

#content #main{
	width:590px;
	text-align:left;
	float:right;
	padding:0 14px 0 12px;
}

#main ul.org{
	margin-bottom:10px;
}

#main ul.org li{
	background:url(../img/scl_org.gif) no-repeat 0 3px;
	padding-left:15px;
}

#main div.adobe{
	width:212px;
	background:#fffce1;
	border:#698bc9 solid 1px;
	padding:5px 14px;
	font-size:95%;
}

#main div.adobe p{
	text-align:left;
}

#main p.pdf{
	background:url(../img/pdf.gif) no-repeat 0 0;
	margin:0 0 10px 22px;
	padding-left:30px;
	height:25px;
}

span.keshi {
color:#999999;
font-weight:bold;
text-decoration:line-through;
}

#main ul.news{
	border:1px #CCCCCC solid;
	padding:10px 0 0 10px;
	margin-bottom:10px;
	width:580px;
	}
	
#main ul.news li{
	background:url(../img/news_icon.png) no-repeat 0 3px;
	padding-left:15px;
	margin-top:5px;
	}
	
/*first_box*/

#main div.first_box{
	width:585px;
	background-color:#FFFFCC;
	border:1px #FF9933 outset;
	padding:10px 0 10px 5px;
	margin-bottom:5px;
	}
#main div.first_box p strong{
	font-weight:bold;
	color:#FF6600;
	padding-bottom:5px;
	}
#main div.first_box p{
	font-size:110%;
	font-weight:bold;
	line-height:1.6em;
	padding-bottom:5px;
	}
#main div.first_box p.next{
	clear: both;
	font-size:90%;
	text-align:right;
	margin:-45px 10px 0 15px;
	}
#main div.first_box p.next a{
	background:url(../img/go_next_org.png) no-repeat 0 50%;
	padding-left:17px;
	}

#main div.first_box span.text_s{
	font-size:90%;
	}


/*second_box*/

#main div.second_box{
	width:585px;
	background-color:#EBFFD7;
	border:1px #06C640 outset;
	padding:10px 0 10px 5px;

	}
#main div.second_box p strong{
	font-weight:bold;
	color:#047427;
	padding-bottom:5px;
	}
#main div.second_box p{
	font-size:110%;
	font-weight:bold;
	line-height:1.6em;
	padding-bottom:5px;
	}
#main div.second_box p.next2{
	clear: both;
	font-size:90%;
	text-align:right;
	margin:-45px 10px 0 15px;
	}
#main div.second_box p.next2 a{
	background:url(../img/go_next_grn.png) no-repeat 0 50%;
	padding-left:17px;
	}

