@charset "utf-8";
/* ****************************************************
Since : 2008‒07‒18
Last Modified: 2008‒09‒13
Editor(s): Hideyuki Wada
Last Editor: Hideyuki Wada
***************************************************** */

/* CSS INDEX -----------------------------------------------

01 mainArea

--------------------------------------------------------- */

/*---clearFix ---*/
.clearfix:after{
	content: url(../img/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix{
	display: inline-block;
}
.clearfix{
	display: block;
}


/*==================================
01 mainArea
===================================*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
}
img {
	border-style: none;
}
#head {
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}


#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: right;
	padding-bottom: 10px;
}
#mainArea {
	margin: 15px;
}
#closeBtn {
	text-align: right;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
h1 {
	font-size: 16px;
	line-height: 1.4em;
}

h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	background: #EEE;
	padding: 2px 0px 2px 2px;
}
h3 {
	font-size: 12px;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
h4 {
	margin-bottom: 5px;
	font-size: 100%;
}
h5 {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 100%;
	color: #666666;
}

li {
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 1.4em;
}
ol {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
}
table {
	width: 570px;
	background: #CCCCCC;
}
td {
	padding: 5px;
	line-height: 1.4em;
	background: #FFFFFF;
	vertical-align: top;
}
th {
	padding: 5px;
	background: #EEEEEE;
}


table table {
	width: 300px;
	background: #FFFFFF;
}
table table td {
	padding: 0px 0px 5px;
}
.alignR {
	text-align: right;
}

