@charset "utf-8";
/* CSS Document */

#main_contents {
	color:#646464;
}

h1 {
	font-size:17px;
	font-family:"小塚ゴシック Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#646464;
	border-bottom:solid #92d500 2px;
	padding-bottom:8px;
	line-height:1em;
}

#contents1  {
	margin-bottom:50px;
}

#contents1 p#text_top {
	font-size:15px;
	margin-bottom:20px;
	font-weight:bold;
}

#contents1 p {
	font-size:13px;
}

h2 {
}

#box_wrap {
	width:640px;
}

#box_wrap #box_left {
	width:319px;
	float:left;
	border-right:dotted #000000 1px;
}

#box_wrap #box_right {
	width:319px;
	float:right;
}

h3 {
	margin-bottom:10px;
}

#box_right .box_inner {
	padding-left:19px;
}

.box_inner {
	border-bottom:dotted #000000 1px;
	height:265px;
}

.middle {
	padding:20px 0 0;
}

.bottom {
	border-bottom:none;
	padding:20px 0 0;
}

.box_inner p{
	width:300px;
	font-size:12px;
	padding:4px 0 5px;
	line-height:1.6em;
}

h3 {
	color:#2c8f00;
	font-size:12px;
}

p.link {
	text-align:right;
}

.link a {
	color:#888888;
}

.link a:hover {
	color:#bbbbbb;
}

.text {
	height:115px;
}

.box_inner bottom img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}