@charset "utf-8";
 /* Default
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #037fb6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐ ゴシック',sans-serif;
	text-align: center;
	color: #020202;
}
	
h1, h2, h3, h4 {
	clear: both;
	margin-bottom: 1em;
}

img {
	vertical-align: top;
	border: none;
}

em {
	width: 99%;
	color: #cc3333;
}


 /* Common
-------------------------------------------------- */
.clearfix { height: 100%; overflow: hidden;}
.clear-left { clear: left;}
.clear-right { clear: right;}
.clear-both { clear: both;}
.text-center { text-align: center;}
.image, .img-center { margin-bottom: 10px; text-align: center; line-height: 110% ! important;}
.img-left { float: left; margin-right: 20px; margin-bottom: 10px; text-align: center; line-height: 110% ! important;}
.img-right { float: right; margin-left: 20px; margin-bottom: 10px; text-align: center; line-height: 110% ! important;}
.image img, .img-left img, .img-right img, .img-center img {margin-bottom: 5px;}
.image span, .img-left span, .img-right span, .img-center span { display: block; font-size: 11px; color: #333;}
.three-image { margin-right: 25px;}
* html .three-image { margin-right: 23px;}

.red { color: #ff0033 ! important}
.blue { color: #0000ff ! important}
.pink { color: #ff00ff ! important}
.green { color: #339933 ! important}


 /* Layout
-------------------------------------------------- */
div#container {
	width: 900px;
	margin: 0 auto;
	padding-right: 8px;
	text-align: left;
}
* html div#container { width: 908px;}

div#header {
	height: 90px;
	position: relative;
	background: url(../images/common/header_back.jpg) no-repeat;
}

div#footer {
	clear: both;
	height: 100px;
	position: relative;
	background: url(../images/common/footer.jpg) no-repeat;
	color: #fff;
}


 /* Header
-------------------------------------------------- */
h1#index-title {
	height: 70px;
	position: absolute;
	top: 0;
	left: 22px;
	line-height: 100%;
	font-size: 100%;
}

ul#groval-navi {
	height: 20px;
	position: absolute;
	top: 70px;
	left: 22px;
	list-style: none;
}

ul#groval-navi li {
	float: left;
}

p#language {
	position: absolute;
	top: 60px;
	right: 20px;
	font-size: 85%;
}

p#language a {
	text-decoration: underline;
	color: #020202;
}

p#language a:hover {
	text-decoration: none;
}


 /* Footer
-------------------------------------------------- */
address#copyright {
	padding-right: 12px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	font-size: 70%;
	font-style: normal;
}

