@charset "shift_jis";
/* 全体構造
---------------------------------------------------- */
body {
	background-color: #000000;
	color: #FFFFFF;
}
#contents {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #333333;
}
#contents img {
	border: 0px;
}

/* ヘッダー＆フッター
---------------------------------------------------- */
#header {
	margin: 0px;
	width: 760px;
	border-bottom: 1px solid #333333;
}
#header table{
	width: 760;
}
#footer {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #333333;
}
#footer table{
	width: 760;
}
#footer h5 {
	color: #CCCC99;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif; 
}
#footer a {
	color: #CCCC99;
	background-color: transparent;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover	{
	color: white;
	background-color: transparent;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}

/* 内容
---------------------------------------------------- */
#mainArea p {
	margin: 20px;
}

/* メイン写真
---------------------------------------------------- */
.mainImage {
	width: 590px;
}