@charset "utf-8";

/*\*/
@import "common.css";
@import "top.css";
@import "info.css";
@import "inner.css";


/* 基本設定 */
* {
	margin: 0;
	padding: 0;
	}

body {
	color:#333;

	}

h1, h2, h5, h6, p, div, address {
	font-style: normal;
	font-weight: normal;
	}


/* float回りこみの解除 */
br.clear {
	clear: both;
}

/* 画像の回りこみ（右） */
img.right {
	float: right;
	margin-left:8px;
}

/* 画像の回りこみ（左） */
img.left {
	float: left;
	margin-right:8px;
}


/* 画像の回りこみ（右） */
img.right {
	float: right;
	margin-left:8px;
}

/* 画像の回りこみ（左） */
img.left {
	float: left;
	margin-right:8px;
}


/* 非表示 */
.none {
	display: none;
}

/* イメージ画像のボーダー */
img {
	border: none;
}

/* フォントサイズ */
.font20 {
	font-size: 125%;
	line-height: 160%;
	}

.font18 {
	font-size: 112.5%;
	line-height: 160%;
	}

.font16 {
	font-size: 100%;
	line-height: 160%;
	}

.font14 {
	font-size: 87.5%;
	line-height: 160%;
	}

.font12 {
	font-size: 75%;
	line-height: 160%;
	}

.font10 {
	font-size: 62.5%;
	line-height: 160%;
	}


/*基本リンク*/
a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #003399;
	text-decoration: none;
}




