@charset "UTF-8";

/* ################################################### */
/* #                                                 # */
/* #                                                 # */
/* #                テンプレート用css                # */
/* #                                                 # */
/* #                                                 # */
/* ################################################### */


/* /what/用
---------------------------------------------------- */

.what {
	text-align: left;

}

.what .conte {
	width: 525px;

}


.what p {
	margin: 0px;
	text-align: left;

}
.what .clear {
	clear: both;

}

.sd {
	width: 440px;

}


.mm {
	width: 340px;
}

.what h3 {
	margin-bottom: 6px;

}

.what h4 {
	margin-bottom: 15px;
}

.what .left {
	float: left;
}

.what .right {
	float: right;

}

.what .bg {
	background-image: url(../what_tamba/img/bg_kantoku.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 60px; 

}


