@charset "utf-8";

html { min-width: 800px; }

body {
	background-color: white;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",'Lucida Grande', Arial, serif;
	color:#333333;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li, dl, dt, dd, table, th, td, input, legend, div, form, blockquote {
	margin:0px;
	padding:0px;
	list-style:none;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
a{color:#075af2;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

a img {border:none;}

.red {
	color: #DE2128;
}
.blue {
	color: #1f51a8;
}
.strong {
	font-weight: bold;
}
.strongline {
	font-weight: bold;
	text-decoration: underline;
}
.emphasis {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000;
}
/* === font-size === */

body, .font_m{line-height:145%;}

.font_s{font-size:0.9em; line-height:130%;}
.font_l{font-size:1.2em; line-height:155%;}

#footer p{font-size:0.9em; line-height:100%;}
.quote h5{font-size:1.2em; line-height:155%;}
/* === font-size === */
