<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------
						共通部分
-------------------------------------------------------*/

body {
	font-family: "メイリオ";
	margin: 0px;
	padding: 0px;
	position: relative;
}
.wrapper-contents{
	width: 100%;
	min-width: 1100px;
	height: auto;
	min-height: 100%;
	background-image: url(../images/body_bg.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 0xp;
	left: 0px;
}
#wrapper_body{
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

/*----------	header	----------*/

#healine_wrap{
	width: auto;
	height: 85px;
	margin: 0 auto 30px;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
#contents_page{
	width: 995px;
	height: 85px;
	margin: 0 auto;
	padding: 0px;
}
.logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
h1 {
	width: 695px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	color: #ADADAD;
	text-decoration: none;
	text-align: right;
	display: block;
}
#body_layout{
	width: 695px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#button {
	width: auto;
	height: 50px;
	margin: 0 0 0 10px;
	padding: 0px;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 50px;
	font-weight: normal;
	color: #B4B4B4;
	text-align: left;
	text-decoration: none;
	text-indent: 30px;
	float: right;
	display: block;
}
#body_layout ul {
	width: 695px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#button a {
	text-decoration: none;
	color: #666;
}
#button a:hover {
	text-decoration: underline;
	color: #333333;
}

/*----------	contents	----------*/

#frame{
	width: 995px;
	height: auto;
	margin: 0 auto 200px;
	padding: 0px;
	overflow:hidden;
}

/*----------	mainimg	----------*/

#mainimg{
	width: 655px;
	height: 360px;
	margin: 0 auto 30px;
	padding: 0px;
	display: block;
}

/*----------	right	----------*/

#right-body {
	width: 655px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#center-section {
	width: 655px;
	height: auto;
	margin: 0 0 50px;
	padding: 0 0 20px 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	display: block;
}
h2 {
	width: 655px;
	height: 50px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #002E73;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	line-height: 50px;
	display: block;
}
#right-body p {
	width: 630px;
	height: auto;
	margin: 0 0 20px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 25px;
	text-decoration: none;
}
.subimg{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 0 0 5px;
	display: block;
	float: right;
}

/*----------	left	----------*/

#left-body {
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
h3 {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#left-body ul {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	list-style-type: none;
}
#left-body #site-menu {
	width: 300px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 40px;
	text-decoration: none;
	text-align: left;
	text-indent: 35px;
	display: block;
}
#left-body #site-menu a {
	color: #000;
	text-decoration: none;
	display: block;
}
#left-body #site-menu a:hover {
	color: #333;
	text-decoration: underline;
}
#left-body p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#left-body p {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	word-break: break-all;
	display: block;
}

/*----------	footer	----------*/

#footerArea {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #002E73;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	display: block;
}
#footerArea a {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}

/*-------------------------------------------------------
						sub1
-------------------------------------------------------*/

#right-body #center-section ul{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
}
#right-body #center-section #site-menu {
	width: 640px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 40px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 35px;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666;
}
#right-body #center-section #site-menu a {
	text-decoration: none;
	color: #000;
	display:block;
}
#right-body #center-section #site-menu a:hover {
	text-decoration: underline;
	color: #747474;
}

/*-------------------------------------------------------
						sub2
-------------------------------------------------------*/

#link_frame {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0 10px 25px ;
	font-size: 13px;
	line-height: 25px;
	background-image: url(../images/right_p.png);
	background-repeat: repeat-y;
	background-position: center center;
	display: block;
}
#link_frame a {
	text-decoration: none;
}
#link_frame a:hover {
	text-decoration: underline;
}
#link_frame .text-link {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #002E73;
	text-decoration: none;
	display: block;
}

/*-------------------------------------------------------
						form
-------------------------------------------------------*/

table {
	border-collapse: collapse;
	font-size: 14px;
	border: #e1e1e1 solid 1px;
	margin: 0 auto;
}
td {
	border: 1px solid #A8A8A8;
	border-collapse:collapse;
	font-size:14px;
}
tr {
	border: 1px solid #A8A8A8;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #E5E5E5;
	text-align: left;
	text-indent: 5px;
}
table div{
	margin: 0px;
	padding: 30px 0;
}
</pre></body></html>