body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #ECECEC;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	padding: 5px 0px;
	margin: 0px;
}
.midium { FONT-SIZE: 87%;}
.midium_2 { FONT-SIZE: 87%; color: red}
.midium_bold { FONT-SIZE: 90%; font-weight: bold }
.small { FONT-SIZE: 84%; }
.small_2 { FONT-SIZE: 84%; color: red}
.small_bold { FONT-SIZE: 84%; font-weight: bold }
.mini { FONT-SIZE: 80%; }
.mini_bold { FONT-SIZE: 75%; font-weight: bold }
.sub_title { FONT-SIZE: 12px; font-weight: bold }

ul{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 2px 0.5em;
}
ul li{
	margin: 0px;
	padding: 3px 0px;
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.subtitle {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #555555;
	margin: 0px;
	padding: 0px;

}

a {color : #cc3333;text-decoration: none;}
a:link {text-decoration : none;}
a:hover {color : blue;text-decoration : underline;}
a:active {color : #666666;text-decoration : none;}

form {margin: 0px;padding: 0px;}

.menu_title {font-size: 13px;font-weight: bold;color: 003559;padding: 0px 0px 0px 0.5em;}

/*　左部コンテンツ部リンク　*/
.menu a {
	text-decoration : none;
	color: #555555;
	font-size: 12px;
	background-image: url(images/menu_bg_off.gif);
	display:block;
	width:190px;
	text-decoration : none;
	height: 22px;
	padding-top: 6px;
	padding-left: 30px;
}
/*　マウスを合わせた時のスタイル　*/
.menu a:hover{
	color : #111111;
	text-decoration : none;
	font-size: 12px;
	background-image: url(images/menu_bg_on.gif);
	display:block;
	width:190px;
	text-decoration : none;
	padding-top: 6px;
	padding-left: 30px;
}

