@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
File name:      contents.css
Style Info:     個別レイアウト
----------------------------------------------------------- */

/*---------------------------
//// メインエリア
---------------------------*/
h2 {
	margin: 0px 0px 10px 0px ;
	padding: 0px 0px 0px 10px ;
	text-align: left ;
	font-size:16px ;
	font-weight:bold;
	border-left: 5px solid #82A0D6 ;
	vertical-align:middle;
	line-height:1.1em;
	clear: both;
}
h3 {
	margin: 10px 0;
}
h4 {
	margin: 10px auto;
	clear: both;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}

.center {
	text-align: center;
}
div.center {
	margin: 10px auto;
}
table.full {
	width: 100%;
}
td.right {
	text-align: right;
}
.center table {
	margin: 10px auto;
}
#box1 {
	height: 300px;
	overflow: hidden;
}
#box4s {
	clear: both;
	width: 400px;
}
#box4s td {
	padding: 10px;
}
#box2s {
	clear: both;
	text-align: center;
	margin: 10px auto;
}
#b_n {
	clear: both;
	margin: 10px auto;
	text-align: center;
}
#b_n .back {
	background: url(../images/pic_back.jpg) no-repeat left center;
	padding-left: 18px;
}
#b_n .next {
	background: url(../images/pic_next.jpg) no-repeat right center;
	padding-right: 18px;
}
