@charset "UTF-8";

body
	{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:Verdana, Helvetica, sans-serif;
	color: #000066;
	}
h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
	}
dl,dt,dd{
 	margin: 0px;
 	padding: 0px;
 	}
p	{
	margin-top: 0px;
 	}

/* コンテナ */
div#container
	{
	width: 516px;
	margin-left: auto;
	margin-right: auto;
	}


/* ヘッダー */
div#header
	{
	width: 516px;
	height: 463px;
	}


/* メイン */
div#main
	{
	width: 516px;
	height: auto;
	}

div#main h2
	{
	font-size:14px;
	line-height: 20px;
	font-weight:bold;
	text-align: center;
	}

/* リンクカラー */
a:link{
	color: #33aedb;
	text-decoration: none;
	}
a:visited{
	color: #33aedb;
	text-decoration: none;
	}
a:hover{
	color: #db3450;
	text-decoration: underline;
	}
a:active{
	color: #db3450;
	text-decoration: none;
	}

/* リスト */
dl{
	margin-top: 50px;}
dt{
	font-size: 14px;
	line-height: 16px;
	color: #ff1493;
	margin-top: 15px;
	text-align:center;
	}
dd{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align:center;
	}


/* フッター */
div#footer
	{
	width: 516px;
	height: 30px;
	}


address	{color: #666666;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	margin-top:50px;
	}