/* ===================================================================
CSS information
 file name  :base.css
 style info :準汎用(classは変更不可だが、属性の値は変更可)
=================================================================== */
/**配置調整**/
.m_top
{
	margin-top:12px;
}
.m_bottom
{
	margin-bottom:12px;
}
.p_top
{
	padding-top:6px;
}
.p_left
{
	padding-left:6px;
}
.p_right
{
	padding-right:6px;
}
.p_bottom
{
	padding-bottom:12px;
}
/**ボタン(大中小)**/
input.lbtn
{
	width:170px;
	height:32px;
}
input.mbtn
{
	width:100px;
	height:30px;
}
input.sbtn
{
	width:80px;
	height:30px;
}
/**ログインID/PWのテキストボックス**/
input.loginbox
{
	width:200px;
	height:30px;
}

/**文字サイズ**/
.largest
{
	font-size:150%;
}
.larger
{
	font-size:128%;
}
.large
{
	font-size:120%;
}
.mid
{
	font-size:105%;
}
.msml
{
	font-size:95%;
}
.sml
{
	font-size:90%;
}
.ssml
{
	font-size:85%;
}
.xsml
{
	font-size:80%;
}
.xxsml
{
	font-size:70%;
}

/**必須・エラーメッセージ**/
.errmsg
{
	color:red;
	margin:12px auto 12px;
	padding:2px 0px;
	text-align:center;
	border:1px solid red;
}
.info
{
	color:red;
	margin:6px 0px;
	text-align:center;
}
.kome
{
	font-size:80%;
	color:red;
}
