
/* ********** init ********** */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ********** wrapper ********** */
#wrapper {
	margin: 0 auto;
	width: 580px;
border: 1px solid #ccc;
}
h1 {
	width: 580px;
	height: 34px;
	text-indent: -9999px;
}
#wega h1 {
	background: url(./images/cmn_wega_head_ttl.gif) no-repeat;
}
#sugoroku h1 {
	background: url(./images/cmn_sugoroku_head_ttl.gif) no-repeat;
}
h2 {
	width: 580px;
	height: 89px;
	margin-bottom: 30px;
	text-indent: -9999px;
}
#wega h2.docttl01 {
	background: url(./images/cmn_wega01_doc_ttl.gif) no-repeat;
}
#wega h2.docttl02 {
	background: url(./images/cmn_wega02_doc_ttl.gif) no-repeat;
}
#sugoroku h2.docttl01 {
	background: url(./images/cmn_sugoroku01_doc_ttl.gif) no-repeat;
}
#sugoroku h2.docttl02 {
	background: url(./images/cmn_sugoroku02_doc_ttl.gif) no-repeat;
}

/* ********** section ********** */
.section {
	margin: 0 auto 3em;
	text-align: left;
}
.section h3 {
	margin-bottom: 10px;
}
.section p {
	width: 520px;
	margin: 0 30px 1em 30px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.section p .anotate {
	color: #555;
	font-size: 10px;
}
.section dl {
	width: 470px;
	margin: 0 30px 1em 30px;
	padding-left: 50px;
	clear: right;
}
#wega .section dl {
	background: url(./images/cmn_wega_func_icn.gif) no-repeat;
}
#sugoroku .section dl {
	background: url(./images/cmn_sugoroku_func_icn.gif) no-repeat;
}
.section dt {
	color: #555;
	font-weight: bold;
}
.section dd {
	color: #555;
	font-size: 10px;
	line-height: 1.5em;
}

/* **********  ********** */
.phtright {
	float: right;
	margin: 0 0 10px 10px;
}
.phtleft {
	float: left;
	margin: 0 10px 10px 0;
}

/* ********** footer ********** */
#footer {
	height: 54px;
}
#wega #footer {
	background: url(./images/cmn_wega_foot_bg.gif) repeat-x;
}
#sugoroku #footer {
	background: url(./images/cmn_sugoroku_foot_bg.gif) repeat-x;
}
#footer p a {
	display: block;
	width: 151px;
	height: 23px;
	margin-left: 429px;
	text-decoration: none;
	text-indent: -9999px;
}
#wega #footer p a {
	background: url(./images/cmn_wega_close_btn.gif) no-repeat;
}
#sugoroku #footer p a {
	background: url(./images/cmn_sugoroku_close_btn.gif) no-repeat;
}



