a {  text-decoration: none}
a:link {  color: #007}
a:visited {  color: #007 }
a:hover {  color: #760}
.g10 { font-size: 10px; line-height: 14px; color: #444 }
.g11b { font-size: 11px; color: #666 }
.g12 {  font-size: 12px; line-height: 16px; color: #444}
.g12_lh-l {  font-size: 12px; line-height: 18px; color: #444}
.g12_lh-s {  font-size: 12px; line-height: 14px; color: #444}
.g12b {  font-size: 12px; line-height: 16px; color: #666}
.b12b { font-size: 12px; line-height: 16px; color: #007; font-weight: bold}
.b12 { font-size: 12px; line-height: 16px; color: #007}
.r12 { font-size: 12px; line-height: 16px; color: #900}
.size10 { font-size: 10px; line-height: 14px}
.size12 {  font-size: 12px; line-height: 16px}
.size12c { font-size: 12px; line-height: 13px}
.size14 { font-size: 14px; line-height: 19px}
.size15 { font-size: 15px; line-height: 20px}
.sp12 { background-color: #ff5; font-size: 12px; line-height: 16px; color: #006}
.sp {  background-color: #ff5}
.sp-or { background-color: #f90; padding: 2px}
.color-or { color: #e50; }
.color-y { color: #ff3;}
.color-b { color: #007;}
.color-w { color: #fff;}
.color-bk { color: #000;}
.color-red { color: #c00;}

/* ページBase */
body {
	font-size: 100%;
	margin: 0px;
	background-color: #006;
	color: #000;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif; }

tr { text-align: left; }

/* トップページ　サイト紹介コピー */
.top_copy {
	font-size: 10px;
	font-weight: bold;
	color: #079;
	margin: 0px; }

/* 各ページ名表示タブ */
h2 {
	background-image: url(img/bg.gif);
	text-align: center;
	display: block;
	margin: 0px;
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #888;
	font-size: 15px;
	font-weight: bold;
	color: #000; }

/* 次・前・上・履歴Back・閉じる　ナビボタン
（※テキストを縦位置中央に表示させるPoint!:ボックスの高さと同じ数値をline-heightプロパティに指定） */
.b_next {
	font-size: 12px;
	background: url(img/b-right1.gif) no-repeat 100% 50%;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-right: 28px;
	margin: 2px 13px 2px 0px; }
a:hover.b_next {
	background-image: url(img/b-right2.gif); }
.b_back {
	font-size: 12px;
	background: url(img/b-left1.gif) no-repeat 0% 50%;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 28px;
	margin: 2px 13px 2px 0px; }
a:hover.b_back {
	background-image: url(img/b-left2.gif); }
.b_up {
	font-size: 12px;
	background: url(img/b-up1.gif) no-repeat 0% 50%;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 28px;
	margin: 2px 13px 2px 0px; }
a:hover.b_up {
	background-image: url(img/b-up2.gif); }
.b_close {
	font-size: 12px;
	background: url(img/b-close1.gif) no-repeat 0% 50%;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 28px;
	margin: 2px; }
a:hover.b_close {
	background-image: url(img/b-close2.gif); }

/* 各ページ番号表示タブ */
.number {
	background-image: url(img/bg.gif);
	width: 130px;
	text-align: center;
	display: block;
	margin: 0px 0px 0px auto;
	padding: 3px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #888;
	font-size: 12px;
	font-weight: bold;
	color: #000; }
