﻿@charset "utf-8";
/* インデックスページのCSS */

/*ボディー*/
body {
	background-image:url(../img/header/header-side.png);
	background-repeat:repeat-x;
}

/*コンテナ*/
#container {
	width:1000px;
	margin:auto;
	margin-top:0px;
	margin-bottom:10px;
}

/*ヘッダー*/
#header {
	width:1000px;
	height:108px;
	background-image-:url(../img/header/header-background.png);
	background-repeat-:repeat-x;
}

/*メインメニュー*/
#mainmenu {
	width:1000px;
	height:32px;
	background-color:#496daa;
	margin:0px;
}

ul#menu {
	clear:both;
	width:600px;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-left: 200px;
	height:28px;
}

ul#menu li {
	list-style-type:none;
	float:left;
}

ul#menu li a {
	display:block;
	line-height:28px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background-color:#496daa;
	border-top:solid 1px #496daa;
	border-bottom:solid 1px #496daa;
}

ul#menu li a:hover {
	color:#FFFFBF;
	background-color:#39F;
	border-bottom:solid 2px #ff0;
	border-top:solid 0px #496daa;
}

ul#menu li.menu-1 a {
	width:200px;
}

ul#menu li.menu-2 a {
	width:200px;
}

ul#menu li.menu-3 a {
	width:200px;
}

ul#menu li.menu-4 a {
	width:125px;
}

ul#menu li.menu-5 a {
	width:125px;
}

ul#menu li.menu-6 a {
	width:125px;
}

ul#menu li.menu-7 a {
	width:125px;
}

ul#menu li.menu-8 a {
	width:125px;
}

ul#menu li.menu-9 a {
	width:180px;
}


/*コンテンツ*/
#content {
	width:950px;
	float:right;
	margin-top:50px;
	margin-bottom:100px;
	margin-left:25px;
}

#content p.center-img {
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
}

#content p.click {
	font-size:12px;
	margin-top:10px;
	margin-bottom:15px;
	text-align:center;
}

/*スライドショー*/
#slide {
	width:700px;
	height:500px;
	margin-left:100px;
}

#main-slide {
	width:700px;
	height:500px;
	margin-bottom:10px;
	float:left;
	list-style-type:none;
	overflow:hidden;
}

/*カウンター*/
#counter {
	text-align:right;
}

/*フッター*/
#footer {
	clear:both;
	height:110px;
	background-image:url(../img/footer/footer-side.png);
	background-repeat:repeat-x;
}

#footer p.footer-img {
	text-align:center;
}
