/*テキスト*/
.default {
	font-size: 9pt;
	line-height: 150%;
	color: #545454;
}
H1 {
	PADDING: 0px;
	MARGIN: 0px;
	font-size:9pt;
	font-weight: bold;
	color: #22489D;
}
TD{
	font-size: 9pt;
	color: #545454;
}

.cms {
	font-size: 9pt;
	line-height: 140%;
}
.news {
	font-size: 9pt;
	line-height: 130%;
	width: 201px;
	height: 280px;
	overflow: auto;
	padding: 5px 0px 5px 5px;
}
.osusume {
	font-size: 9pt;
	line-height: 130%;
	width: 460px;
	height: 576px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}


/*共通*/
body {
	background-image: url(../../image/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

H2,H3,FORM {
 PADDING: 0px;
 MARGIN: 0px;
}

.repeat-no {
	background-repeat: no-repeat;
}
.repeat-y {
	background-repeat: repeat-y;
}
.repeat-x {
	background-repeat: repeat-x;
}

/*リンク*/

a:link {
	color: #138FD1;
}
a:visited {
	color: #138FD1;
}
a:hover {
	color: #B01604;
}
a:active {
	color: #B01604;
}

a.none:link {
	color: #138FD1;
	text-decoration: none;
}
a.none:visited {
	color: #138FD1;
	text-decoration: none;
}
a.none:hover {
	color: #B01604;
	text-decoration: none;
}
a.none:active {
	color: #B01604;
	text-decoration: none;
}

/*メニュー*/
.menu_m {
	background-image: url(../../image/menu/menubg_m.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 29px;
	width: 203px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.menu_b {
	background-image: url(../../image/menu/menubg_b.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 29px;
	width: 203px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
