/* CSS Document */
* {
	margin:0px;
	padding:0px;
}


body {
	font-size:13px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#555555;
	width:100%;
	height:100%;
	padding:0px 0px 9px 0px;
}


li {
	list-style:none;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

#main {
	width:900px;
	margin:15px auto 0px auto;
}

/*** header ***/
#header {
	width:898px;
	height:64px;
	background:url(../images/common/headIMG.jpg) no-repeat center;
}
#header h1 {
	text-indent:-9000px;
	display:block;
	width:198px;
	height:64px;
}

#headerRight {
    width:285px;
	margin:0 0 0 600px;
}
#headerRight a {
	margin-right:9px;
	position:relative;
	top:-12px;
}

/*** menuset ***/
#menuset {
	margin:11px auto 10px auto;
	width:900px;
	height:34px;
	background-image:url(../images/common/menubar.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#menuset li {
	height:34px;
	float:left;
}
#menuset li a{
	height:34px;
	display:block;
	float:left;
	text-indent:-8000px;
	
}

#menu01 { width:71px; }
#menu02 { width:190px; }
#menu03 { width:119px; }
#menu04 { width:96px; }
#menu05 { width:216px; }
#menu06 { width:118px; }
#menu07 { width:90px; }



/*** maincontents ***/
#maincontents {
}


/******/
#btns {
	margin:15px auto 11px auto ;
	width:900px;
}


#info {
	width:609px;
	float:left;
}
#info p {
	width:97%;
	padding:11px 0px 11px 0px;
	line-height:1.3em;
	color:#555555;
}

#login {
	width:291px;
	float:left;
}


#link {
	clear:both;
	padding:38px 0px 0px 0px;
}
#link a{
	margin-right:8px;
}
#blog {
	clear: both;
}


#footerlink {
	width:900px;
	margin-top:18px;
	padding-bottom:9x;
	text-align:center;
}
#footerlink a{
	padding: 0px 7px 0px 7px;
	
	text-align:center;
	color:#777777;
}


#copy {
	border-top:4px solid #FF7F00;
	width:900px;
	text-align:right;
	padding-top:9px;
	margin-top:9px;
}
