/* ページ基本レイアウト用共通設定 */

/* 本文リンク設定 */

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFCCFF;
}

a:active {
	text-decoration: none;
	color: #000000;
	background-color: #FFCCFF;
}


/* 本文強調表示 */

strong {
	font-weight: bold;
	color: #CC0000;
}

strong.bright {
	font-weight: bold;
	color: #FF0000;
}

strong.b {
	font-weight: bold;
	color: #000000;
}


em {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

/* ヘッダ用設定 */

#head a {
	border-width: 0px; 
	background-color: transparent;
}


/* メインメニュ用設定 */

span.menu_button {
	text-decoration: none;
	padding: 0px 8px;
	line-height: 2em;
	font-weight: bold;
}

span.menu_button a {
	text-decoration: none;
	border: none;
}

span.menu_button a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
}

span.menu_button a:visited {
	text-decoration: none;
	color: #CCCCCC;
	background-color: transparent;
	border: none;
}

span.menu_button a:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: none;
}

span.menu_button a:active {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	border: none;
}


/* 背景濃色用リンク指定 */

a.bright:link {
	text-decoration: none;
	border: none;
	color: #FF99CC;
	background-color: transparent;
}

a.bright:visited {
	text-decoration: none;
	border: none;
	color: #CC66FF;
	background-color: transparent;
}

a.bright:hover {
	text-decoration: none;
	color: #CC0066;
	background-color: transparent;
}

a.bright:active {
	text-decoration: none;
	border: none;
	color: #FF0000;
	background-color: transparent;
}

/* 本文内メニュ用リンク指定 */

p.refer {
	text-align: left;
	margin-left: 3em;
	line-height: 1.5em;
	font-weight: bold;
}

.refer a:link {
	text-decoration: none;
	color: #CC0066;
	border-bottom-style: dotted;
	border-bottom-color: #CC0066;
	border-bottom-width: 2px;
	background-color: transparent;
}

.refer a:visited {
	text-decoration: none;
	color: #993366;
	border-bottom-style: dotted;
	border-bottom-color: #993366;
	border-bottom-width: 2px;
	background-color: transparent;
}

.refer a:hover {
	text-decoration: none;
	color: #CC0066;
	background-color: #FFCCFF;
}

.refer a:active {
	text-decoration: none;
	color: #CC0066;
	background-color: #FFCCFF;
}



/* 特定デザイン用設定 */

/* インデックスリンク指定 */

.goto_index {
	margin-top: 1em;
	margin-bottom: 4em;
	text-align: left;
	padding-left: 1em;
	line-height: 1.5em;
	font-size: 90%;
	font-weight: bold;
}


/* このページのTOPへ */

.goto_top {
	padding-top: 2em;
	padding-right: 1em;
	text-align: right;
	border: none;
	font-weight: bold;
	font-size: 90%;
}

.goto_top_marker {
	font-weight: bold;
	color: #FF3333;
}


