@charset "shift_JIS";

/*基本設定*/

body {

	color:#333333;
　　text-align:center;
	height:auto;
	margin:0 auto;
	background-color: #666666;
}

/*レイアウト制御*/
.cell_pad5px_font12px {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
    font-size: 12px;
	line-height: 140%;
}

.cell_tb5px_lr10_f12px {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
    font-size: 12px;
	line-height: 140%;
}

.cell_left10_font12px {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
    font-size: 12px;
	line-height: 140%;
	font-weight:bold;
}

.cell_left15_font12px {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
    font-size: 12px;
	line-height: 140%;
}

.cell_pad5px_top30_font12px {
	padding-top: 30px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
    font-size: 12px;
	line-height: 140%;
}



.cell_left5px {
	padding-left: 5px;
}

.cell_left10px {
	padding-left: 10px;
}


.cell_top20px {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.cell_top5px {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.cell_left10_f14px_bold {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
    font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}

.bottom_line1px {
border-bottom:solid;
border-bottom-color:#000000;
border-width:1px;
}


/*テキスト制御*/
.S {
	font-size: 10px;
	line-height: 140%;
}

.m {
	font-size: 12px;
	line-height: 140%;
}

.l {
	font-size: 18px;
	line-height: 140%;
}



/*リンク制御*/
a {
color:#333333;
/*text-decoration:none;*/
}

a:hover{
color:#FF9900;
}
