/* NetReal! : 総合トップ　リンク　デザイン */


/* h2 */
#wrapper #main #contents h2 {
	width: 582px;
	height: 50px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#333333;
	line-height: 50px;
	margin-bottom:15px;
	padding: 2px 0 0 10px;
	background-image: url(../images/link_h2_back.gif);
	background-repeat: no-repeat;
}
/*h3テキスト化*/
#wrapper #main #contents h3{
	background:url(../images/h3_text_back.gif);
	color:#333333;
	width: 572px;
	height: 45px;
	line-height: 46px;
	background-repeat: no-repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:15px;
	padding: 1px 0 0 20px;
	clear: both;
	}

/* 段落赤 */
#wrapper #main #contents p.red {
	width:592px;
	color:#CC0000;
}


/* ボックス */
#wrapper #main #contents div.box {
	width:560px;
	background:url(../images/link_box_bg.gif) top repeat-x;
	border:#F7A609 solid 2px;
	padding:15px;
	margin-bottom:30px;
}
#wrapper #main #contents div.box p.title {
	font-size:120%;
	font-weight:bold;
	padding:0 0 15px 0;
}
#wrapper #main #contents div.box p {
	line-height:1.3em;
}
	/* 左 */
	#wrapper #main #contents div.box div.left {
		width:170px;
		float:left;
	}
	/* 右 */
	#wrapper #main #contents div.box div.right {
		width:388px;
		float:right;
	}