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

body {
	margin: 0;
	padding: 0;
	color:#ffffff;
	font: 80%/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#FFFFFF;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

p,form {
	margin: 0px;
	padding: 0px;
}


ul li {
	list-style-type:none;
}

a img {
	border:0;
}

a:link {
	color:#999999;
	text-decoration:none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

.news a:link {
	color:#0000ff;
	text-decoration:underline;
}

.news a:visited {
	color:#0000ff;
	text-decoration:underline;
}


.magin_b5 {
	margin-bottom: 5px;
}
.magin_b10 {
	margin-bottom: 10px;
}
.magin_b15 {
	margin-bottom: 15px;
}

#contens{
	margin:auto;
	width:1080px;
	background-color:#FFFFFF;
	padding-bottom: 15px;
}

#header {
	width:1080px;
	height:70px;
	background-image:url(../images/main/head_bg.jpg);
	margin-bottom: 15px;
}

#logo {
	width:185px;
	height:45px;
	margin-left: 65px;
	padding-top: 10px;
}

#logo ul {
	margin: 0px;
	padding: 0px;
	display: block;
	width:185px;
	height:45px;
}

#logo ul li {
	list-style: none;
	height: 45px;
	padding: 0px;
	display:block;
	width: 185px;
}

#logo1 a {
	background: url(../images/main/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 185px;
}

#logo1 a:hover {
	background: url(../images/main/logo_on.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 185px;
}

/*コンテンツボタン部分
------------------------*/
#menu {
	width:1080px;
	height:40px;
	margin-bottom: 30px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	display: block;
	width:1080px;
	height:40px;
}

#menu ul li {
	float: left;
	list-style: none;
	height: 40px;
	padding: 0px;
	display:block;
	width: 270px;
}

#menu01 a {
	background: url(../images/main/head_01.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}


#menu02 a {
	background: url(../images/main/head_02.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
	
}

#menu03 a {
	background: url(../images/main/head_03.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}

#menu04 a {
	background: url(../images/main/head_04.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}

#menu01 a:hover {
	background: url(../images/main/head_01_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}

#menu02 a:hover {
	background: url(../images/main/head_02_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}

#menu03 a:hover {
	background: url(../images/main/head_03_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}

#menu04 a:hover {
	background: url(../images/main/head_04_on.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 270px;
}

/*box
------------------------*/
.box {
	width:945px;
	margin:auto;
}
/*フッター
------------------------*/

#footer {
	margin-bottom:20px;
	text-align: center;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	color: #999999;
}
