@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color:#666666;
	line-height: 1.5em;
}
ul {
	list-style: none;
}
html{
    height:100%;
}
body{
    height:100%;
	background: #D9E6ED url(../commons/bg-body.jpg) repeat-x;
}
#wrap{
    width: 850px;
    margin:0px auto;
	background: #F4F5F7;
    position:relative;
    height: 100%;
    min-height: 100%;
	border-left: #BBCEDF solid 5px;
	border-right: #BBCEDF solid 5px;
}
body > #wrap {
        height: auto;
}
#main{
	width: 850px;
	margin: auto;
	padding-bottom:40px;
}
div#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #EF9527;
	text-decoration: none;
}
a:visited {
	color: #EF9527;
	text-decoration: none;
}
a:hover, a:active {
	color: #5A88BA;
	text-decoration: none;
}

/* header
---------------------------------------- */
#header {
	height: 120px;
	width: 850px;
	margin: 0 auto;
	background: url(../commons/bg-navi.png) repeat-x;
}
#header div {
	width: 850px;
	margin: 0 auto;
	background-color: #fff;
	height: 113px;
}
#header h1,p#logo {
	float: left;
	padding-left: 12px;
	padding-top: 12px
}
ul.lang {
	float: right;
	margin-top: 3px;
}
ul.site-navi {
	float: right;
	margin-left: 7px;
	margin-top: 3px;
}
ul.lang li {
	display: inline;
	float: left;
	width: 50px;
	padding-left: 7px;
	font-size: 75%;
	background: url(../commons/arrow-org.png) no-repeat 0 3px;
}
ul.site-navi li {
	display: inline;
	float: left;
	width: 70px;
	padding-left: 7px;
	font-size: 75%;
	background: url(../commons/arrow-brn.png) no-repeat 0 3px;
}
ul.lang a:link ,
ul.site-navi a:link {
 color: #666;
 text-decoration: none;
}
ul.lang a:visited ,
ul.site-navi a:visited{
 color: #666;
 text-decoration: none;
}
ul.lang a:hover ,
ul.lang a:active ,
ul.site-navi a:hover, 
ul.site-navi a:active {
 color: #FF8702;
 text-decoration: none;
}
ul.g-navi {
	clear: both;
	width: 850px;
	height: 30px;
	padding-right: 5px;
	position: absolute;
	top: 65px;
}
ul.g-navi li {
	display: inline;
	float:right;
	font-size: 75%;
	list-style: none;
	margin: 20px 2px 0 1px;
	color: #FFFFFF;
	width: 120px;
}
ul.g-navi a:link {
 color: #666;
 text-decoration: none;
}
ul.g-navi a:visited {
 color: #666;
 text-decoration: none;
}
ul.g-navi a:hover, a:active {
	color: #5A88BA;
	text-decoration: none;
}

/* content
---------------------------------------- */
div.page-photo {
	clear: both;
	width: 800px;
	margin: 25px auto;
}
div.box {
	width: 800px;
	margin: 10px auto 20px;
	font-size: 75%;
	clear: both;
}
/* footer
---------------------------------------- */
#top {
	clear: both;
	text-align: right;
	font-size: 56.25%;
	height: 9px;
	padding: 0;
}
#footer{
	position:absolute;
	bottom:0px;
	width:100%;
	margin: auto;
}
#footer div{
	width: 850px;
	margin: 0 auto;
	padding-top: 2px;
	background-color: #334460;
	height: 18px;
	font-size: 62.5%;
}	
#footer ul{
	float: left;
}
#footer li{
	display: inline;
	float: left;
	padding-left: 8px;
	margin-right: 10px;
	background: url(../img/common/triangle.png) no-repeat 0 3px;
	color: #fff;
}
#footer p {
	float: right;
	margin-right: 3px;
}
#footer p a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer p a:visited {
 color: #fff;
 text-decoration: none;
}

