@charset "UTF-8";

/* CSS Document */
body {
	line-height:1.6em;
	text-align:justify;
	font-size:90%;
}


p	{text-align:justify left;}

/** clearfix **/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
} /* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
	overflow:hidden;
} /* End hide from IE-mac */

/** 基本設定 **/
div, p, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:130%;
}

h2 {
	font-size:120%;
}

img {
	border:0px;
}

.map_text {
	font-weight:bold;
	text-align:center;
	font-size: 80%;
}

/** ボーダー設定 **/
.td_border	{
	padding: 4px 2px;
	border-top: 1.5px dotted #000000;
	border-bottom: 1.5px dotted #000000;
	margin: 3px 2px;
}



/** カラー設定 **/

.color {
	color:rgb(70,176,53);
}

.txtbg {
	background-color:rgb(232,57,33);
	color:#FFFFFF;
	width:15%;
	height:1.5em;
	text-align: center;
	border:1px solid;
}

.white {
	color:#FFFFFF;
}

.title {
	color:#FFFFFF;
}

.float_l {
	float:left;
}

.float_r {
	float:right;
}

.clear {
	clear:both;
}

.header {
	font-size: 110%;
	color: #FFFFFF;
	background-color: #888888;
}

.footer {
	color: #FFFFFF;
	background-color: #888888;
}

.title {
	font-size: 105%;
}

.normal {
	font-size: 89%;
}

*+html .normal {
	font-size: 86%;
	line-height:1.45em;
}

*html .normal {
	font-size: 85%;
	line-height:1.45em;
}


/** ナビゲーションインデント **/
.menu_indent	{
	padding:0 0 0 0.6em;
}
/** ナビゲーション背景 **/
.menu	{
	background-color:#EEEEFE;
}


/** リンク設定 **/
a:link	{color:#0066CC;
text-decoration:underline;}

a:visited	{color:#0066CC;
			 text-decoration:underline;}
			 
a:hover	{color:#6666FF;
		 text-decoration:underline;}
		 
a:active	{color:#666666;}			 		 

/******************************/
area a:link	{color:#0066CC;
text-decoration:none;}

area a:visited	{color:#660033;
			 text-decoration:none;}
			 
area a:hover	{
	color:#6666CC;
	text-decoration:underline;
}
		 
area a:active	{color:#666666;}			 		 
