@charset "Shift_JIS";
@import "spot_menu.css";
/*******************************************
about
*******************************************/

#contents_left {
float: left;
width: 200px;
padding-left: 5px;
}

#contents_right {
float: right;
width: 700px;
padding-right: 5px;
background-image: url("../images/contents_bg_s.gif");
background-repeat: repeat-y;
}

#contents_bg {
background-image: url("../images/contents_bg.gif");
background-repeat: no-repeat;
background-position: 0px 100px;
}

#contents_area {
padding: 40px 0px 40px 40px;

}

.contents_text img {
margin-bottom: 10px;
}

.contents_text p img {
float: left;
margin-right: 10px;
}

.contents_text p {
margin-top: 15px;
font-size: 115%;
}

/* for IE6 */
* html .contents_text p {
font-size: 100%!important;
}
* html .contents_text td {
font-size: 80%!important;
}

.one_text h3 {
margin-top: 20px;
height: 33px;
border-bottom: 1px solid #d5cfc5;
}

.clear {
clear: both;
}

.go_top {
clear: both;
width: 95px;
height: 15px;
margin-top: 20px;
float:right;
}