@charset "utf-8";
/* ========================================== */
/* ページ固有css(WindowsIE8Base) */
/* ========================================== */
/* ================================ */
/* ページ必須 */
/* ================================ */
/* ページイメージ */
#pageimage_area div.pageimage{
	background-image: url(main_image.jpg);
}
/* コンテンツTOP背景 */
#contents_top{
	background-image: url(contents_top.png);
}
/* ================================ */
/* ページパーツ類 */
/* ================================ */
/* ------------------------- */
/* 左側 */
/* ------------------------- */
/* 分割線 */
div.left_line_blue{
	background-image:url(../common/image/parts/left_line_blue.png);
}
div.space1{
	height:29px;
}

/* ------------------------- */
/* リンク部分*/
/* ------------------------- */
/* 枠 */
#link {
	width: 560px;
	margin: 0px 0px 32px 88px;
	padding: 0px 0px 0px 0px;
}
/* タイトル */
#link p.name{
	width: 286px;
	height:20px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 4px;
	font-weight: bold;
}
/* URL */
#link p.url{
	width: 248px;
	height:20px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 4px 0px;
	text-align: right;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* 説明 */
#link p.explanation{
	width: 532px;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 6px 16px 0px 12px;
	font-size:11px;;
	color: #666666;
	line-height: 32px;
	background-image:url(../common/image/parts/left_line_blue.png);
}
/* アンカー */
#link a{
	color:#36C;
	text-decoration: none;
}
#link a:hover{
	color: #F66;
	text-decoration: underline;
}




/* ------------------------- */
/* 右側 */
/* ------------------------- */

