@charset "utf-8";

/* common
************************************************** */
html,
body {
	min-width: 1024px;/* FIreFoxで背景が切れてしまうのを防ぐ */
	height: 100%;/* FIreFoxで背景が切れてしまうのを防ぐ */
}
html { overflow-y:scroll; }
body {
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #FFF;
	outline: none;
}
a:link, a:visited {	text-decoration: underline; }
a:hover, a:active { text-decoration: none; }

img {
	vertical-align: top;
	border-style: none;
	outline: none;
}

iframe { background: #000; }



/* common style
************************************************** */
.cBox {
	margin: 0px auto;
	width: 1024px;
}

.fBox {
	overflow: hidden;
	zoom: 1;
}

.mt5 { margin-top: 5px !important; }



/* header
************************************************** */
#header {
	height: 40px;
	overflow: hidden;
	zoom: 1;
}
#header h1 { float: left; }
#header p { float: right; }



/* footer
************************************************** */
#footer {
	background-color: #000;
	width: 100%;
}
#footer .cBox { text-align: left; }

#footer #footerInner {
	overflow: hidden;
	zoom: 1;
}
#footer #footerInner .sns {
	float: left;
	width: 224px;
	border-right: 1px solid #333;
	padding: 6px 0px 6px 6px;
	overflow: hidden;
	zoom: 1;
}
#footer #footerInner .sns h3 {
	float: right;
	padding-right: 8px;
}
#footer #footerInner .sns ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	width: 104px;
}
#footer #footerInner .sns li {
	float: left;
	margin-right: 4px;
}

#footer #footerInner .copyright {
	float: left;
	padding: 6px 0px 6px 10px;
}




/* content
************************************************** */
#contentBg { background: #acc5ea url(../images/bg.gif) repeat-x 0px 0px; }
#content { background: url(../images/bg.jpg) no-repeat 50% 0px; }
#content #contentInner { padding: 0px 45px 50px 40px; }

#content .cpntentLeft {
	float: left;
	width: 260px;
	padding-top: 52px;
}
#content .cpntentRight {
	float: right;
	width: 640px;
	padding-top: 40px;
}


#content h2 {
	text-align: left;
	padding-left: 12px;
}
#content h4 {
	text-align: right;
	margin-top: 19px;
}


#content .nex5r { margin-top: 78px; }
#content .nex5rtxt { margin-top: 10px; }

#content .buttonBox {
	padding: 0px 7px;
	margin-top: 48px;
}
#content .buttonBox .fBox { padding-top: 2px; }
#content .buttonBox .button2 { float: left; }
#content .buttonBox .button3 { float: right; }


#content #movie { margin-top: 28px; }
#content #movie #flashcontent {
	height: 396px;
	width: 640px;
}
