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

@import '../../../global_src/css/format.css';
@import '../../../global_src/css/common.css';

/*-----------------------------------------------*/

#article{
	margin-top:740px;
	width:668px;
	padding:10px 0 10px 10px;
	position:absolute;
	top:50%;
	background:url('../../../global_src/img/alpha_bg.png') repeat-y;
	line-height:165%;
	color:#333;
	font-size:12px;
}

/*-----------------------------------------------*/

#article h2{
	display:block;
	width:134px;
	float:left;
	background:#EA5515;
}

/*-----------------------------------------------*/

#article div{
	width:509px;
	padding-left:15px;
	float:left;
}

#article div h3{
	margin-bottom:20px;
}