@charset "Shift_JIS";

body {
	background-color:#fff;
	font-size:12px;
	color:#000;
	text-align:center;
	margin:0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}
	
a {	color: #0000cc;}
a:link	{color: #0000cc; text-decoration : underline;}
a:visited	{color: #0000cc; text-decoration : underline;}
a:active	{color: #3366cc; text-decoration : underline;}
a:hover	{color: #ff9900; text-decoration : none;}


h1{
	margin: 0px;
	border-color : #006600;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	color:#006600;
	font-size:22px;
	background-image:url(common/bg-logo.gif);
	background-repeat:no-repeat;
	background-position: right;
	height:50px;
	padding:20px 0px 2px 3px;
}

h2{
	font-size:14px;
	margin: 15px 0px;
	border-color : #f60;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image:url(img/bg-title.png);
}

h3{
	font-size:14px;
	margin: 0px;
	border-color : #6c0;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

p {line-height:200%;}
strong {font-weight:normal;}

select {background-color:#ffc;}

img {border:0;}
img.left {float:left;}
img.right {float:right;}

.lastupdate {font-size:11px; text-align:right;}

.info {border:#f00 1px solid; background-color:#ffc; padding:5px;}
.clr {clear:both;}

#container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 775px;
	text-align:left;
}

#seo {
	font-size:11px;
	top:0px;
	left:0px;
	width:100%;
	height:18px;
	background-color:#efefef;
	border-bottom:1px solid #cccccc;
}
	#seo #inner {width:755px; margin:auto auto;}
	#seo #inner #alpha {float:left; padding-top:4px;}
	#seo #inner #beta {float:right; padding-top:4px;}


.datatable {
	border-collapse : collapse;
	letter-spacing: 1px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 755px;
	text-align:left;
}

.datatable th {
	line-height: 150%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	font-size: 12px;
	background-color:#eee;
}

.datatable td {
	line-height: 150%;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	text-align:left;
	font-size: 12px;
}

.gotop {width:100%; font-size:12px; text-align:right; border-top:1px solid #cccccc; padding:5px 0px;}

/* Footer Start */
#footer {font-size:12px; text-align:center; margin:0px; margin-top:20px; padding:0px;}
	em {font-style:normal;}
	address {width:100%; font-style:normal; line-height:150%; text-align:left; float:right; margin:0px; padding:0px;}
	#copyright {width:100%; height:18px; text-align:right; background-color:#efefef; border-top:1px solid #cccccc;}
/* Footer End */

