@charset "euc-jp";

/*フォント関連*/

.font08em {
	font-size: 0.8em;
}
.font09em {
	font-size: 0.9em;
}
.font1em {
	font-size: 1em;
}
.font11em {
	font-size: 1.1em;
}
.font12em {
	font-size: 1.2em;
}
.font13em {
	font-size: 1.3em;
}
.font14em {
	font-size: 1.4em;
}
.font15em {
	font-size: 1.5em;
}
.font16em {
	font-size: 1.6em;
}
.font17em {
	font-size: 1.7em;
}
.font18em {
	font-size: 1.8em;
}
.font19em {
	font-size: 1.9em;
}
.font20em {
	font-size: 2em;
}

.font1px {
	font-size: 1px;
}
.font2px {
	font-size: 2px;
}
.font3px {
	font-size: 3px;
}
.font4px {
	font-size: 4px;
}
.font5px {
	font-size: 5px;
}
.font9px {
	font-size: 9px;
}
.font10px {
	font-size: 10px;
}
.font11px {
	font-size: 11px;
}
.font12px {
	font-size: 12px;
}
.font13px {
	font-size: 13px;
}
.font14px {
	font-size: 14px;
}
.font15px {
	font-size: 15px;
}


.font_red {
	color:red;
}
.font_blue {
	color:blue;
}
.font_black {
	color:black;
}
.font_333333 {
	color:#333333;
}
.font_666666 {
	color:#666666;
}
.font_999999 {
	color:#999999;
}

.bold {
	font-weight: bold;
}


/*背景関連*/

.back_ffffff {
	background: #ffffff;
}
.back_333333 {
	background: #333333;
}
.back_666666 {
	background: #666666;
}
.back_999999 {
	background: #999999;
}
.back_cccccc {
	background: #cccccc;
}
.back_red {
	background: red;
}
.back_blue {
	background: blue;
}


/*幅指定関連*/

.width_100px {
	width: 100px;
}
.width_150px {
	width: 150px;
}
.width_200px {
	width: 200px;
}
.width_250px {
	width: 250px;
}
.width_300px {
	width: 300px;
}
.width_350px {
	width: 350px;
}
.width_400px {
	width: 400px;
}
.width_450px {
	width: 450px;
}
.width_500px {
	width: 500px;
}

.width_100per {
	width:100%;
}
.width_95per {
	width:95%;
}
.width_90per {
	width:90%;
}


/*マージン関連*/

.margin_auto {
	margin:auto;
}

.margin_0 {
	margin:0;
}

.margin_top_5px {
	margin-top: 5px;
}
.margin_bottom_5px {
	margin-bottom: 5px;
}
.margin_left_5px {
	margin-left: 5px;
}
.margin_right_5px {
	margin-right: 5px;
}

/*padding関連*/
.padding_5px {
	padding:5px;
}
.padding_10px {
	padding:10px;
}
.padding_15px {
	padding:15px;
}
.padding_20px {
	padding:20px;
}
.padding_25px {
	padding:25px;
}


.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
/** html .clear {
	height:0px;
	font-size: 0px;
}*/




.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}



.vertical_align_middle {
	vertical-align: middle;
}
.vertical_align_top {
	vertical-align: top;
}

.ime_off {
	ime-mode:disabled;

}

.line_height10pt {
	line-height:10pt;
}
.line_height15pt {
	line-height:15pt;
}

.line_height20pt {
	line-height:20pt;
}
.line_height25pt {
	line-height:25pt;
}


