<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0px;
	padding:0px;
	font-family:Osaka,'�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け';
}

body {
	text-align:center;
	background-image:url("../images/common/back.gif");
	background-repeat:repeat-y;
	background-position:center;
}

a img {
	border:none;
}

div.body {
	text-align:left;
	width:940px;
	margin:auto;
}

p {
	margin:0.5em 1em;
	line-height:1.5em;
}

h1 {
	font-size:90%;
	color:#fff;
	height:34px;
	line-height:34px;
	padding-left:10px;
	margin-bottom:5px;
	background-image:url("../images/common/h1_back.gif");
}

h2 {
	font-size:95%;
	font-weight:normal;
	color:#fff;
	height:32px;
	line-height:32px;
	padding-left:10px;
	margin-top:20px;
	margin-bottom:10px;
	background-image:url("../images/common/h2_back.gif");
}

strong {
	display:block;
	font-size:100%;
	color:#1661A5;
	border-bottom:solid 3px #72B8E3;
	margin-top:20px;
}

table {
	border-collapse:collapse;
}

th,
td {
	font-size:90%;
}

div.center {
	text-align:center;
	padding:10px;
}

table.center th, 
table.center td {
	text-align:center;
}


div.clear {
	clear:both;
	line-height:1px;
	height:1px;
}

.contents ul {
	padding:0.5em 1em;
}

div.contents ul li {
	list-style-image:url("../images/common/arrow.gif");
}







/** navigations to header **/
div.header {
	height:50px;
	margin-top:15px;
	margin-bottom:10px;
}

div.header div.logo {
	float:left;
}

div.header a.request {
	margin:5px 0px 5px 5px;
	width:120px;
	display:block;
	float:right;
}

div.header div.fontChanger {
	font-size:80%;
	float:right;
	margin-top:10px;
}


div.header div.fontChanger span{
	margin-left:5px;
}

div.header div.site_navi a {
	font-size:80%;
	background-image:url("../images/common/header-arrow.gif");
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left:10px;
}

div.header div.site_navi {
/*
	padding-top:15px;
*/
line-height:24px;
	text-align:right;
}









/** font change javascript **/
.fontMiddle #contents {
	font-size: 60%;
}

.fontMiddle #contents {
	font-size: 80%;
}

.fontLarge #contents {
	font-size: 110%;
}

.fontChanger {
	cursor: pointer;
	padding-left:20px;
}

.fontChanger *{
	float:left;
}

.fontChanger span {
	width:24px;
	height:24px;
	display:block;
}

.fontChanger span.fontChangeNormal {
	background-image:url("../images/common/small_bt.gif");
	background-position:top;
}

.fontChanger span.fontChangeLarge {
	background-image:url("../images/common/large_bt.gif");
	background-position:top;
}

.fontChanger span.active {
	background-position:bottom;
}






/** navigations to main menu **/
div.main_menu {
	clear:both;
}

div.main_menu a img{
}








/** breadcrumbs **/
div.breadcrumbs {
	padding:5px;
	margin-bottom:10px;
	border-bottom:solid 1px;
}








/** navigations to footer **/
div.footer {
	font-size:80%;
	clear:both;
	padding-top:5px;
	color:#fff;
	background-color:#668df1;
	padding:10px;
	border-top:solid 2px #7283bb;
	border-bottom:solid 2px #7283bb;
}

div.footer span {
	font-size:170%;
}

div.footer a {
	color:#fff;
}

ul.connect {
	text-align:center;
	padding-top:7px;
}

ul.connect li {
	width:200px;
	float:left;
	margin:0em 1em;
	_margin:0em 0.5em;
	list-style:none;
}

ul.connect a {
	display:block;
	font-size:100%;
}

div.copyright {
	font-size:80%;
	text-align:center;
	margin:5px;
}

div.container {
	background-image:url("../images/common/container_back.gif");
	margin-bottom:10px;
}
div.container_top {
	height:10px;
	line-height:10px;
	background-image:url("../images/common/container_top.gif");
}
div.container_bottom {
	clear:both;
	height:10px;
	line-height:10px;
	background-image:url("../images/common/container_bottom.gif");
}








/** submenu **/
div.sub_menu {
	width:180px;
	float:left;
}

div.subtitle {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:10px 0px;
	border-bottom:dotted 3px;
	margin-bottom:10px;
}

div.sub_menu ul {
	overflow:hidden;
	margin-bottom:10px;
}

div.sub_menu ul li {
	list-style:none;
	width:180px;
}

div.sub_menu ul li a {
	font-size:13px;
	display:block;
	width:155px;
	_width:180px;
	text-decoration:none;
	color:#fff;
	padding:15px 5px 15px 20px;
	background-image:url("../images/common/submenu_back.gif");
	background-position:center;
}

div.sub_menu ul li a.head {
	background-image:url("../images/common/submenu_back3.gif");
}

div.sub_menu ul li a:hover, 
div.sub_menu ul li a.onsubmenu {
	background-image:url("../images/common/submenu_target.gif");
	background-position:center;
}

div.sub_menu ul li a.head:hover{
	background-image:url("../images/common/submenu_target3.gif");
	background-position:center;
}

div.sub_menu ul li li a {
	display:block;
	margin:1px 0 0 17px;
	padding-left:5px;
	width:145px;
	_width:160px;
	background:none #FFFFCC;
	color:#CC6600;
	border:dashed 1px #CC6600;
}

div.sub_menu ul li li a:hover, 
div.sub_menu ul li li a.onsubmenu {
	background:none #CC6600;
	color:#FFFFFF;
}










/** contents **/
div.contents {
	width:740px;
	margin-left:200px;
	_margin-left:190px;
	min-height:500px;
}

div.contents img {
	border:none;
}

div.contents ul {
	margin-left:20px;
	line-height:1.5em;
}


div.contents ol {
	margin-left:30px;
	line-height:1.5em;
}









/** full area **/
div.full div.contents {
	width:940px;
	margin-left:0px;
	min-height:360px;
}


div.contents div.privacy_txt {
	border:solid 1px;
	height:200px;
	overflow:auto;
	padding:10px;
}

div.contents a {
	color:#EA6F1E;
}





span.essential {
	color:red;
}


span.small{
	font-size:80%;
}

span.big{
	font-size:120%;
}</pre></body></html>