@charset "utf-8";
/* CSS Document */

@import "style.css";

body {
	padding: 0px;
	margin: 0px;
	color: #333333;
}

#wrapper_top{
	width:100%;
	height: 100%;
	margin: 0 auto 0 auto;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}

#main_top{
	width:980px;
	margin: 0 auto;
	height: 440px;
}

/* Jquary globalMenu
------------------------------------ */

#menu_top {
	width: 980px;
	height: 97px;
	padding:0;
}

ul#menu_top {
	width: 980px;
	height: 97px;
	list-style:none;
	padding:0;
	clear: both;
	margin: 0 auto;
	background-image: url(../img/menu.jpg);
}

ul#menu_top li {
	float:left;
}

ul#menu_top li a {
	display:block;
	width:245px;
	height:97px;
	text-indent:-9999px;
}

ul#menu_top li a span {
	cursor: pointer;
}

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


.news{
	width:660px;
	margin: 10px 0 0 0;
	padding: 0px;
	clear: both;
}

.news_ttl{
	width:660px;
	margin: 15px 0 0 0;
	padding: 0px;
	clear: both;
}

.blog_ttl{
	width:660px;
	margin: 30px 0 0 0;
	padding: 0px;
	clear: both;
}

.text_box {
	width:640px;
	line-height: 31px;
	height: 100px;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;

}

#t_under_box{
	width:980px;
	background-color: #000000;
	height: 220px;
	margin: 0 auto 0 auto;
	clear: both;
}

#t_under_box li{
	display:block;
	width:530px;
	font-size: 12px;
	line-height: 25px;
	list-style-image: none;
	list-style-type: none;
	height: 25px;
	color: #FFFFFF;
}
