

/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

.top_image{
	margin:10px 0px 0px 0px;
	width:720px;
	height:280px;
	background:url("./image/top_image.jpg");
}

.top_text{
	width:720px;
}

.banner{
	margin:10px 0px 0px 0px;
	width:720px;
	height:110px;
}

.banner_s{
	margin:10px 0px 0px 0px;
	width:240px;
	height:110px;
	float:left;
}
.topics{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


.topics_box{
	width:480px;
	float:right;
}


.topics_head{
	margin:10px 0px 0px 0px;
	width:480px;
	height:60px;
	float:right;
	background:url("image/topics_head.jpg");
}

.topics_date{
	padding:0px 0px 0px 0px;
	line-height:38px;
	width:105px;
	text-align:right;
	float:left;
}

.topics_text{
	width:350px;
	line-height:40px;
	text-align:left;
	float:right;
}

.topics_back{
	widht:420px;
	height:40px;
	background:url("image/topics_back.gif");
}
