@charset "utf-8";
/* CSS Document */

/* 全体的なルール */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:img  {
	margin-top: 1px;
	margin-left: 1px;
}
* {
	margin:0;
	padding:0;
}
.clear {
	clear: both;
}

body {
	background-color:#CCCCCC;
	color:#333333;
	font-family:verdana, sans-serif;
	font-size:12px;
	text-align: center;
	margin-top: 10px;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat;
}
#bottom {
	height: 250px;
	background-color: #FFFFFF;
}


h1 {
	font-size:10px;
	color: #999999;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h2 {
	font-size:10px;
	padding: 0px;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
strong {
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
a { text-decoration:none }
a:link {
	color:#0099FF;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#FF9900;
	position:relative; top:1px; left:1px;
}
a:active { color:#D7FA99; }


/* 全体的なルールここまで */

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow:auto!important;
	padding-bottom: 15px;
}#main_img {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#menu_box {
	float: left;
	width: 180px;
}
#menu_box li {
	display: block;
	height: 45px;
	width: 180px;
	list-style-type: none;
	margin-top: 1px;
}
#menu_box li em {
	visibility: hidden;
}

#menu_box li a {
	text-decoration: none;
	display: block;
	height: 45px;
	width: 180px;
	padding: 0px;
	margin-top: 0px;
}

#menu_box  #m01 a {
	background-image: url(../img/m01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_box  #m01 a:hover,#header #m1 a:active {
	background-image: url(../img/m01_on.jpg);
	background-repeat: no-repeat;
}
#menu_box  #m02 a {
	background-image: url(../img/m02.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_box  #m02 a:hover,#header #m1 a:active {
	background-image: url(../img/m02_on.jpg);
	background-repeat: no-repeat;
}
#menu_box  #m03 a {
	background-image: url(../img/m03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_box  #m03 a:hover,#header #m1 a:active {
	background-image: url(../img/m03_on.jpg);
	background-repeat: no-repeat;
}
#menu_box  #m04 a {
	background-image: url(../img/m04.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_box  #m04 a:hover,#header #m1 a:active {
	background-image: url(../img/m04_on.jpg);
	background-repeat: no-repeat;
}
#menu_box  #m05 a {
	background-image: url(../img/m05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu_box  #m05 a:hover,#header #m1 a:active {
	background-image: url(../img/m05_on.jpg);
	background-repeat: no-repeat;
}
#contents_box {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


#main_contents {
	width: 590px;
	float: right;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#mail {
	width: 180px;
	float: left;
	margin-top: 5px;
}
#info {
	width: 588px;
	margin-top: 10px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 110px;
	text-align: left;
}
#info #address {
	width: 200px;
	float: right;
}

#info p {
	margin: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#info .name {
	margin-bottom: 5px;
	margin-top: 5px;
}
#info .message {
	margin-top: 15px;
	float: left;
	margin-left: 20px;
}

#copyright {
	height: 27px;
	width: 800px;
	float: left;
	margin-top: 15px;
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	text-align: left;
}
