@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 2カラム時のスタイル
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	font-size: 1.2em;
}


#main h2 {
	background-image: url(../img/share/np_point01.png);
	background-repeat: no-repeat;
	margin: 0 0 5px;
	padding: 2px 0px 0px 45px;
	height: 35px;
	font-size: 1.3em;
	clear: both;
}
.point_text_box {
	background: url(../img/point/np_16_img13.png) no-repeat bottom;
	padding: 10px 0px 10px 0px;
}

.point_text_box .left {
	width: 300px;
	margin: 0 10px 10px 0;
	float: left;
}
.point_text_box .right {
	width: 545px;
	margin: 0 0 0px 0px;
	padding: 25px 0px 0px 0px;
	float: left;
}

.point_text_box .kome {
	font-size: 0.8em;
	margin: 0 0 15px 0px;
}

.post .left {
	width: 300px;
	margin: 0 10px 0px 0;
	padding: 0px 0px 0px 0px;
	float: left;
}

.post .right {
	width: 540px;
	margin: 0;
	padding: 0;
	float: left;
}
.post .right dl {
	border: none;
	width: 535px;
	margin: 5px 0 0 10px; 
	padding: 0;
}

.post .right dt {
	background: url(../img/share/np_16_img14.png) no-repeat 0 2px;
	padding-left: 25px;
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

.post .right dd {
	background: none;
	padding 0;
	margin: 5px 0 10px 22px;
	font-size: 0.9em;
}
.post .right li {
	background: url(../img/share/arrow.gif) no-repeat 0 7px;
	padding-left: 18px;
	margin: 0;
}

.point_text_box .left2 {
	width: 150px;
	margin: 0 15px 10px 0;
	float: left;
}
.point_text_box .right2 {
	width: 695px;
	margin: 0 0 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 0.9em;
}

.point_text_box .right2 dl {
	border: solid 2px #C0C0C0;
	width: 670px;
	margin: 1px 0 0px 10px;
	padding: 5px;
}

.point_text_box .right2 dt {
	color: #3366FF;
	font-size: 1.1em;
	font-weight: bold;
}

.point_text_box .right2 dd {
	background: url(../img/share/arrow.gif) no-repeat 0 7px;
	padding-left: 18px;
	margin: 0 0 10px 18px;
}



