/* ----------------------- contents ----------------------- */

#a_contents{
    font-size: 12px;
    line-height: 16px;
	letter-spacing: normal;
}

#a_contents h1{
	background:url(images/top/title.gif) no-repeat;
	width: 680px;
	height: 53px;
	padding: 0px ;
	margin: 0px ;
}

#a_contents h1 span{
	text-indent: -999em;
	display:none;
}

.a_contents_box{
	width:432px;
	height:auto;
	line-height:1.6;
	margin-bottom:20px;
	overflow:hidden;
	}
	
	.a_contents_box .a_title{
		width:432px;
		height:auto;
		line-height:1.3;
		color:#E73C60;
		}
	.a_contents_box .a_date{
		width:432px;
		height:auto;
		line-height:1.3;
		padding:10px 0 5px 0;
		background:url(images/common/line_02.gif) no-repeat;
		}
	.a_contents_box .a_main{
		width:427px;
		height:auto;
		line-height:1.2;
		padding:0 0 0 5px;
		overflow:hidden;
		}
		.a_contents_box .a_main .a_img{
			float:left;
			width:175px;
			height:auto;
			}
		.a_contents_box .a_main .a_txt{
			float:right;
			width:245px;
			height:auto;
			color:#666666;
			}


/* ----------------------- box ----------------------- */

.pad_btm6 {
padding-bottom: 6px;
}

.pad_btm5 {
padding-bottom: 5px;
}

.pad_btm15 {
padding-bottom: 15px;
}


.pad_btm24 {
padding-bottom: 24px;
}

.mar_btm30{
margin-bottom: 30px;
}

.mar_top10 {
margin-top: 10px;
}
/* ----------------------- font ----------------------- */
.a_f10B{
	color:#000000;
	font-size:10px;
	line-height:14px;
}

.a_f10G{
	color:#666666;
	font-size:10px;
	line-height:14px;
}

.a_f12G{
	color:#666666;
	font-size:12px;
	line-height:16px;
}

.a_f12R{
	color:red;
	font-size:12px;
	line-height:16px;
}


