@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	background: none;
	background-color: #000208;
}

body#sample {
	background-color: #000000;
	background: url(../img/back_above.jpg) top center no-repeat;
	background-color: #000208;
}

a {
	text-decoration: underline;
	color: #ffff00;
}


/*---------- common ----------*/
/*----- margin -----*/
/*-- top --*/
.top_mar05 {
	margin-top: 5px!important;
}
*:first-child+html .top_mar05 {
	margin-top: 0px!important;
}
.top_mar10 {
	margin-top: 10px!important;
}
.top_mar15 {
	margin-top: 15px;!important;
}
.top_mar20 {
	margin-top: 20px!important;
}
/*-- left --*/
.left_mar15 {
	margin-left: 15px!important;
}

/*----- hr -----*/
hr.dott {
	border-top: dotted 1px #ffffff;
	margin:20px 0px 20px 0px;
	_margin: 10px 0px 10px 0px;
	width:495px;
}
*:first-child+html hr.dott {
	border-top: dotted 1px #ffffff;
	margin: 10px 0px 10px 0px;
	width:495px;
}
:root hr.dott {
	border-top: none;
	border-right: none;
	border-bottom: dotted 1px #ffffff;
	border-left: none;
}
hr.dott:not(\*|*) {
	margin-right: 110px!important;
}

/*----- float -----*/
.float_left {
	float: left;
}

/*----- font -----*/
.font10 {
	font-size: 10px;
}


/*---------- main area ----------*/
div#main_area {
	margin: 0px auto 0px auto;
	padding-top: 151px;
	width: 1024px;
	xheight: 612px;
	height: 461px;
	background: url(../img/psp2_brog_01.jpg) top left no-repeat;
	text-align: left;
}
div#main_area div#contents_area {
	xmargin: 151px 0px 0px 349px;
	margin: 0px 0px 0px 349px;
	padding: 15px 25px 15px 25px;
	width: 603px;
	height: 390px;
	position: relative;
}
/*div#main_area div#contents_area p {
	font-weight: bold;
}*/
div#main_area div#contents_area p {
	xwidth: 495px;
	width: 520px;
	font-weight: bold;
	letter-spacing: 1px;
}
div#main_area div#contents_area div.form_area,
div#main_area div#contents_area div.code_area {
	float: left;
	margin-right: 15px;
	width: 270px;
	height: auto;
	overflow: hidden;
}
div#main_area div#contents_area div.code_area {
	padding: 10px 5px 5px 5px;
	width: 198px!important;
	border: solid 1px #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
}
div#main_area div#contents_area div.code_area textarea.code_box {
	margin-top: 5px;
	width: 190px;
	height: 110px;
	_height: 109px;
	overflow: scroll;
	background-color: #ffffff;
}
div#main_area div#contents_area img.sample {
	z-index: 0;
	width: 100px;
	height: 318px;
	position: absolute;
	top: 28px;
	left: 530px;
}
div#main_area div#contents_area div.btn_sample {
	z-index: 2;
	width: 84px;
	height: 37px;
	position: absolute;
	top: 357px;
	left: 538px;
}
div#main_area div#contents_area div.btn_sample ul li,
div#main_area div#contents_area div.btn_sample ul li a {
	display: block;
	width: 84px;
	height: 37px;
	border: none;
	list-style-type: none;
	text-indent: 0em;
	background: url(../img/btn_sample.gif) top left no-repeat;
	background-position: 0px 0px;
	float: left;
}
div#main_area div#contents_area div.btn_sample ul li a:hover {
	width: 84px;
	height: 37px;
	background-position: 0px -37px;
}
div#main_area div#contents_area div.btn_sample ul li a span {
	display: none;
}
div#main_area div#contents_area div.flash {
	width: 82px;
	height: 335px;
}
span.block {
	display: block;
	font-weight: bold;
}
/*----- form size -----*/
.fomr01 {
	width: 208px!important;
}
.form02 {
	width: 171px!important;
}
.form03 {
	margin-left: 3px!important;
	width: 171px!important;
}
.form04 {
	width: 116px!important;
}
.form05 {
	xwidth: 175px!important;
	width: 170px!important;
	height: 35px!important;
	border: solid 1px #ffffff;
}
/*:root .form05 {
	width: 174px!important;
	height: 40px!important;
}
body:first-of-type .form05 {
	width: 175px!important;
	height: 40px!important;
}*/


/*---------- footer area----------*/
div#footer_area {
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 152px;
	background: url(../img/psp2_brog_02.jpg) top left no-repeat;
	background-color: #000000;
	text-align: left;
	position: relative;
}
div#footer_area img.sega {
	z-index: 2;
	width: 57px;
	height: 18px;
	position: absolute;
	top: 18px;
	left: 11px;
}
div#footer_area img.psp {
	z-index: 1;
	width: 98px;
	height: 24px;
	position: absolute;
	top: 28px;
	left: 917px;
}
div#footer_area p {
	z-index: 0;
	font-size: 10px;
	line-height: 120%;
	position: absolute;
	top: 57px;
	left: 11px;
}

body#sample div#footer_area {
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
	clear: both;
	width: 625px;
	height: auto;
	overflow: hidden;
	background: none;
	position: absolute;
	top: 1225px;
	left: 10px;
}


/*---------- sample_parts----------*/
div#sample_area {
	margin: 0px auto 0px auto;
	padding-top: 100px;
	_padding-top: 120px;
	width: 659px;
	height: 1135px;
	_height: 1115px;
	background: url(../img/flame_sample.gif) top left no-repeat;
	position: relative;
}
*:first-child+html div#sample_area {
	margin: 0px auto 0px auto;
	padding-top: 120px;
	width: 659px;
	height: 1115px;
	background: url(../img/flame_sample.gif) top left no-repeat;
	position: relative;
}
div.sample_parts {
	margin: 20px auto 0px auto;
	clear: both;
	width: 625px;
	height: auto;
	overflow: hidden;
}
div#sample_area div#gotoHomePage {
	margin: 0;
	width: 639px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 1203px;
	left: 0px;
}


/*---------- gotoHomePage ----------*/
div#gotoHomePage {
	margin: 10px auto 0px auto;
	width: 970px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}


