/* -----  基本CSS ----- */

body {
	font-size: small;
	color: #000000;
	line-height: 120%;
	margin: 0px;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #F4F4F4 url(../img/bg.gif) repeat-y center 0px;
}
body#mem {	/* サイト内会員紹介 */
	font-size: small;
	color: #000000;
	line-height: 120%;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF;
}
#outline {
	width: 800px;
	text-align: left;
	clear: both;
}
#head-text {
	color: #FF3300;
	padding: 3px 3px 3px 10px;
	font-size: 10px;
	width: 820px;
}
#header {
	background-color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menubtn {
	background: #FFD633;
	height: 30px;
	width: 800px;
}
#menubtn a{
	float:left;
	font-size:14px;
	font-weight:bold;
	background-color:#FFD633;
	text-align:center;
	color:#000000;
	height: 16px;
	padding: 7px 10px 7px 20px;
	background-image: url(../img/menu_ya.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#menubtn a:hover{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	height: 16px;
	padding: 7px 10px 7px 20px;
	background-image: url(../img/menu_ya_hover.gif);
	background-repeat: no-repeat;
	background-color: #FFE88A;
	background-position: 7px 10px;
}
.menu-select {
	background-color: #FFF2BF !important;
}
.menu-member {
	float: left;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/bg_menu_member.gif) no-repeat 0px 0px;
	text-align:center;
	color:#FF3300;
	width: 90px;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 5px;
	margin-left: 5px;
}
#main {
	text-align: left;
	padding: 20px;
}
#main-top {
	text-align: left;
	padding: 0px 0px 20px;
}
#main-mem {
	text-align: center;
	padding: 20px 20px 30px;
}
#main-mem-left {
	text-align: center;
	vertical-align: top;
	float: left;
	width: 175px;
	padding: 20px 10px 20px 15px;
}
#main-mem-right {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 570px;
	padding: 20px 15px 20px 15px;
	background: #EFEFEF;
}
#header-mem {
	background: #FF9900;
	text-align: center;
	clear: both;
	padding-top: 5px;
}
#tit {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../img/tit_bg.jpg) no-repeat 0px 0px;
	height: 27px;
	padding: 7px 0px 0px 20px;
	clear: both;
}
#footer {
	font-size: 11px;
	color: #FFFFFF;
	background: #FF9900;
	text-align: center;
	margin: 0px 0px 20px;
	padding: 5px;
	line-height: 200%;
	clear: both;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

/* テキストリンク */
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0066FF;
}

/* 矢印リンク */
#link a{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#0033CC;
	height: 16px;
	padding: 7px 10px 7px 20px;
	background-image: url(../img/menu_ya.gif);
	background-repeat: no-repeat;
	background-position: 7px 10px;
}
#link a:hover{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FF3300;
	height: 16px;
	padding: 7px 10px 7px 20px;
	background-image: url(../img/menu_ya_select.gif);
	background-repeat: no-repeat;
}

/* 画像リンク */
#btn a:hover img {
	filter:alpha(opacity=70);
	opacity:0.70;
}
#btn a:active img {
	filter:alpha(opacity=80);
	opacity:0.80;
}

/* 画像リンク（選択時） */
.select {
	filter:alpha(opacity=80);
	opacity:0.80;
}

/* テキスト */
.txtss {
	font-size: 80%;
}
.txts {
	font-size: 90%;
}
.txtl {
	font-size: 110%;
}
.txtb {
	font-weight: bold;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.txt16 {
	font-size: 16px;
}

/* テキスト行間 */
.th100 {
	line-height: 100%;
}
.th110 {
	line-height: 110%;
}
.th130 {
	line-height: 130%;
}
.th140 {
	line-height: 140%;
}
.th150 {
	line-height: 150%;
}

/* テキスト等幅 */
.txt-mono {
	font-family: monospace;
}

/* 行揃え */
.vat td{
	vertical-align: top;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}

/* img下のスペースを削除 */
img#fr { vertical-align: text-bottom; }

/* 回り込み解除 */
.clear {
	clear: both;
}

