/* CSS Document */

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ ページ基本設定 ◆*/

/* ページ設定 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #EFEFEF;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
/* コンテンツ基盤 */
#contents_base{
	margin: 0px auto;

	width: 740px;
	}
	
/* 段落 */
p{
	margin: 0px;
	color: #333333;
	font: 12px/17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 8px 25px 15px;
	}
#left2{
	margin: 0px;
	float: left;
	width: 490px;
}#left{
	margin: 0px;
	float: left;
	width: 740px;
	}
#right{
	margin: 0px;
	float: right;
	width: 230px;
	}
	
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ ドロップダウンボタン ◆*/	
	

/* 特定リンクボタン通常設定 */
.robtnD {
	color:#FFF;
	text-decoration:underline;
	}
/* 特定リンクボタン通常設定：マウスオーバー時 */
.robtnD:hover {
	position:relative;
	top:1px;
	left:1px;
	color:#FFF;
	text-decoration:underline;
	}
/* 特定リンクボタンイメージ設定 */
.robtnD img {
	border:0;
	text-decoration: none;
	margin: 00px;
	padding: 0px;
	}	

