@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	display: block;
	}
hr{
	display : none;
	}

img {
	border: none;
	vertical-align: bottom;
	}

ul li {
	list-style: none;
	}
	
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor:help;
	border-bottom: dotted 1px;
	}

.nonborder { 
         border:none; outline:none; 
		 }

a:hover img.hoverimg{
opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}

a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/* 修正文字
-------------------------------------*/
.a_blue {
	color: #00f;
}

.a_blue_line {
	text-decoration: line-through;
	color: #00f;
}

.a_red {
	color:#f00;
}

.a_red_line {
	text-decoration: line-through;
	color:#f00;
}

.a_green {
	color:#00cc00;
}

.a_green_line {
	text-decoration: line-through;
	color:#00cc00;
}

/* フォントサイズ
-------------------------------------*/

.f_80 {
	font-size :80%;
	}

.f_120 {
	font-size :120%;
	}

.f_135 {
	font-size :135%;
	}


/* 行
-------------------------------------*/

.f_t_left {
	text-align: left;
}

.f_t_right {
	text-align: right;
}

.f_t_center {
	text-align: center;
}








	


