@charset "UTF-8";
/* CSS Document */

body,div,h1,h2,h3,h4,h5,p,form {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	font-family: "Verdana", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
}

img {
	border: 0;
}
a:link{
	color: #FC8000;
	text-decoration: underline;
}
a:visited {
	color: #941E55;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
textarea {
	font-size: 12px;
}

body {
	background-image: url(../images/hiyoko/bg.gif);
	background-repeat: repeat-x;
}

#headerArea {
	width: 800px;
	height: 31px;
	margin: 0px auto;
}
#headerArea img {
	margin-left: 15px;
}

#titleArea {
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background-image: url(../images/hiyoko/main_title.jpg);
	background-repeat: norepeat;
}

#titleArea .pankuzu {
	font-size: 10px;
	padding: 5px 0px 0px 20px;
}

#contentArea {
	width: 642px;
	margin: 0px auto 30px auto;
}

#contentArea .subTitle {
	margin: 10px 0px 10px 0px;
}
#contentArea .frame {
}
#contentArea .frame .alpha {
	margin-top: 10px;
	padding-left: 15px;
	width: 160px;
	float: left;
}
#contentArea .frame .beta {
	width: 440px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
#contentArea .frame .beta .caption {
	line-height: 1.8em;
}
#contentArea .frame .beta .caption .cap{
	color: #FC8000;
}
#contentArea .frame .beta strong{
	color: #FC8000;
}
#contentArea .frame .beta .note {
	margin-top: 1em;
	font-size: 10px;
	line-height: 1.8em;
	color: #FC8000;
}
#contentArea .frame .beta form {
	margin-top: 10px;
}
#contentArea .frame .beta #textfield {
	width: 430px;
	border: 1px solid #CCCCCC;
	color: #666666;
}

#contentArea .danger {
	margin: 20px 0px;
}

#contentArea .lineup {
	height: 240px;
	background-image: url(../images/hiyoko/window_bg2.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentArea .lineup .content {
	height: 240px;
	overflow: auto;
}
#contentArea .lineup .title {
	margin: 5px 0px;
	font-weight: bold;
}
#contentArea .lineup .caption {
}

#contentArea .banner {
	margin: 30px 0px 0px 0px;
}

#footerArea {
	height: 32px;
	background-color: #FDD400;
}
#footerArea .copyright {
	margin: 0px auto;
	padding: 3px;
	width: 760px;
	text-align: right;
}
