@charset "shift_jis";


/* --- general --- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: left;
	display: block;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}

/* --- layout --- */

div#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 700px;
}
div#header {
}
div#menu {
	margin-top: 5px;
	margin-bottom: 20px;

}
div#main {
	padding: 10px;

}
div#submain {
}
div#banner {
	margin-top: 50px;
}

div#footlink {
	font-size: 80%;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #429FEF;
	padding-top: 2px;
}
div#adr {
	font-size: 80%;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/adr_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#cpr {
	font-size: 80%;
	padding: 10px 25px 10px 20px;
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 15px;
}
div#counter {
	margin-bottom: 50px;
	text-align: center;
}


/* --- h tag --- */

/* --- p tag --- */

p {
	font-size: 90%;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
}








/* --- float --- */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear: both;
}

/* --- text-align --- */

.toleft {
	text-align:left;	
}
.tocenter {
	text-align:center;	
}
.toright {
	text-align:right;	
}

/* --- link --- */

a:link{
}
a:visited{
}
a:hover{
}
a:active{
}

/* --- image --- */

.imgframe {
	border: 1px solid #CCCCCC;
}


/* --- color --- */
.clr_grn{
	color: #009900;
}
.clr_dgrn{
	color: #006600;
}

/* --- table --- */

.table_s {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 27px;
}
.table_s th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #CCFFCC;
	padding-right: 3px;
	padding-left: 3px;
}
.table_s td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-right: 3px;
	padding-left: 3px;
}
.table_02 {
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 19px;
}
.table_02 th {
	background-color: #D4FFD1;
	font-weight: normal;
}
.table_02 td {
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* CSS Document */
