@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	background-image: url(images/BACK.jpg);
	background-repeat: repeat-x;
	color:#333333;
	margin: 0;
}

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

a:hover{
	color: #FF9933;
}

img{
	border: none;
}

#wrapper{
	width: 788px;
	padding: 20px 30px;
	margin: auto;
	background-color:#FFFFFF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #999999;
}

h1 a{
	display: block;
	background-image: url(images/LOGO.jpg);
	background-repeat:no-repeat;
	/*text-indent: -9999px;*/
	width: 122px;
	height: 54px;
	float: left;
}

h1 span{
	display: none;
}

#main_menu{
	float: right;
}

#main_menu #co_name{
	margin: 0 3px 3px 0;
	text-align: right;
}

#menu_ul {
	background:url("./images/MAIN_MENU.jpg") no-repeat;
	width:441px;
	height:33px;
	margin: 0;
	padding:0;
}

#menu_ul span {
	display: none;
}

#menu_ul li, #main_menu a {
	height:33px;
	display:block;
}

#menu_ul li {
	float:left;
	list-style:none;
	display:inline;
	text-indent: -9999px;
}

#memnu_01 {
	width: 88px;
}

#memnu_02 {width: 87px;}
#memnu_03 {width: 87px;}
#memnu_04 {width: 87px;}
#memnu_05 {width: 87px;}

#memnu_01 a:hover {background:url("./images/MAIN_MENU.jpg") 0px -32px no-repeat; }
#memnu_02 a:hover {background:url("./images/MAIN_MENU.jpg") -88px -32px no-repeat; }
#memnu_03 a:hover {background:url("./images/MAIN_MENU.jpg") -175px -32px no-repeat; }
#memnu_04 a:hover {background:url("./images/MAIN_MENU.jpg") -262px -32px no-repeat; }
#memnu_05 a:hover {background:url("./images/MAIN_MENU.jpg") -349px -32px no-repeat; }

#header {
	margin: 0 0 30px 0;
}

#header img{
	margin-top: 10px;
}

.sub_menu{
	float: left;
	width: 200px;
	font-weight: 600;
}

.sub_menu_ul{
	list-style: none;
	margin: 0;
	padding-left: 7px;
}

.sub_menu li{
	background-position: 6px 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url(images/SUB_MENU_ARROW.jpg);
	background-repeat: no-repeat;
}

.sub_menu li:hover{
	color: #FF9933;
}

#footer{
	clear: both;
	font-size: 10px;
	padding-top: 20px;
}

#footer #site_map{
	margin: 0 0 0 20px;
	float: left;
}

#footer #copy{
	margin: 0;
	text-align: right;
	float: right;
}

.table1 th{
	border-style: solid;
	border-width: 1px;
	background-color: #D7EBFF;
}

.table1{
	border-collapse: collapse;
	border-style: solid;
	border-color: #66CCFF;
}

.table1 td{
	padding: 5px 0 5px 10px;
	line-height: 1.8em;
	border-style: solid;

	border-width: 1px;
}

#home img{
	margin-bottom: -2px;
	margin-left: 3px;
}


