@charset "utf-8";
/* ==================== Default ==================== */
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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a {
	color: #0033ff;
}

a:hover {
	color: #ff3300;
}

img {
	display: block;
}

strong {
	font-weight: bold;
}

em {
	color: #cc3300;
}

body#jes {
	text-align: center;
	background: url(../images/common/background.jpg) top center repeat-x;
	}


/* ==================== Common ==================== */
.clearfix { height: 100%;}
.clearfix:after { content: " "; display: block; clear: both; height: 1px; overflow: hidden;}
/*\*/
* html .clearfix { height: 1em; overflow: visible;}
/**/

.image {
	margin: 0;
	padding: 0;
}

p.image-center {
	text-align: center;
}

p.image-center img {
	margin: 0 auto 1.5em;
	padding: 0 10px;
	display: inline;
}

.image-left {
	float: left;
	margin-right: 20px;
}

.image-right {
	float: right;
	margin-left: 20px;
}

.image-sequence {
	float: left;
	width: 200px;
	margin-right: 14px;
	margin-bottom: 0;
}
* html .image-sequence { margin-right: 13px;}

.image-margin {
	margin-bottom: 1em;
}

.margin-none {
	margin: 0 ! important;
}

.margin-large {
	margin-bottom: 1.5em;
}

/* ==================== Layout ==================== */
div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 900px;
	height: 76px;
	position: relative;
}

div#foot-container {
	clear: right;
	padding-top: 15px;
	background: #f5f5f5 url(../images/common/footer_back.jpg) top left repeat-x;
}


/* ==================== Header ==================== */
h1#header-logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

p#header-logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

#header-logo a {
	color: transparent;
}

p#phone-number {
	position: absolute;
	top: 43px;
	right: 20px;
}

p#english {
	position: absolute;
	top: 0;
	right: 20px;
}

ul#header-navi {
	position: absolute;
	top: 43px;
	left: 220px;
	list-style: none;
}

ul#header-navi li {
	float: left;
	margin-right: 15px;
	font-size: 12px;
}

ul#header-navi li a {
	padding-left: 13px;
	background: url(../images/common/arrow_right.gif) left no-repeat;
	text-decoration: none;
	color: #333;
}

ul#header-navi li a:hover {
	text-decoration: underline;
}


/* ==================== Navigation ==================== */
ul#groval-navi {
	clear: left;
	height: 50px;
	margin-bottom: 12px;
	list-style: none;
}

ul#groval-navi li {
	float: left;
	list-style: none;
}

ul#groval-navi li a {
	color: transparent;
}


/* ==================== Footer ==================== */
div#footer {
	width: 900px;
	height: 60px;
	margin: 0 auto;
}

p#privacy {
	float: left;
	font-size: 12px;
}

p#privacy a {
	padding-left: 13px;
	background: url(../images/common/arrow_right.gif) left no-repeat;
	text-decoration: none;
	color: #333;
}

p#privacy a:hover {
	text-decoration: underline;
}

address#copyright {
	float: right;
	font-size: 10px;
	font-style: normal;
}
