/***********************************
 基本タグ
***********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, hr {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: Times New Roman, 'ＭＳ Ｐゴシック';
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
	height: 1px;
}

h1 {
	font-size: 18px;
	letter-spacing: 3px;
	color: #1F3372;
}

hr.title {
	text-align: left;
	border-color: #1F3372;
	padding-bottom: 10px;
}

/***********************************
 レイアウト
***********************************/
div.all {
	width: 1000px;
	background-color: #FFFFFF;
	margin: auto;
}

div.home_top {
	text-align: center;
}

div.home_left {
	float: left;
	padding-top: 20px;
	width: 300px;
}

div.home_right {
	float: right;
	padding-top: 20px;
	padding-left: 50px;
	width: 650px;
}

div.clear {
	clear:both;
}

/***********************************
 リンク
***********************************/
a:link {
	color: #0000CC;
	text-decoration:none;
}
a:visited {
	color: #0000CC;
	text-decoration:none;
}
a:hover {
	color: #0000CC;
	text-decoration:underline;
}
a:active {
	color: #0000CC;
	text-decoration:underline;
}

/***********************************
 メニュー
***********************************/
table.menu {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
	font-size: 18px;
}

table.menu td {
	text-align: center;
	vertical-align:middle;
}

table.menu a {
	color: #555555;
}

/***********************************
 コピーライト
***********************************/
div.copyright {
	color: #555555;
	text-align: center;
	font-size: 12px;
}

/***********************************
 iframe
***********************************/
iframe.header {
	width: 1000px;
	height: 150px;
}

iframe.footer {
	width: 1000px;
	height: 150px;
}

