@charset "utf-8";
body {
	background-color: #FF9900;
	margin: 0px;
	padding: 0px;
}
#main {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	width: 800px;
            margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back.jpg);
	height: 600px;
}
#maincontent {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	text-align: center;
	width: 800px;
	background-image: url(../img/kami.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
}
#main #left {
           padding-top: 40px;
          padding-bottom: 50px;
          padding-left: 0px;
         border-left: 7px solid #FF9900;
        left: 15px;

	position: relative;
	height: auto;
	width: auto;
	
}
#left ul {
        padding-left: 20px;
	margin-top: 4px;
	margin-bottom: 45px;
	width: 186px;
}
#left li {
	height: 34px;
	width: 186px;
	margin-top: 0px;
	margin-bottom: 2px;
	border: 2px solid #FF9900;
            background-color: #FF9900;
       
}


li {
	background-color: #FFFFFF;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 34px;
	width: 186px;
}
a:link {color:#ff9900;
     text-decoration:none;
}
a:visited{
          color:#ff9900;
          text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:none;
}

#info {
	background-color: #FFFFFF;
	width: 200px;
	border: 2px solid #FF9900;
	position: relative;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	text-align: center;
	bottom: 13px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../img/info-box.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
        padding-left: 0px;
	line-height: 1.3em;
	margin-top: 25px;
}
#info #orange {
	background-color: #FF9900;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	width: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: right;
	margin-right: 100px;
}
