@charset "UTF-8";
/*----------------------------------------プリュス----------------------------------------*/

/*wrapPlus内サイズ指定*/
div#wrapPlus{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}

/*コンテンツまとめ(wrapPlus)*/
div#wrapPlus{
	width: 760px;
	margin: 20px 20px 30px 20px;
}

#LeftContents{
	width: 280px;
	float:left;
}

#RightContents{
	width: 460px;
	float:right;
}

/*wrapPlus内左回り込み*/
div#wrapPlus div#LeftContents{
	float:left;
	}
/*wrapPlus内右回り込み*/
div#wrapPlus div#RightContents{
	float:right;
	}
/*wrapPlus内左右回り込み解除*/
address{
	clear:both;
}
/*ヘッダーイメージ*/
#bodyPlus #imgPlus{
	background:url(../plus/images/img_plus01.jpg) no-repeat;
	width:800px;
	height:180px;
	text-indent:-9999px;
}

/*タイトル*/
#bodyPlus #Contents h2{
	background:url(../plus/images/plus01.gif) no-repeat;
	width:300px;
	height:50px;
	margin-left:20px;
	margin-top:13px;
	text-indent:-9999px;
}

/*左コンテンツ(wrapPlus)*/

#bodyPlus #LeftContents h3{
	margin-bottom: 10px;
}
#bodyPlus #LeftContents p.aboutPlus{
	width: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*右コンテンツ(wrapPlus)*/
.plusnews{
	margin: 0px 20px 20px 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

#bodyPlus #RightContents .plusnews h4{
	margin-bottom: 5px;
}

#bodyPlus #RightContents .plusnews h5{
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	color: #339933;
}

#bodyPlus #RightContents .plusnews p{
	margin-left: 10px;
}

#bodyPlus #RightContents .plusnews dl{
	margin-left: 15px;
}

#bodyPlus #RightContents .plusnews dt{
	font-weight: bold;
}

#bodyPlus #RightContents .plusnews dd{
	margin-left: 15px;
}

#bodyPlus #RightContents .plusnews ul{
	margin: 5px 0px 5px 15px;
}

#bodyPlus #RightContents .plusnews li{
	list-style-type: square;
	margin-left: 15px;
}