@charset "UTF-8";

* {
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, sans-serif;
}

/* ƒ{ƒfƒBCSS Start */
html, body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif,serif,monospace,cursive,fantasy;
	font-size: 12px;
	line-height: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height: 100%;
}
/* ƒ{ƒfƒBCSS End */

/* ƒŠƒ“ƒN Start */
a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #E3007F; }
a { text-decoration: none; }
/* ƒŠƒ“ƒN End */

#header {
	background-image: url('../images/commonness/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFFF;
	text-align: left;
	padding-top: 3px;
	padding-left: 200px;
	height: 20px;
}

#all {
	min-height: 100%;
	margin-bottom: -295px;
	height:auto !important;
	height: 100%;
}

*:first-child+html #all {
	height: 500px;
	margin: 0;
}

#main {
	background-image: url('../images/top/toptbg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}

#main img {
	margin-top: 50px;
	border: none;
}

#info {
	margin-top: 120px;
}

#footer {
	height: 295px;
	background-image: url('../images/top/topbbg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#attention {
	height: 185px;
	text-align: left;
}

#atext {
	margin-top: 130px;
	margin-left: 300px;
	float: left;
}

#footlogo {
	float: left;
	margin-top: 100px;
	text-align: right;
	width: 200px;
}

#copyright {
	clear: both;
	background-image: url('../images/commonness/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFFF;
	padding-top: 40px;
	height: 70px;
}

