@charset "Shift_JIS";


/*--------------------------------------------------------------------
common
css‚Ì‰Šú‰»
--------------------------------------------------------------------*/


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

html, body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.2em;
}

a{
	color:#990000;
	text-decoration:none;
	outline:0;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
	outline:0;
}

strong{
	font-weight: bold;
}

/*--------------------------------------------------------------------
common
ƒy[ƒW‹¤’Ê•”•ª
--------------------------------------------------------------------*/

/*body*/

body {
	font-size:12px;
	color: #333333;
	line-height: 1.5;
	background-color: #F1EFDF;
	text-align: center;
}

/*container*/

div#container {
	width:764px;
	overflow: visible;
	dding: 0px;
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}
	
div#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: visible;
}

/*\*/
* html div#container {
	height: 1em;
	overflow: visible;
}
/**/

/*-----  ƒwƒbƒ_[  -----*/
div#header {
	text-align: center;
	background-color: #F1EFDF;
	margin: 0px auto 20px;
	width: 764px;
	padding: 0px;
	height: 450px;
}
div#header img{
 border:none;
}
/**/



/*-----  main  -----*/

div#main{
	width: 519px;
	margin: 0;
	padding: 15px 0px 0px;
	float: left;
}

/*-----  footer  -----*/

div#footer {
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0px;
}
