@charset "shift_jis";

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote	{
	margin: 0;	padding: 0;
}
dl, ul {
	margin-top: 0px;
	margin-bottomn: 0px;
}
body, td {
/*	font-family: verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;*/
	font-size: 13px;
	line-height: 160%;
	color:#330000;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
}
* + html body {
	font-family: "CI","Meiryo";
}
img, table {
	border:0;
	border:none;
	}
table {border-spacing: 0;}
.none {
	list-style-type:none;
}

/* ----------------------- 文字サイズ*/
.fss{font-size: 65%; text-decoration: none; line-height: 130%;}
.fs{font-size: 80%; text-decoration: none; line-height: 130%;}
.fn{font-size: 100%; text-decoration: none; line-height: 130%;}
.fm{font-size: 115%; text-decoration: none; line-height: 130%;}
.fl{font-size: 130%; text-decoration: none; line-height: 130%;}
.fll{font-size: 146%; text-decoration: none; line-height: 130%;}
.flll{font-size: 160%; text-decoration: none; line-height: 130%;}
.fss_b{font-size: 65%; text-decoration: none; line-height: 130%; font-weight:bold;}
.fs_b{font-size: 80%; text-decoration: none; line-height: 130%; font-weight:bold;}
.fn_b{font-size: 100%; text-decoration: none; line-height: 130%; font-weight:bold;}
.fm_b{font-size: 115%; text-decoration: none; line-height: 130%; font-weight:bold;}
.fl_b{font-size: 130%; text-decoration: none; line-height: 130%; font-weight:bold;}
.fll_b{font-size: 146%; text-decoration: none; line-height: 130%; font-weight:bold;}
.flll_b{font-size: 160%; text-decoration: none; line-height: 130%; font-weight:bold;}

/* ----------------------- クリア*/
.clear{
	clear:both;
	line-height:0;
	height:0;
	margin:0;
	padding:0;
}

/* ----------------------- ロールオーバーボタン */
.robt a{
display:block;
width:262px;
font-weight:bold;
color:#FFF;
font-size:15px;
background:url(../../img/bt_bg.jpg) no-repeat;
height:50px;
line-height:50px;
text-decoration:none;
text-align:center;
}
.robt a:hover{
font-weight:bold;
color:#FFF;
text-decoration:underline;
}
.robt_l a{
display:block;
width:350px;
color:#FFFFFF;
font-weight:bold;
font-size:17px;
background:url(../../css/bg_bt_l.gif) no-repeat;
height:60px;
line-height:60px;
text-decoration:none;
text-align:center;
}
.robt_l a:hover{
color:#FFFFFF;
font-weight:bold;
background:url(../../css/bg_bt_l_f2.gif) no-repeat;
}



/* ----------------------- 見出し */
.title{   
    border-left:7px solid #009843;   
    border-bottom:1px solid #ccc;   
    padding:3px 0px 3px 6px;  
	font-weight:bold;
	font-size:15px; 
	color:#009843;
}

/* ----------------------- 会員見出し */
.title2{   
    border-left:7px solid #ff6600;   
    border-bottom:1px solid #ccc;   
    padding:3px 0px 3px 6px;  
	font-weight:bold;
	font-size:15px; 
	color:#ff6600;
}


