@charset "shift_jis";

/*-------------------- base --------------------*/
body {
	margin: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	color: #666;
	background-color: #fff;
	text-align: center;
}

a:link {color: #0000FF; text-decoration: underline;}
a:visited {color: #0000FF; text-decoration: underline;}
a:hover {color: #0000FF; text-decoration: none;}
a:active {color: #0000FF; text-decoration: underline;}

/*--------------------------------------------------
	common
--------------------------------------------------*/

#all {
	margin: 0px auto;
	width: 800px;
	height: 100%;
	text-align: center;
	background-image: url(../img/back.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	margin: 0px auto;
	width: 798px;
	text-align: left;
	padding-left: 1px;
}

#footer {
    padding: 10px 5px 0px 5px;
	text-align: center;
}

#copy {
	line-height: 20px;
	color:#666666;
    text-align: center;
	font-size: 11px;
	background-color: #efefef;
}

#main {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	padding-top: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
	padding-right: 50px;
}

.gotop {
	margin: 0px 20px 10px 20px;
	text-align: right;
	font-size: 11px;
}