﻿/*ベース*/
.base	{  
	width: 620px; 
	height:340px;
	border: none;
	background-color: #000066;
	background-image: url("../image/frame.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;	
	margin: 0;
	padding: 0;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: left; 
	text-decoration:none;
	color:white;
	}  
	
/*枠内*/
.main	{
	width: 586px;
	height: 308px;
	background-color: #000066;
	margin: 16px 16px 16px 16px;
	padding: 0;
	} 

/*  */
.h1	{
	width: 586px;
	height: 46px;
	font: bold 150% "ヒラギノ角ゴ Pro W3","メイリオ";
	text-align: center;
	vertical-align: middle;
	}

.dc	{
	width: 586px;
	height: 22px;
	background-color: #000066;
	font: 100% "ヒラギノ角ゴ Pro W3","メイリオ";
	text-align: center;
	vertical-align: middle;
	}

.dl	{
	width: 586px;
	height: 22px;
	background-color: #000066;
	font: 95% "ヒラギノ角ゴ Pro W3","メイリオ";
	text-align: left;
	vertical-align: middle;
	}

.dr	{
	width: 586px;
	height: 22px;
	background-color: #000066;
	font: 95% "ヒラギノ角ゴ Pro W3","メイリオ";
	text-align: right;
	vertical-align: middle;
	}

.ds	{
	width: 440px;
	height: 106px;
	margin: 0px 0px 0px 110px;
	background-color: #000066;
	font: 95% "ヒラギノ角ゴ Pro W3","メイリオ";
	text-align: left;
	vertical-align: middle;
	}

.dz	{
	width: 586px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	background-color: #000066;
	font: 100% "ヒラギノ角ゴ Pro W3","メイリオ";
	text-align: right;
	vertical-align: bottom;
	}