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

/* 全体的なルール */

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	color:#333333;
	font-family:verdana, sans-serif;
	font-size:12px;
	text-align: center;
}

h1 {
	font-size:10px;
	color: #999999;
	margin: 0em;
	padding: 0px;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight: normal;
}
a { text-decoration:none }
a:link {
	color:#0099FF;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#FF9900;
}
a:active { color:#D7FA99; }#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header {
	height: 154px;
	width: 800px;
}
#main_menu {
	height: 30px;
	width: 100%;
	clear: both;
	background-image: url(../img/main_menu_bg.jpg);
	background-repeat: no-repeat;
}
#main_menu li {
	display: block;
	float: left;
	height: 30px;
	width: 130px;
	list-style-type: none;
}
#main_menu li a {
	display: block;
	float: left;
	height: 30px;
	width: 130px;
	list-style-type: none;
}
#main_menu em {
	font-size: 9px;
	visibility: hidden;
}

#m01 {
	background-image: url(../img/main_menu1.jpg);
	background-repeat: no-repeat;
}
#m01 a:hover, #m01 a:active {
	background-image: url(../img/main_menu1_2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}

#m02 {
	background-image: url(../img/main_menu2.jpg);
	background-repeat: no-repeat;
}
#m02 a:hover, #m02 a:active {
	background-image: url(../img/main_menu2_2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#m03 {
	background-image: url(../img/main_menu3.jpg);
	background-repeat: no-repeat;
}
#m03 a:hover, #m03 a:active {
	background-image: url(../img/main_menu3_2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#m04 {
	background-image: url(../img/main_menu4.jpg);
	background-repeat: no-repeat;
}
#m04 a:hover, #m04 a:active {
	background-image: url(../img/main_menu4_2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#main_img {
	height: 253px;
	width: 100%;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
}
#main_img .navi {
	font-size: 10px;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
}

#navigation_batton {
	margin-top: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation_batton img {
	margin-top: 15px;
}

#navigation_batton p {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}


#sub_menu {
	height: 16px;
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#sub_menu li {
	display: block;
	width: 110px;
	float: right;
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
#address {
	height: 115px;
	width: 100%;
	margin-top: 15px;
	clear: both;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
}
#address_tx {
	width: 160px;
	float: right;
	text-align: left;
	margin-top: 15px;
}
#address p {
	line-height: 20px;
}

#copyright {
	height: 24px;
	width: 100%;
	font-size: 10px;
	line-height: 24px;
	clear: right;
}
.push01 {
	font-weight: bold;
	color: #FF0000;
}
.push02 {
	font-weight: bold;
}
.push03 {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.cm {
	font-size: 9px;
	font-style: normal;
}
