@charset "UTF-8";

*{
	letter-spacing		: 0;		/* IE7 ページ拡大のレイアウト崩れ回避 */
	font-family			: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
}

body, frame, fameset, form, table, tr, td, div, p, input, textarea{
	font-size			: 10pt;
	line-height			: 12pt;
	color				: #333333;
    cursor				: default;
}

body{
	margin				: 4px;
	padding				: 0px;
}
frame{
	margin				: 0px;
	padding				: 0px;
}
frameset{
	margin				: 0px;
	padding				: 0px;
}
form{
	margin				: 0px;
	padding				: 0px;
}

br{
	/* line-height			: 8pt; */
}

hr{
	height				: 1px;
}

table.fixed{
	table-layout		: fixed;
}


/* color */
.red{
	color				: #CC5555;
}
.green{
	color				: #55CC55;
}
.blue{
	color				: #5555CC;
}
.yellow{
	color				: #CCCC55;
}

/* font-family */
.eikakupop{
	font-family			: 'HG創英角ﾎﾟｯﾌﾟ体', 'Arial', sans-serif;
}

.bauhaus{
	font-family			: 'Bauhaus 93', 'Arial', sans-serif;
}

/* bold */
.bold{
	font-weight			: bold;
}
.unbold{
	font-weight			: normal;
}

/* italic */
.italic{
	font-style			: italic;
}
.unitalic{
	font-style			: normal;
}

/* decoration */
.through{
	text-decoration		: line-through;
}
.unthrough{
	ftext-decoration	: none;
}


.unsize{
	font-size			: 10pt;
	line-height			: 12pt;
}

/* big */ 
.big1, .big{
	font-size			: 12pt;
	line-height			: 15pt;
}
.big2{
	font-size			: 13pt;
	line-height			: 17pt;
}
.big3{
	font-size			: 14pt;
	line-height			: 18pt;
}
.big4{
	font-size			: 16pt;
	line-height			: 23pt;
}
.big5{
	font-size			: 20pt;
	line-height			: 25pt;
}

/* small */ 
.small1, .small{
	font-size			: 8pt;
	line-height			: 11pt;
}
.small2{
	font-size			: 7pt;
	line-height			: 9pt;
}
.small3{
	font-size			: 6pt;
	line-height			: 8pt;
}

/* text-align */
.left{
	text-align			: left;
}
.right{
	text-align			: right;
}
.center{
	text-align			: center;
}

/* vertical-align */
.top{
	vertical-align		: top;
}
.middle{
	vertical-align		: middle;
}
.bottom{
	vertical-align		: bottom;
}

.button {
    cursor:pointer;
}

