@charset "utf-8";

/*--------------------------2010/01/12----
 atc3product stylesheet
 update: 01 August 2008
 append: 14 January 2009
 append: 26 January 2009
 append: 12 August 2009
----------------------------------------*/

@import "http://";

/* rough & reset
-----------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 12px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.4em;
	color: #555555;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
/* intro howtoplay anchor */
.note a {
	color: #33ff33;
	text-decoration: underline;
	font-weight: bold;
}
.note a:hover {
	color: #66ff33;
	text-decoration: underline;
	font-weight: bold;
}
h1, h3, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: middle; /* for ie firefox */
}
ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* option controls
-----------------------------*/
#option {
	margin-top: 50px;
}

/* info decoration controls
-----------------------------*/
table.layout22 {
	margin-top: 22px;
}
table.deco {
	margin: 6px;
	border: 1px solid #ddddee;
}
table.deco th {
	padding: 4px;
	background: #eeeedd;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #eeeedd;
	border-right: 1px solid #cccc99;
}
table.deco td {
	padding: 4px;
	border-bottom: 1px solid #aaaaaa;
}
table.decoprm {
	background: url(images/bg_prmovie.jpg) no-repeat 0px 0px;
	color: #ffffff;
	margin: 40px 0px 40px;
}
table.decoprm img {
	margin: 14px;
}
table.decoprm p {
	margin: 113px 30px 20px;
}

/* img lineup controls
-----------------------------*/
table.layout14t {
	margin-top: 16px;
	margin-left: 20px;
}
table.layout14 {
	margin-top: 14px;
	margin-left: 20px;
}
table.layout00 {
	margin-left: 20px;
}
td.pdd6 {
	padding: 6px;
}
span.jot {
	padding-left:14px;
	font-size:10px;
	line-height: 1.1em;
}

/* stage configure controls
-----------------------------*/
ul#configure {
	margin: 10px 0px 0px 28px;
	line-height: 2.2em;
}
#configure li {
	font-weight: bold;
}
span.stage{
	border: 1px solid #c0c0c0;
	padding: 3px 4px 1px 5px;
}
span.dot {
	margin: 0px 4px;
	font-weight: normal;
}

/* h3 decoration controls
-----------------------------*/
img.h3parts {
	vertical-align: middle;
	margin-left: 6px;
}

/* base & layout controls
-----------------------------*/
#wrap630 {
	text-align: left;
	width: 630px;
	background: #eeeeff url(images/back.gif) repeat-y 0px 0px;
}
#header {
	height: 400px;
	width: 630px;
	background: url(images/bg_title.jpg) no-repeat 0px 0px;
}
#header h1, #header p {
	text-indent: -9999px;
}
#top {
	height: 46px;
	width: 630px;
	background: url(images/bg_top.jpg) no-repeat 0px 0px;
}
#menu {
	padding: 0px 20px;
}
#menu ul, #menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style: none;
}
#main {
	padding: 0px 40px 40px;
}
.game {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2em;
	padding: 40px 0px 0px;
	color: #444444;
}
.gamet {
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2em;
	padding: 24px 0px 0px;
	color: #444444;
}
.ex22 {
	padding: 0px 22px;
	line-height: 1.8em;
}
img.place {
	display: block;
	margin: 6px 0px;
}
.next {
	padding-top: 20px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
.screneshot { margin:0px; }
.screneshot li { display: inline; }
.advice {
	padding: 12px 14px 0px;
	font-size:11px;
	color: #0080ff;
}
.caution {
	font-size: 10px;
	text-align: center;
}
.copy {
	font-weight: bold;
	color: #bbbbaa;
	text-align: center;
	margin: 0px 6px;
	padding: 10px;
	border-top: 1px solid #ddddcc;
}
img#rtower {
	float: right;
}


/* intro link
-----------------------------*/
p#intro {
	margin: 120px 0px 0px;
	text-align: right;
}

/* hack etc.
-----------------------------*/
br { letter-spacing: 0; } /* for ie7... */

.clearfix:after {
  content: ".";  /* new element */
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.clearfix { display: inline-block; } /* for ie7 */
/* Hides from IE-mac5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac5 */

.clearfix { overflow: hidden; } /* for DW */

