@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------
CSSリセット
----------------------------------------------------------- */

body{
	margin:0;
	padding:0;
}
embed{
	vertical-align:bottom;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:0;
}


p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	list-style:none;
}
form{
	padding:0;
	margin:0;
}

/* テーブル */
table{
	margin:0;
	padding:0;
	border-collapse:collapse;
}

tr{
	margin:0;
	padding:0;
	border-collapse:collapse;
}

td{
	margin:0;
	padding:0;
	border-collapse:collapse;
}


/*-----------------------------------------------------------
汎用設定
----------------------------------------------------------- */

/* フォントサイズ--------------------*/

/* 10px */
.text10 { font-size:10px; }
.text11 { font-size:11px; }
.text12 { font-size:12px; }
.text13 { font-size:13px; }
.text14 { font-size:14px; }
.text15 { font-size:15px; }
.text16 { font-size:16px; }
.text17 { font-size:17px; }
.text18 { font-size:18px; }
.text19 { font-size:19px; }
.text20 { font-size:20px; }
.text21 { font-size:21px; }
.text22 { font-size:22px; }
.text23 { font-size:23px; }
.text24 { font-size:24px; }
.text25 { font-size:25px; }
.text26 { font-size:26px; }


/*各種設定-------------------------*/

.clear{
	clear:both;
}

.hide{
	display:none;
}
.none{
	margin:0;
	padding:0;
}

.normal{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

br.height5 {
	line-height:5px;
}
br.height10 {
	line-height:10px;
}
br.height15 {
	line-height:15px;
}
br.height20 {
	line-height:20px;
}
br.height25 {
	line-height:25px;
}
br.height30 {
	line-height:30px;
}
br.height35 {
	line-height:35px;
}
br.height40 {
	line-height:40px;
}
br.height50 {
	line-height:50px;
}

/*バグ対策-------------------------*/



