@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

br {
   letter-spacing:normal;
}

a {
   color:#1E1E1E;
   text-decoration:none;
}

a:hover {
   color:#C94C00;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#title {
	clear:both;
	width:767px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	color: #666666;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 24px;
	font-weight: normal;


}


#container {
	clear:both;
	width:600px;
	margin-top: 0;
	margin-bottom: 0;
	background-position: center center;
	text-align: left;
	color: #666666;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	line-height: 20px;
}


#container2 {
	clear:both;
	width:600px;
	margin-top: 0;
	margin-bottom: 0;
	background-position: center center;
	text-align: center;
	color: #666666;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}




#contents {
	clear:both;
	width:767px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center center;
	text-align: center;
	color: #FFFFFF;
	font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
	font-size: 9px;
}

#contents a{
	color: #FFFFFF;

}



#main {
   float:right;
   width:547px;
}

/* ========MAIN2 END ======== */


#menu {
	width:100%;
	float:left;
	background-position: 0 0;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	width:660px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu li {
   float:left;
   color:#1E1E1E;
   text-align:center;
   list-style-type:none;
}

#menu li a {
	display:block;
	width:130px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
}

#menu li.home a {
	border-left-width: 1px;
	border-left-style: solid;
}

#menu li a:hover {
   background:#fff url("../images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}
