@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------
content(フラッシュの高さにより上マージンが変動)
-----------------------------------------------------*/
#content{
	width: 878px;
	margin-top: 312px;
	margin-right: auto;
	margin-left: auto;	
}

/*-----------------------------------------------------
primary(左部分)
-----------------------------------------------------*/
#top_box h2{
	width: 611px;
	height: 140px;
	display: block;
	overflow: hidden;
	background-image: url(../images/base/top_box_head.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left top;
}

#top_box p{
	height: 175px;
	background-image: url(../images/base/top_box_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 2em;
	padding-top: 20px;
	text-align:justify;
	text-justify:inter-ideograph;
	color: #FFFFFF;
}

#box_2 h3{
	width: 611px;
	height: 60px;
	display: block;
	overflow: hidden;
	background-image: url(../images/base/box_2_top.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: left top;
}

#box_2 h4{
	color: #3366CC;
	font-size: 105%;
	padding-left: 50px;
}

#box_2 p{
	padding-left: 50px;
}

#box_2 #box_2_mid{
	background-image: url(../images/base/box_2_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 20px;
}

#box_2 h5{
	width: 571px;
	height: 82px;
	margin-top: 20px;
	margin-left: 20px;
}

#box_2 h5 a{
	width: 571px;
	height: 82px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	background-image: url(../images/topics_banner_isa.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position:0 0;
}

#box_2 h5 a:hover{
	background-position:0 -82px;
}

#box_2 #box_2_bottom{
	background-image: url(../images/base/box_2_btm.gif);
	background-position: left top;
	height: 10px;
}

/*-----------------------------------------------------
under
-----------------------------------------------------*/
.under_top{
	height: 15px;
	background-image: url(../images/base/under_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.under_mid h4{
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	font-size: 100%;
	padding-top: 10px;
}

.under_mid h5{
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	font-size: 100%;
	padding-top: 10px;
}

.under_mid p{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E50000;
	padding-top: 8px;
	padding-bottom: 5px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 1.8em;
}

/*-----------------------------------------------------
フラッシュ
-----------------------------------------------------*/
#flash{
	height: 260px;
	width: 980px;
	position: absolute;
	top: 169px;
	_top: 180px;
	left: 10px;
}

