@charset "utf-8";
/*-------------------------------------------------------
背景の画像
-------------------------------------------------------*/
#contents {
	width:auto;
	background:url(img/yukaina-nakama_back_img.jpg) no-repeat;
	height: 1500px;
}

/*-------------------------------------------------------
コンテンツの枠
-------------------------------------------------------*/
#wrrap #contents #naiyou {
	height: 2000px;
	margin-top: 420px;
}

#wrrap #contents {
	height: 2500px;
}

/*-------------------------------------------------------
リンク画像の枠組み
-------------------------------------------------------*/
#wrrap #contents #naiyou #link-waku {
	height: 120px;
	width: 460px;
	float: left;
	padding: 5px;
}

/*-------------------------------------------------------
リンク先のコメントテキスト情報
-------------------------------------------------------*/
#wrrap #contents #naiyou #link-waku div {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	float: right;
	width: 330px;
	height: 120px;
	line-height:150%;
	color:#DC9E10;
}

#link-waku img {
	vertical-align:top;
	padding-right:5px;

}

.tensen{
 	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 130%;
}

h1 {
	color:#DC9E10;
	font-size:1.2em;
	font-weight:bold;
	padding-left:0.3em;
	border-left:0.9em solid #DC9E10;
	border-bottom:1px solid #DC9E10;
	margin-bottom:0.5em;
}

a {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;


}

