/*全体について
-----------------------------------------------------*/
body {
	margin:0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: mediam;
	line-height: 130%;
	color: #666666;
}


a:link {
	color: #5A66A6;
	text-decoration: none;
}

a:hover {
	color: #FF8080;
	text-decoration: none;
}
a:visited {
	color:#6D85A6;
	text-decoration:underline;
}


/*中のコンテンツ
-----------------------------------------------------*/
.main {
	background-color: #ffffff;
	border: 0px;
	margin: 1px;
	padding: 1px;
}
.main h3 {
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:5px;
	color:#94B5B0;
/*
	border-bottom-width: 2px;
	border-bottom-style: solid;

	border-bottom-color: #94B5B0;

	border-bottom-color: #E68E8A;
*/
}
.main h4 {
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	color:#94B5B0;
}

.red {
	color: #FF0000;
	font-weight:bold;
	font-size:x-small;
}
.center {
	text-align:center;	
}
.orange {
	color: #FF3300;
	font-size:small;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.table1 {
	background-color: #E0E0E0;
	border: 0px;
	margin-top:5px;
	margin-bottom:10px;
	padding: 20px;
}
.table2 {
	width:130px;
	background-color: #EDECBA;
	border: 0px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
}

.midashi {
	font:bold 12px/19px;
	text-decoration:none;
}
.midashi2 {
	font:bold 16px/18px;
	text-decoration:none;
	font-size:16px;
	line-height:130%;
}
.text {
	font:12px/19px; 
	text-decoration:none;
	text-align:left;
	float:left;
	font-size:12px;
	line-height:140%;
}
.text2 {
	font:13px/25px; 
	text-decoration:none;
	font-size:13px;
	line-height:200%;
}
.text3{
	font:11px/13px; 
	text-align:left;
	text-decoration:none;
	font-size:11px;
	line-height:120%;
	
}

.text4 {
	font:13px/19px; 
	text-decoration:none;
}

.text5 {
	font:12px/14px; 
	text-decoration:none;
	text-align:left;
	float:left;
}

.bun{
	line-height:150%;
	text-align:left;
	float:left;

}
.bun2{
	line-height:180%;

}
.migi {
	float:right;	
}
.hidari {
	float:left;	
}
.naka {
	margin:0 auto;
	width:600px;
}
.red {
	color:red;
}

.footer {
	text-align: center;
	font-size:x-small;
	color: #999999;
	font:Arial, Helvetica, sans-serif;
}


/*コピーライト
-----------------------------------------------------*/
.copy {
	margin-top:10px;
	background-color: #FFFFFF;
	font-size:x-small;
	color: #333333;
	text-align: center;
}

