/* 外枠　中央揃え */

.position {
width:780;
margin-right:auto;
margin-left:auto;
background-color:#ffffff;
}

.bt {
width:780px;
margin:0;
padding:0;
}

.top1 {
width:460px;
margin:0;
padding:0;
text-align:center;
float:left;
}

.top2 {
width:300px;
margin:0;
padding:0;
text-align:left;
font-size:75%;
float:right;
line-height:120%;
}

.top2new {
width:300px;
margin:0;
padding:0;
text-align:left;
font-size:75%;
float:right;
color: #FF0000;
line-height:130%;
}

.top3 {
width:380px;
margin:0;
padding:0　10px　0　10px;
text-align:left;
float:left;
font-size:75%;
line-height:120%;
}


.top4 {
width:380px;
margin:0;
padding:0　10px　0　10px;
text-align:left;
float:right;
font-size:75%;
line-height:120%;
}

.main {
width:780px;
margin:0;
padding:0;
text-align:left;
font-size:75%;
line-height:180%;
}

.link {
width:500px;
margin:0;
padding:0;
text-align:left;
font-size:83.3%;
line-height:220%;
}


/* 基本部分 */

body {
color:#666666;
margin-right:auto;
margin-left:auto;
text-align:center;
background-color:#ffffff;
}

a:link,a:visited  {
color: #6699FF;
;}

a:hover, a:active {
color: #FF0066;
;}

img {
border:0;
}

h1 {
width:780px;
margin:0 0 0 0;
padding:0 0 0 0;
text-align:center;
}

h2 {
width:780px;
margin:0 0 0 0;
padding:0 0 0 0;
text-align:center;
}

h3 {
width:460px;
margin:0;
padding:0;
text-align:right;
font-size:100%;
float:right;
}

h4 {
width:450px;
margin:20px 0 0 0;
padding:0 0 0 10px;
text-align:left;
font-size:83.3%;
color: #3366CC;
float:right;
	border-bottom-width: 1;
	border-left-width: 5;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #99CCFF;
}



.c-both{
clear:both;
}


address {
	width:780px;
	padding:1em 0 1em 0;
	margin:0;
	color: #666666;
	text-align:right;
	font-style:normal;
	font-size: 75%;
	letter-spacing:2pt;
	border-top-width: 1;
	border-top-style: solid;
	border-top-color: #339966;
	line-height: 12pt;
}


/* フォントサイズ	12pt ≒100％≒medium */
.fs06 {	font-size: 50%;}
.fs07 {	font-size: 58.3%;}
.fs08 {	font-size: 66.6%;}	/*	72dpi環境で崩れるかも*/
.fs09 {	font-size: 75%;}	/*	≒x-small	*/
.fs10 {	font-size: 83.3%;}
.fs11 {	font-size: 91.6%;}	/*	72dpi環境で崩れるかも*/
.fs12 {	font-size: 100%;}	/*	≒medium・h4	*/
.fs13 {	font-size: 108.3%;}
.fs14 {	font-size: 116.6%;}
.fs15 {	font-size: 125%;}
.fs16 {	font-size: 133.3%;}
.fs17 {	font-size: 141.6%;}
.fs18 {	font-size: 150%;}	/*	≒x-large・h2	*/
.fs19 {	font-size: 158.3%;}
.fs20 {	font-size: 166.6%;}

/* フォントカラー*/
.fc01 {color:#003366;}/* 紺*/
.fc02 {color:#336600;}/* 深緑*/
.fc03 {color:#FF0066;}/* 赤*/
.fc04 {color:#0000ff;}/* 青*/
