@charset "Shift_JIS";

#page {
	width: 95%;
}


#contents {
	width: 100%;
	text-align: center;
}

h1, h2, h3, h4 {
	text-align: left;
}

div, p {
	text-align: left;
}

.lead {
	width: 90%;
	margin:2em auto;
	text-align: left;
}

.feature {
	width: 90%;
	margin:2em auto;
	text-align: left;
}

.image {
	display: block;
	float: left;
	margin-right: 30px;
}

.desc {
	display: block;
	float: left;
	width: 60%;
}

.example {
	width: 90%;
	margin:2em auto;
	text-align: left;
}

.photo {
	display: block;
	float: left;
	margin-right: 30px;
}

.note {
	display: block;
	float: left;
	width: 60%;
}

/*
これを有効にすると、IEの印刷でズレる
.zoomup {
	display: none;
}
*/
