﻿/*
=============================================
[c!]COLORS -Think Innovation!-
http://www.colors.gr.jp/
info@colors.gr.jp
(C)2005 COLORS Co.,Ltd. All Rights Reserved.
--
Author: MIKI @ COLORS! Coding Division
Version: 2006-09-16
---------------------------------------------

File Name : map.css

=============================================
*/

/* ====================
Anchor Style
==================== */
a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ED9700;
	font-weight:bold;
	text-decoration:none;
}


a.subMenu {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.subMenu:link {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.subMenu:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

a.subMenu:hover {
	color:#ED9700;
	font-weight:normal;
	text-decoration:none;
}

/*------2010.4.8あうん・フッター-----*/
div#footer a,
div.aunadv a {
	color:#ED5900;
	font-weight:normal;
	text-decoration:underline;
}

div#footer a,
div.aunadv a:link {
	color:#ED5900;
	font-weight:normal;
	text-decoration:underline;
}

div#footer a,
div.aunadv a:visited {
	color:#ED5900;
	font-weight:normal;
	text-decoration:underline;
}

div#footer a,
div.aunadv a:hover {
	color:#ED9700;
	font-weight:normal;
	text-decoration:underline;
}

/* ====================
Padding
==================== */
.b10Pd {
	padding:0 0 10px 0;
}

/* ====================
Margin
==================== */
.t18b50Mg {
	margin:18px 0 50px 0;
}

/* EOF */
