@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #333;
	background-color: #FFF;
	line-height: 18px;
}

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote {
	margin: 0;
	padding: 0;
}

* html table ,
input , textarea , select {
	font-family: "ＭＳ ゴシック", "MS UI Gothic", Osaka, "san-serif";
	font-size: 100%;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
	text-align: center;
}

.clear {
	clear: both;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	overflow: visible;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

img {
	border: 0;
}

img.f_left {
	margin-right: 14px;
}

img.f_right {
	margin-left: 14px;
}

a {
	text-decoration: underline;
	color: #468CCB;
}

a:hover {
	color: #666;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover img {
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

dt {
	float: left;
	}

dd {
	margin: 0 0 10px 150px;
	}	
	
p { 
   clear: both;
   margin-left: 15px; 
   text-align: left;
}
	
h1 {
	display: inline;
}

h2 { 
    margin-top: 50px;  	
}

h3 {
    margin-top: 20px;	
	}

h4 {
	font-size: 120%;
	color: #9C3131;
	}	