@charset "UTF-8";
BODY{
	background-color:#006666;
	top: 0px;
	height: 0px;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #FFFFFF;
}
.f01      {
	font-Size:11px;
	line-height: 130%;
	font-style: normal;
}
.f02      {
	font-size: 12px;
	line-height: 150%;
	font-style: normal;
}

A:link { color: #CCCCCC; text-decoration: underline; }
A:visited { color: #CCCCCC; text-decoration: underline; }
A:active { color: #CCCCCC; text-decoration: underline; }
A:hover { color: #CCCCCC; text-decoration: underline; }

/* モーダルウィンドウ
-----------------------------*/
#MDL_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #111;
	overflow: hidden;
	position: fixed;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 1000;
}
#MDL_window {
	margin-top: -300px;
	margin-left: -200px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 600px;
	text-align: left;
	display: none;
	background: #000;
	border: #000000 1px solid;
	position: fixed;
	z-index: 1001
}
#MDL_window h2 {
	margin-bottom: 10px;
	text-align:center;
	padding: 10px 0;
	width: 400px;
	font-size: 14px;
	border-bottom: #222222 1px dotted;
}
#MDL_window p {
	padding: 0 25px 20px 25px;
	font-size: 11px;
}

#MDL_window .md_btn {
	width: 100%;
	text-align: center;
	font-size: 11px;
}
#MDL_window .md_btn a {
	margin: 0 5px;
	padding: 5px;
	width: 100px;
	text-align: center;
	display: inline-block;
	background: #333333;
}




