body {
	background-image:url(../img/menu/Header_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	text-align:center;
	padding: 0;
	margin: 0;
	font-size:12px;
	background-position: center top;
	width:100%;
	color: #FFF;
}

img {
	border:0;
	padding:0;
	margin:0;
}

a:link { color: #e5cb8c; text-decoration:none; }
a:visited {color: #e5cb8c;}
a:hover { color: #85756E; text-decoration:underline;}
a:active { color: #85756E; }

#header {
	width:822px;
	margin:0 auto;
	padding: 0;
	height: 110px;
}

#header h1 {
	clear:none;
	margin:0;
	padding:0;
	float:left;
}

#header ul {
    display: block;
    float: right;
    margin: 0;
    padding: 34px 0 0;
}

#header li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#lang {
	position:absolute;
	top:8px;
	left:50%;
	padding: 0 0 0 210px;
}

p#path {
	width:810px;
	margin:0 auto;
	text-align:left;
	padding:0 0 4px 3px;
}

div#main {
	width:820px;
	margin:0 auto;
	padding-bottom: 15px;
}

div#devide {
	background-image:url(../img/common/devide.png);
	background-position:center top;
	width:100%;
	height:10px;
	background-repeat:repeat-x;
}

div#sns {
	background-image:url(../img/sns/sns-line-bg.jpg);
	background-position:center top;
	width:100%;
	height:32px;
	background-repeat:no-repeat;
}

div#sns-bt {
	width:820px;
	text-align:left;
	margin:0 auto;
}

div#sns-output {
	float:right;
	padding-top: 4px;
}

.under {
	width:820px;
	margin:0 auto;
	clear:both;
}

#bottom {
	width:100%;
	clear:both;
	height:285px;
	background-image:url(../img/common/bottom_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#bottom ul {
	width:425px;
	display:block;
	float:left;
	padding: 0;
	margin: 0;
}

#bottom ul li {
	display: block;
	float: left;
	padding: 5px;
	position: relative;
}

#bottom ul li img {
	display:block;
}

#bottom p {
	text-align:left;
	line-height:170%;
	padding:25px 0 0 0;
	margin:0;
}
