@charset "utf-8";
/* CSS Document */

ul#hiddenNavi {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

/* ======= LAYOUT ===============================*/
html { background-color: #EFEEE4;}

body {
	padding: 0px;
	background-color: #EFEEE4;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",;
	line-height: 1.5;
	text-align: center;
	position: relative;
}

div#wrap {
	width: 900px;
	margin: auto;
	padding: 0px 6px 0px 5px;
	text-align: left;
	position: relative;
	background-image: url(../img/bg_wrap.gif);
	background-repeat: repeat-y;
}

div#head {
	position: relative;
	height: 82px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
}

div#head #logo {
	position: absolute;
	top: 19px;
	left: 25px;
}

div#head #logo2 {
	position: absolute;
	top: 40px;
	left: 175px;
}

div#menu {
	clear: both;
	position: absolute;
	top: 42px;
	right: 15px;
}

div#menu ul { padding: 0px;}

div#menu ul li {
	padding: 0px;
	list-style: none;
	float: left;
}

div#main {
	position: relative;
	float: left;
	width: 874px;
	padding: 14px 16px 5px 10px;
	background-color: #FFFFFF;
}

div#fontchange {
	font-size: 10px;
	line-height: 1;
	position: absolute;
	top: 9px;
	right: 220px;
}

p#lang {
	position: absolute;
	top: 7px;
	right: 15px;
}

p#lang2 {
	position: absolute;
	top: 7px;
	right: 100px;
}

/* ===== Sub ===== */
div#sub {
	float: left;
	width: 189px;
	padding: 9px;
	border: 1px solid #DFDFDF;
}

div#sub ul {
	list-style: none;
	padding: 3px 5px 0px;
}

div#sub ul li {
	background-image: url(../img/sub_list.gif);
	background-position: 5px 0.7em;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 15px;
	line-height: 1.2;
}

div#sub ul ul { padding: 3px 0px 0px;}

div#sub ul ul li {
	background-image: url(../img/sub_list2.gif);
	background-position: 0px 0.7em;
	padding: 3px 0px 3px 10px;
}

div#sub a { color: #464646;}

/* ===== Contents ===== */
div#contents {
	float: right;
	width: 635px;
	padding: 0px 10px;
}

div#contents p#t_path {
	margin: 0px -10px 2px;
}

/* == Page Top == */
p.pageTop {
	text-align: right;
	clear: both;
}

div#contents p#pageEnd { margin-bottom: 20px;}

/* ===== Foot ===== */
div#foot {
	clear: both;
	position: relative;
	border-top: 1px solid #CFC8BC;
	border-bottom: 1px solid #CFC8BC;
	background-color: #F6F6F6;
	font-size: 85%;
	padding: 10px 20px;
}

div#foot ul {
	list-style: none;
	border-left: 1px solid #464646;
}

div#foot ul li {
	display: inline;
	padding: 0px 10px;
	border-right: 1px solid #464646;
	line-height: 1;
}

div#foot a { color: #464646;}

div#foot p#address {
	position: absolute;
	top: 10px;
	right: 20px;
}

/* ===== Link ===== */
a:link, a:visited { color: #494949; text-decoration: underline;}
a:hover, a:active { color: #494949; text-decoration: none;}

/* ===== Clearfix ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
