@charset "UTF-8";

body{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: black;
	xbackground-color: #f0f0f0;
	}

a{
	text-decoration: none;
	}

#container{
	xbackground-color: #ffffff;
	}

#header{
    width:950px;
    height:80px;
	background: url(../images/header_hotaru12.jpg) no-repeat;
	}
#head1{
    float: right;
    margin-right:15px;
	}
#head1 a{
    width:100px;
    height:80px;
    display: block;
	}
ul#menu{
	font-size:0.8em;
    margin:1px;
    padding-left:0;
    height:30px;
    background-color:#cc0099;
	}
ul#menu li{
	list-style-type:none;
    float:left;
	}
ul#menu li a{
	display:block;
    width:160px;
    line-height:30px;
    font-size:1.1em;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    color:#ffffff;
    background-color:#cc0099;
    border-right:solid 1px #ffffff
	}
ul#menu li a:hover{
	background-color:#cc99cc;
	}

#main{
	padding: 10px 0px;
	xbackground-color: lavenderblush;
	}

#main p.a{
	padding: 10px 0px 0px 8px;
	xfont-weight: bold;
	}

td {width:237px;
	text-align:center;
	vertical-align:top
	xvertical-align:bottom
	}
td.h {height:160px;
	}
td.v {height:210px;
	}
td.h img {width:200px;
	border:1px solid navy;
	}
td.v img {height:200px;
	border:1px solid navy;
	}


#footer{
	background-color: #cc0099;
	}

address{
	line-height: 20px;
	text-align: center;
	color: #000000;
	font-style: normal;
	font-size: 0.8em;
	}

