@charset "utf-8";

@import "reset.css";
@import "font.css";
@import "basic.css";

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

top

-------------------------------------------------------------

 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content

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

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

mainvisual

-------------------------------------------------------------*/
#bodyArea #mainvisual {
	text-align: center;
	margin-bottom: 17px;
}


#bodyArea ul#TmenuArea {
	display: block;
	width: 906px;
	height: 150px;
	margin-bottom: 15px;
	text-align: center;
}

ul#TmenuArea li {
	float: left;
	padding: 3px;
}

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

introduce

-------------------------------------------------------------*/
#introduce {
	float: left;
	width: 518px;
	border: 1px solid #000;
	background: #FFF url(../../img/img_introduce.jpg) no-repeat left top;
}

#introduce #btn {
	float:left;
	width: 210px;
	height: 66px;
	padding: 140px 0px 0px 0px;
}

#introduce div.R {
	float: right;
	width: 280px;
	padding: 70px 15px 15px 0px;
}

#introduce h3 {
	width: 500px;
	margin:0px auto;
	padding:0px;
}

#introduce ul {
	width: 500px;
	margin:0px auto 5px;
	padding:0px;
}

#introduce ul li {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

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

rightArea

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

#rightArea {
	float: right;
	width:360px;
padding:0;
	margin:0;
	display: block;
	border: 1px solid #000;
	background: #FFF url(../../img/new.jpg) no-repeat left top;
}

/*------------------------
News
------------------------*/	
	
.new_01{
	width:360px;
	height:160px;
	margin:0;
	padding:0 auto;
	overflow:auto;
	}
	
.new_01 ul{
	width:330px;
	margin:0px auto 0 10px;
	padding:0 0 0 0px;
	}
	
.new_01 ul li{
	margin:0;
	padding:5px 0 0 20px;
	text-indent:0px;
	background:url(../../img/new_li.jpg) no-repeat;
	border-bottom:1px dotted #CCC;
	}

/*------------------------
bn
------------------------*/

#rightArea02 {
	float: right;
	width:360px;
	padding:10px 0 0 0;
	display: block;
	margin-top:0px;
}

	
.rightArea02 ul {
	width: 360px;
	margin:0px auto 0px;
	padding:0px;

}
.rightArea02 li {
	margin-bottom: 0px;
}


