/*////////////////////////////////////////////////////////////

	Kouragi. - mso_link.css

============================================================

    0. contentsArea

////////////////////////////////////////////////////////////*/

@charset "utf-8";


/* ============================================================
    0.contentsArea
   ============================================================ */
/* 頭のテキスト */
div#mso_contents p {
	font-size:80%;
	margin: 10px 0 0 0;
}

/* ライン */
div#mso_contents hr {
	border-color:#CCCCCC -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px medium medium;
	height:1px;
}

/* テーブル位置 */
div#mso_contents table {
	font-size:75%;
	width:650px;
	margin:20px 0 0 60px;
}

/* テーブル行間 */
div#mso_contents table tr {
	height:2em;
}

/* 観光協会名 */
div#mso_contents table td.mso_name {
	width:150px;
	background-image:url(../img/mso_link_image02.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}

/* 観光協会URL */
div#mso_contents table td.mso_url {
	width:500px;
}

/* 観光協会URLアイコン */
div#mso_contents table td.mso_url a {
	background-image:url(../img/mso_other_window.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:18px;
}