@charset "utf-8";
@import url("common.css");
/*
 * Last Up Date: 2009-03-25 17:00
 */

/* body
------------------------------ */
body {
	background: #7D972C url(../img/background.gif) no-repeat fixed bottom;
	min-width: 800px;
	color: #FFF;
	line-height: 1.5;
}

/* ------ a */
a { 
	text-decoration: none;
	overflow: hidden;
}
a:link { 
	color: #00FF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: underline;
}

/* container, container-inner
------------------------------ */
#container {
	margin: 0 auto;
	border: 20px solid #000;
	width: 800px;
}
#container-inner {
	background: #000 url(../img/cont_back.jpg) no-repeat top center ;
	width: 800px;
}

/* contents
------------------------------ */
#contents {

}
h1 {
	margin-top: -10px;
	text-indent: -9999px;
}
p {
	text-align: left;
}
exImage {
	margin-top: 5px;
	background: url(../img/exImage_back.jpg) no-repeat;
	height: 275px;
}
#exImage img {
	margin-top: 0px;
	float: left;
}
#exImage img.ex01,
#exImage img.ex02 {
	margin-left: 10px;
}
#exImage img.ex03 {
	margin-left: 5px;
}
#exTxt {
	margin: 10px 0 20px;
	width: 800px;
	color: #000;
}
.ex-tWrap {
	margin-left: 13px;
	width: 250px;
	float: left;
}
.ex-t {
	background: url(../img/exTxt_backBottom.png) no-repeat bottom;
	text-align: left;
}
.ex-t p {
	padding: 0 5px 10px;
}
/* IE6 —p */
* html .ex-t {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/exTxt_backBottom.png');
} 
* html .ex-tWrap img {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/exTxt_backTop.png');
}
#wmButton {
	margin: 0 auto 15px;
	background: url(../img/wm_on.gif) no-repeat;
	width: 605px;
	height: 216px;
}
#wmButton a {
	width: 605px;
	height: 216px;
}
#regButton {
	margin: 0 auto 15px;
	background: url(../img/reg_on.gif) no-repeat;
	width: 700px;
	height: 80px;
}
#regButton a {
	width: 700px;
	height: 80px;
}
p.note {
	margin: 0 15px;
}

p.copyright {
	margin-top: 20px;
	text-align: center;
}
