/* SETTING */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
body,table,td,font,textarea,select,input
{
	font-family:"ＭＳ ゴシック", "ＭＳ Ｐゴシック", "Osaka-等幅", "Osaka", "平成角ゴシック";
	font-size: 12px;
	line-height: 160%;
	color: #333333;
}
body {
	background: #FFFFFF;
}


/* text */
.tex_white_black {
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px 2px;
}
.tex_right {
	text-align: right;
}
.tex_red {
	color: #FF3300
}
.tex_red-11 {
	font-size:11px;
	color: #FF3300;
	margin-bottom:5px;
}
.tex_blue {
	color: #333399;
}
.tex_bold {
	font-weight: bold;
}
.tex_bold_orange {
	font-weight: bold;
	color:#FF6D02;
	margin-bottom:5px;
	border-bottom:#EEE7D5 1px solid;
}
.tex_red_bold {
	color: #FF3300;
	font-weight: bold;
}
.tex_small-10 {
	font-size:10px;
}

/* space */
.s_tl{
	margin-bottom: 20px;
}
.s_mainimg{
	margin-bottom: 20px;
}
.s_read{
	margin-bottom: 20px;
}
.s_mida{
	margin-bottom: 20px;
}
.s_komi{
	margin-bottom: 10px;
}
.s_honmon{
	margin: 0px 0px 0px;
}
.s_8{
	margin-bottom: 8px;
}
.s_10{
	margin-bottom: 10px;
}
.s_16{
	margin-bottom: 16px;
}
.s_20{
	margin-bottom: 20px;
}
.s_30{
	margin-bottom: 30px;
}

/* possition */

.FloatEnd {
	clear:both;
}

.float_l {
	float: left;
}
.float_r {
	float: right;
}

