body {
	margin: 0px;
	padding: 0px;
}

h1{
	margin:0px;
}

h2{
	margin:0px;
}

h3{
	margin:0px;
}

form{
	margin: 0px;
}

select{
	margin: 0px;
}

input{
	margin: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

/***** テキスト *****/

.text{
	font-size: 0.8em;
	color: #333;
	line-height: 160%;
}

.text_l{
	font-size: 0.9em;
	color: #333;
	line-height: 160%;
}

.text_b{
	font-size: 0.8em;
	color: #333;
	line-height: 160%;
	font-weight:bold;
}

.text_s{
	font-size: 0.7em;
	color: #555;
	line-height: 160%;
}

.text_sb{
	font-size: 0.7em;
	color: #555;
	line-height: 160%;
	font-weight:bold;
}

.text_red_01{
	font-size: 0.8em;
	color: #f00;
	line-height: 160%;
}

.text_red_b{
	font-size: 0.8em;
	color: #6C0101;
	line-height: 160%;
	font-weight:bold;
}
.text_red_l{
	font-size: 0.9em;
	color: #6C0101;
	line-height: 160%;
	font-weight:bold;
}

.text_orange{
	font-size: 0.8em;
	color: #FF6600;
	line-height: 160%;
}

.text_orange_l{
	font-size: 0.9em;
	color: #FF6600;
	line-height: 160%;
}


/***** リンクテキスト *****/

a:link,a:visited,a:active{
	color: #3366CC;
}
a:hover{
	color: #f00;
}


/***** divタグ *****/

/*---------------------------------- tableタグ ----------------------------------*/
