﻿@charset "UTF-8";
/* CSS Document */

body {
	line-height:150%;
	font-size: 12px;
	color: #222222;
	margin:0;
	padding:0;
	letter-spacing:0.3px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
} /* 何故かこれがないとレイアウトが崩れる */


#main {
	vertical-align:center;
	text-align:left;
}

.menu td {
	margin:20px 0px 0px 8px;  /*　上右下左 */
}

h3 {
	text-align:left;
	color:#ffffff;
	font-size: 12px;
	margin:0px 0px 0px 8px;
	padding:2px 12px;
	width:850px;
}

h4 {
	text-align:left;
	color:#ffffff;
	font-size:12px;
	margin:0px 0px 0px 8px;
	padding:2px 12px;
	background:#83AAF2;
	width:850px;
}

.ex {
	margin:0px 0px 0px 0px;
	text-align:left;
	width:800px;
}

.space1 {
	margin:0px 0px 8px 8px;
	background-image:url(picture_s1.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:400px;
}

.policy-date {
	text-align:right;
}

#footer {
	margin:20px 0px 0px 8px;
	height:100px;
	text-align:center;
}

#tonakane_base {
	position: relative;
	width: 0px;
}

#tonakane_area {
	position: absolute;
	top: 0px;
	right: -447px;
	width: 850px;
}

#tonakane_text {
	position: absolute;
	top: 120px;
	right: -38px;
	margin-bottom: 24px;
	text-align: center;
}

#tonakane {
	position: absolute;
	height: 132px;
	top: 0px;
	right: 0px;
}

.new {
	color: red;
	font-size: -1;
}

