@charset "Shift_JIS";
@import "./botan_menu.css";
/*******************************************
botan
*******************************************/

#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 {

}

.contents_text {
padding: 40px 40px 0px 40px;
float: left;
width: 660px;
line-height: 150%;
}

#contents_text_winter {
padding-bottom: 40px;
}

* html .contents_text {
width: 700px!important; /* for IE6 */
}


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

.contents_text p {
margin-top: 20px;
/*font-size: 115%;*/
}

.contents_text h3 {
	margin-bottom: 15px;
}

.contents_text h4 {
	height: 32px;
	padding-top: 5px;
	padding-bottom:2px;
	border-bottom: 1px solid #d5cfc5;
	margin-bottom: 15px;
}

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


.contents_text table {
margin-top: 30px;
}

.contents_photo {
margin-left: 15px;
margin-bottom: 15px;
float: right;
}

.botan_info {
padding-top: 30px;
}

.clear {
clear: both;
}

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