/* 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;
}

/* 段落 */
#wrapper #main #contents p {
	width:592px;
	padding:0 0 10px 0;
}

/* 段落赤 */
#wrapper #main #contents p.red {
	color:#CC0000;
	padding:0 0 20px 0;
}



/* リンク紹介 */
#wrapper #main #contents div.introduction {
	clear:both;
	width:592px;
	margin:15px 0 20px 0;
}

	/* 左 */
	#wrapper #main #contents div.introduction div.left {
		width:169px;
		float:left;
	}
		/* 各ボタン（コンサルト） */
		#wrapper #main #contents div.introduction div.left div.consult {
			width:169px;
			height:61px;
			background:url(../images/link_bt_consult.gif) no-repeat 0 0;
			text-indent:-9999px;
		}
		#wrapper #main #contents div.introduction div.left div.consult  a {
			display:block;
			width:169px;
			height:61px;
		}
		#wrapper #main #contents div.introduction div.left div.consult  a:hover {
			background:url(../images/link_bt_consult.gif) no-repeat 0 -61px;
		}
		
		
		/* 各ボタン（デザイン・印刷） */
		#wrapper #main #contents div.introduction div.left div.design {
			width:169px;
			height:61px;
			background:url(../images/link_bt_design.gif) no-repeat 0 0;
			text-indent:-9999px;
		}
		#wrapper #main #contents div.introduction div.left div.design  a {
			display:block;
			width:169px;
			height:61px;
		}
		#wrapper #main #contents div.introduction div.left div.design  a:hover {
			background:url(../images/link_bt_design.gif) no-repeat 0 -61px;
		}
		
	/* 右 */
	#wrapper #main #contents div.introduction div.right p {
		width:413px;
		float:right;
		line-height:1.3em;
		padding:5px 0 0 10px;
	}
		/* 詳細ボタン */
		#wrapper #main #contents div.introduction div.right img.details {
			margin:5px 0 0 340px;
			overflow:hidden;
		}




