@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 25px;
	background-image: url(images/back.jpg);
	background-position: center top;
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.clear {
	clear: both;
}
.header {
	font-size: 12px;
	padding-top: 13px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 152px;
	text-align: left;
	color: #004080;
}
.side_menu {
	width: 282px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.main_back {
	margin: 0px;
	height: 391px;
	width: 668px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 282px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.header_back {
	background-image: url(images/header_001.gif);
	margin: 0px;
	padding: 0px;
	height: 172px;
	width: 950px;
}

.topmenu {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 25px;
	line-height: 150%;
	margin: 0px;
	padding: 5px;
	color: #000;
}

dl {
	padding: 0px;
	margin: 0px;
}

dt {
	font-size: 14px;
	color: #F93;
	font-weight: bold;
	padding: 3px;
}
dd {
	font-size: 12px;
	line-height: 130%;
	color: #4F0000;
}
#naviber li{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 110px;
	line-height: 0px;
}
#naviber ul{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.topix_fla {
	font-size: 12px;
	height: 120px;
	width: 776px;
	border: 1px solid #FC3;
	overflow: scroll;
	padding: 10px;
	margin-bottom: 10px;
}
.menu_back {
	background-image: url(images/top_menu_back.gif);
	height: 385px;
	width: 800px;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_p {
	height: 82.5px;
	width: 340px;
	text-align: left;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-family: "MS UI Gothic";
	font-size: 16px;
	line-height: 150%;
}
.menu_p2 {
	height: 82.5px;
	width: 340px;
	text-align: left;
	padding-top: 80px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-family: "MS UI Gothic";
	font-size: 12px;
	line-height: 140%;
}

.footmanu {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.footer {
	font-size: 20px;
	text-align: center;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-position: center top;
	height: 25px;
	color: #000;
	background-color: #39C;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.company {
	font-size: 12px;
	padding: 5px;
	line-height: 130%;
}
table {
	line-height: 130%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
}

th {
}

h1 {
	font-size: 20px;
	padding: 0px;
	background-color: #004080;
	color: #FFF;
	text-align: center;
}
h2 {
	font-size: 30px;
	color: #06C;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	margin: 0px;
}
h3 {
	font-size: 27px;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFF;
	background-color: #1D68BC;
	margin: 10px;
	padding: 5px;
}
h4 {
	color: #F60;
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC3;
	padding: 3px;
	margin: 5px;
}
h5 {
	font-size: 12px;
	color: #36C;
}
.img_align {
	padding: 10px;
}
.komoji {
	color: #999;
	font-size: 10px;
}
.aka {
	color: #C00;
	font-size: 35px;
}
.aka2 {
	color: #F00;
	font-weight: bolder;
}
.ao {
	color: #009;
}
.midori {
	color: #393;
}

.siro {
	color: #FFF;
}
.main_p {
	line-height: 150%;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	color: #004A6F;
}



.main_p2 {
	line-height: 150%;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: left;
}
.info_back {
	background-image: url(images/info.jpg);
	height: 209px;
	width: 800px;
}

.waku2 {
	border: thin dotted #FC6;
	margin: 20px;
	overflow: auto;
	height: 350px;
}
.info_p {
	height: 139px;
	width: 700px;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	font-family: "MS UI Gothic";
	font-size: 14px;
	line-height: 130%;
}
.form_back {
	background-image: url(../../2012%E5%B9%B45%E6%9C%88/%EF%BC%90%EF%BC%95%EF%BC%91%EF%BC%91%E3%80%80%E3%82%BB%E3%83%AB%E3%83%95%E3%81%BE%E3%81%A4%E6%AF%9B%E3%82%A8%E3%82%AF%E3%82%B9%E3%83%86%E3%82%B9%E3%82%AF%E3%83%BC%E3%83%AB%E5%A7%AA%E6%B5%9C%E6%A0%A1/%E3%83%9B%E3%83%BC%E3%83%A0%E3%83%9A%E3%83%BC%E3%82%B8/images/form_back.jpg);
	background-repeat: no-repeat;
	margin: 30px;
	height: 1200px;
	width: 690px;
	background-position: center top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top_p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "MS UI Gothic";
	font-size: 12px;
}
div.kahen{
	width:285px;
	margin:0 0 10px 0;
	padding:0;
	background-color: #FFC;
}
div.kahen div.top{
background-image:url("file:///C|/Documents and Settings/豪洋/img/frame_top.png");
background-repeat:no-repeat;
height:32px;
}
div.kahen div.bottom{
background-image:url("file:///C|/Documents and Settings/豪洋/img/frame_bottom.png");
background-repeat:no-repeat;
height:11px;
}
div.kahen p{
	margin:0;
	padding:5px;
	background-image:url(file:///C|/Documents%20and%20Settings/%E8%B1%AA%E6%B4%8B/img/frame_line.png);
	background-repeat:repeat-y;
	background-color: #FC9;
}
.orange {
	color: #F60;
}
.waku3 {
	background-color: #FDF1DB;
	margin: 10px;
	padding: 5px;
}
