/*---------------------------------------------*/
/*  GENERAL                                    */
/*---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	text-align: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


/*---------------------------------------------*/
/*  HEAD MENU                                  */
/*---------------------------------------------*/
.headmenu {
	width: 590px;
	margin: 7px 0px;
	text-align: right;
}

.headmenu ul {
	list-style: none;
}

.headmenu li {
	float: right;
	text-indent: 18px;
	background: url('../img/head_square.gif') no-repeat;
	margin: 0 0 0 20px;
}

.headmenu a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

.headmenu a:hover{
	color: #333333;
	text-decoration: underline;
}

/*---------------------------------------------*/
/*  ALL MENU                                   */
/*---------------------------------------------*/
.allmenu {
	width: 800px;
	margin: 7px auto;
	text-align:center;
}

.allmenu ul {
	list-style: none;
	padding::5px 2px;
	text-align:center;
	
}

.allmenu li {
	float: left;
}

.allmenu a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	color: #333333;
	line-height: 13px;
	margin: 0 4px;
}

.allmenu a:hover{
	color: #333333;
	text-decoration: underline;
}

/*---------------------------------------------*/
/*  FOOTER                                     */
/*---------------------------------------------*/
.footer {
	padding: 10px 10px 40px 10px;
	background-image: url('../img/foot_bg.gif');
}

.mail {
	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.mail img {
	margin: 0 0 7px;
}

.address {
	text-align: left;
	float: right;
	font-size: 12px;
	line-height: 16px;
}

.copyright {
	margin: 7px 0 0 0;
	text-align: right;
	float: right;
	width: 400px;
	font-size: 12px;
	line-height: 16px;
}

