/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;

}
body,td,th {
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #18B1FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #18B1FF;
}
a:hover {
	text-decoration: none;
	color: #65CCFF;
}
a:active {
	text-decoration: none;
	color: #18B1FF;
}
p,h1,h2 {
	margin: 0px;
	padding: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 760px;
}
/*ヘッダーここから*/
#header {
	text-align: left;
	width: 760px;
	height: 331px ;
	margin:0;
	padding:0;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/header.jpg);
	background-repeat: no-repeat;
}
/*ヘッダーここまで*/
/*メニューここから*/
#mn {
	width: 760px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
ul#mn li {
	display : inline;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul#mn li a {
	display: block;
	padding: 0px;
}
a#mn01 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn01.jpg);
	background-repeat: no-repeat;
}
a:hover#mn01 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn01_f2.jpg);
	background-repeat: no-repeat;
}
a#mn02 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn02.jpg);
	background-repeat: no-repeat;
}
a:hover#mn02 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn02_f2.jpg);
	background-repeat: no-repeat;
}
a#mn03 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn03.jpg);
	background-repeat: no-repeat;
}
a:hover#mn03 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn03_f2.jpg);
	background-repeat: no-repeat;
}
a#mn04 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn04.jpg);
	background-repeat: no-repeat;
}
a:hover#mn04 {
    width: 190px;
	height: 45px;
	text-indent: -500em;
	outline-style: none;
	background-image: url(images/top/mn04_f2.jpg);
	background-repeat: no-repeat;
}
/*メニューここまで*/