@charset "UTF-8";
/* SVN FILE: $Id$ */
/**
 * トップページ
 *
 * PHP versions 4 and 5
 *
 * BaserCMS :  Based Website Development Project <http://basercms.net>
 * Copyright 2008 - 2009, Catchup, Inc.
 *								9-5 nagao 3-chome, fukuoka-shi
 *								fukuoka, Japan 814-0123
 *
 * @copyright		Copyright 2008 - 2009, Catchup, Inc.
 * @link			http://basercms.net BaserCMS Project
 * @since			Baser v 0.1.0
 * @version			$Revision$
 * @modifiedby		$LastChangedBy$
 * @lastmodified	$Date$
 * @license			http://basercms.net/license/index.html
 */

/* 標準設定を上書き
----------------------------------------------- */
#contentsBody{
	width:900px;
}
#alfa{
	width:auto;
}

/* NEWS
----------------------------------------------- */
#newsHead01{
	height:25px;
	background:url(images/bg_top_head_01.gif) no-repeat left top;
	text-indent:-3000px;
}
#newsHead02{
	height:25px;
	background:url(images/bg_top_head_02.gif) no-repeat left top;
	text-indent:-3000px;
}
#newsHead03{
	height:25px;
	background:url(images/bg_top_head_03.gif) no-repeat left top;
	text-indent:-3000px;
}
.news {
	width:400px;
	margin:5px 20px 20px 20px;
	display: inline;/* IEバグ対応 */
	float:left;
}
.news .body{
	padding:10px 20px;
}
.news li{
	background:url(images/bg_list_circle.gif) no-repeat left 7px;
	padding-left:15px;
	margin-bottom:10px;
}
.top_button{
	margin-top:20px;
}
.top_button a span{
	display:none;
}
.top_button a{
	display:block;
	width:322px;
	height:61px;
	margin: auto;
	background:url(images/button.gif) no-repeat ;
}
.top_button a:hover{
	background-position: -322px 0px;
}

.body_inner {
	width: 360px;
	clear: both;
	overflow: auto;
	padding-bottom: 20px;
}
.news3_tx1{
	float:left;
	width: 130px;
}
.news3_bnr {
	margin-left: 12px;
}
.news3_tx2{
	clear:both;
}
.linkimg_cap {
	clear:both;
 	padding-left: 160px;
}
