/* ===================================================================
CSS information
 file name  :base.css
 style info :汎用(変更不可)
=================================================================== */
/**行揃え**/
.l	/*左*/
{
	text-align:left;
}
.r	/*右*/
{
	text-align:right;
}
.c	/*中央*/
{
	text-align:center;
}
/**テキスト入力IME初期値**/
input.ascii
{
	ime-mode: disabled;
}
textarea.ascii
{
	ime-mode: disabled;
}
input.kana
{
	ime-mode: active;
}
textarea.kana
{
	ime-mode: active;
}
/**回り込み解除**/
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; 
}
.clearfix
{
	display: inline-block;
	margin:0px auto;
}
.clearfix
{
	display: block;
}
/**文字色指定**/
.blue
{
	color:blue;
}
.red
{
	color:red;
}
.green
{
	color:#7E9C3A;
}
.brown
{
	color:#7E775D;
}
.encl
{
	color:#AF8462;
}
.orange
{
	color:#FF7200;
}
/**太字**/
.bold
{
	font-weight:bolder;
}
/**配置**/
.float_l
{
	float:left;
}
.float_r
{
	float:right;
}
.v_top
{
	vertical-align:top;
}
.v_bottom
{
	vertical-align:bottom;
}
/**幅**/
.w_10{width:10px;}
.w_20{width:20px;}
.w_30{width:30px;}
.w_40{width:40px;}
.w_50{width:50px;}
.w_60{width:60px;}
.w_70{width:70px;}
.w_80{width:80px;}
.w_90{width:90px;}
.w_100{width:100px;}
.w_110{width:110px;}
.w_120{width:120px;}
.w_130{width:130px;}
.w_140{width:140px;}
.w_150{width:150px;}
.w_160{width:160px;}
.w_170{width:170px;}
.w_180{width:180px;}
.w_190{width:190px;}
.w_200{width:200px;}
