body {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
}
address {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding: 5px 0px;
	margin: 0px;
}
.midium { FONT-SIZE: 90%;}
.midium_bold { FONT-SIZE: 90%; font-weight: bold }
.small { FONT-SIZE: 82%; }
.small_bold { FONT-SIZE: 82%; font-weight: bold }
.mini { FONT-SIZE: 75%; }
.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: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
a {color : #cc3333;text-decoration: none;}
a:link {text-decoration : none;}
a:hover {color : #333333;text-decoration : underline;}
a:active {color : #666666;text-decoration : none;}

form {margin: 0px;padding: 0px;}

.menu_title {font-size: 14px;font-weight: bold;color: #000;padding: 0px 0px 0px 0.5em;}

/*　左部コンテンツ部リンク　*/
.menu a {
	text-decoration : none;
	color: #666666;
	font-size: 11px;
	background-image: url(images/menu_bg_off.gif);
	display:block;
	text-decoration : none;
	height: 22px;
	padding-top: 6px;
	padding-left: 30px;
	width:160px !important;
	width/**/: 190px;
}
/*　マウスを合わせた時のスタイル　*/
.menu a:hover{
	color : #FFF;
	text-decoration : none;
	font-size: 11px;
	background-image: url(images/menu_bg_on.gif);
	display:block;
	width:190px;
	text-decoration : none;
}

