@charset "utf-8";

/********************************************************
Copyright(C)Japan New Alpha CO., LTD. All Rights Reserved.
********************************************************/

/* topics ********************************************/

@import url(auxi.css); 

/* --- Layout --- */

.toppage{ padding: 0 0 0 20px;}
.toppage h1{ margin: 20px 0 5px;}

#read{ margin: 90px 15px 20px;}

#contents{ padding: 130px 0 0;}

/* --- BACKGROUND --- */

.toppage{ background: url(img/auxi/topics/base_title_s.jpg) no-repeat top left;}
.toppage #main_inner{ background: url(img/auxi/topics/read_bg.jpg) no-repeat 212px 100px;}

/* --- TITLES --- */

.toppage h2.h2_01 { background: url(img/auxi/topics/h2_1.gif);}
.toppage h2.h2_02 { background: url(img/auxi/topics/h2_2.gif);}
.toppage h2.h2_03 { background: url(img/auxi/topics/h2_3.gif);}
.toppage h2.h2_04 { background: url(img/auxi/topics/h2_4.gif);}
.toppage h2.h2_05 { background: url(img/auxi/topics/h2_5.gif);}

.article_entry h3{ margin: 0 0 0.1em; background: url(img/auxi/h3_1.gif) no-repeat bottom left;}

/* --- TOPICS --- */

.topics{
	margin: 0 2px 35px;
}
.topics .hght{
	padding: 0 5px;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.topics .l{
	padding: 5px 0 2px;
	clear: none;
	float: left;
	width: 130px;
}
.topics .r{
	margin: 5px 0 2px;
	padding: 0;
	float: right;
	width: 540px;
}


