﻿@charset "Shift_JIS";

body		{background-color: wnite;
	
		background-repeat: no-repeat;
		background-position: left top;
		margin: 0 0;
		padding: 0 0}

div#container	{font-family: メイリオ,Arial, MSゴシック;
		color: #4a4a4a;
		font-size: 10pt;
		padding: 0 2px 0 2px;
		margin: 0 auto 0 auto;
		width: 850px;
		height: 100%;
		background-color: white;
		background: url(pageback_850.gif) center top repeat-y;
		border: none}

div#header	{border: none;
		font-size: 10.0pt;
		height: 227px;
		width: 850px;
		margin: 0  1px ;
		background-color: wnite;
		background-repeat: no-repeat;
		background-image: url(mainbacks.png)}

div#left {border: none;
font-size: 10.0pt;
width: 50%;
margin: 0 2px ;
float: left;
}

.clearLeft { 
clear: left; 
}

div#right {border: none;
font-size: 10.0pt;
width: 50%;
margin: 0 2px ;
float: right;
}

.clearRight { 
clear: right; 
}

div#bana		{border: solid 1px white;
			border-top: solid 1px white;
			border-right: none;
			border-bottom: solid 1px white;
			border-left: none;
			width: 30%;
                     float: right;
			margin-right: 0px;
			background-color: white;
			padding: 0 0}



div#contents		{border: solid 1px white;
			border-top: solid 1px white;
			border-right: none;
			border-bottom: solid 1px white;
			border-left: none;
			width: 838px;
			margin: 0 auto 0 auto;
			background-color: white;
			padding: 0 0}

div#suponce	{border: none;
		width: 850px;
		height: 76px;
		margin: 5px 0 5px 0;
		font-size: 8pt;
		}

div#suponce ul		{border: none;
			margin: 0 0;
			padding: 0 0;
			height: 76px;
			width: 850px;
			background-image: url(suponce.png);
			background-repeat: no-repeat;
			list-style-type: none}

div#suponce ul li	{border: none;
			margin: 0 0;
			padding: 0 5px 0 6px;
			display: inline}

div#suponce img		{margin-top: 20px;
			border: none}

div#footer		{border: none;
			clear: both;
			margin: 0 auto 0 auto;
			padding: 0 0;
			width: 850px;
			height: 60px;
			background: url(../footbg2.png);
			text-align: center;
			font-size: 9.0pt;
			color: color: #4a4a4a}

div#footer ul		{border: none;
			margin: 0 auto 0 auto;
			padding: 10px 0 0 0;
			width: 838px;
			list-style-type:none}

div#footer ul li	{display: inline;
			margin: 0 0;
			padding-right: 3px}

div#footer a		{color: #4a4a4a;
			text-decoration: none}

div#footer a:visited	{color: #4a4a4a;
			text-decoration: none}

div#footer a:hover	{color: #4a4a4a;
			text-decoration: underline}

p.back			{text-align: right}

p.back a		{color: #4a4a4a}

p.back a:hover		{color: #4a4a4a}

p.back a:visited	{color: #4a4a4a}

p.back a:focus		{color: #4a4a4a}

p.back a:active		{color: #4a4a4a}/* --- 全体の背景・テキスト --- */




/* --- コンテナ --- */
#container {
width: 850px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(pageback_850.gif) center top repeat-y; /* コンテナの背景 */
}

/* --- ページ --- */
#page {
width: 850px; /* ページの幅 */
margin: 0 auto; /* センタリング */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
}


