@charset "utf-8";
/* CSS Document */

A:link{color:#2c64c5;text-decoration:underline;font-size:10pt}
A:visited {color:#2c64c5;text-decoration:underline;font-size:10pt}
A:hover{color:#2c64c5;text-decoration:underline;font-size:10pt}
A:active{color:#2c64c5;text-decoration:underline;font-size:10pt}

img {
    border: 0px;
    -ms-interpolation-mode: bicubic;
}

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	height: 100%;
	font-size: 12px;
	background-image: url(../pict/background.jpg);
	background-repeat: repeat;
}

li {
    list-style: none;
}


#container {
	height: 100%;
	width: 856px;
	margin-left: 42px;
	position: relative;
	background-image: url(../pict/container.jpg);
	background-repeat: repeat-y;
}



#container_left {
    float: left;
	width: 200px;
	height: auto;
	margin-right: auto;
	margin-left: 8px;
}

.home_logo {
    background-image: url(../pict/menu/logo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
}

#menu{
	width: 200px;
    height: auto;
}


#menu li {
	margin: 0;
}



#menu li a {
    display: block;
	text-decoration: none;
	text-indent: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1pm;
	font-weight: normal;
	color: #646464;
	background-image: url(../pict/menu/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 15px;
	padding-top: 9px;
	padding-bottom: 6px;
}


#menu li a:hover {
    display: block;
	text-decoration: underline;
	text-indent: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1pm;
	font-weight: normal;
	color: #dc641e;
    background-image: url(../pict/menu/menu_bg_over.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#container_left .link {
    margin-left: 10px;
}



*html body #container_right {
    float: right;
	margin-right: 9px;
	width : 620px;
	margin-left: 10px;
}


#container_right {
    float: right;
	margin-right: 18px;
	width : 620px;
	margin-left: 10px;
}


#container_right .textarea {
    width: 620px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pict/home/info.gif);
	background-repeat: no-repeat;
}

#container_right .textarea .box{
    width: 615px;
	height: 107px;
	padding-left: 3px;
}    

.home_pict1 {
    background-image: url(../pict/home/top_pict.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 380px;
	margin-bottom: 10px;
}

.home_pict2 {
    background-image: url(../pict/home/setsumei.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 203px;
	margin-top: 10px;
}

.home_pict3 {
    background-image: url(../pict/home/info_banner.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 24px;
	margin-top: 10px;
}

.space_pict1 {
    background-image: url(../pict/space/space.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 200px;
	margin-bottom: 10px;
}

.price_pict1 {
    background-image: url(../pict/price/price.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 200px;
	margin-bottom: 10px;
}

.reserve_pict1 {
    background-image: url(../pict/reserve/reserve.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 200px;
	margin-bottom: 10px;
}

.access_pict1 {
    background-image: url(../pict/access/access.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 200px;
	margin-bottom: 10px;
}

table .space_box1 {
    padding-left: 21px;
	padding-right: 21px;
}

table .space_box2 {
    padding-left: 10px;
	padding-right: 21px;
}

table .space_box3 {
    padding-left: 6px;
	padding-right: 5px;
}


.picture {
    position: relative;
    width: 430px;
    height: 300px;
}



#footer {
	clear: both;
	width: 840px;
	height: 24px;
	bottom: 0px;
	padding: 0px;
	position: relative;
	margin-left: 8px;
	background-image: url(../pict/footer.jpg);
}


.clear{ 
    clear: both;
    visibility: hidden;
    height: 0px;
}

.orange  {font-size: 12px;
          color: #dc641e;
}

.orange_line {font-size: 1pm;
            color: #dc641e;
            text-decoration:underline;
}


			 

