@charset "utf-8";

/* ==================== Default ==================== */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/common/background.gif) repeat;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐ ゴシック',sans-serif;
	font-size: 75%;
	text-align: center;
}

img {
	border: 0;
}


/* ==================== Common ==================== */
.clear-fix { overflow: auto;}
.img-left { clear: both; float: left; margin-right: 1.5em; margin-bottom: 1.5em;}
.img-right { clear: both; float: right; margin-left: 1.5em; margin-bottom: 1.5em;}
.img-center { text-align: center;}
.left-img { float: left; margin-bottom: 1.5em;}
.right-img { float: right; margin-bottom: 1.5em;}


/* ==================== Layout ==================== */
div.container {
	width: 901px;
	margin: 0 auto;
	padding: 0 2px;
	background-color: #000;
	text-align: left;
}
* html div.container { width: 905px;}

div#header {
	height: 177px;
	position: relative;
	background: url(../images/common/background_header.jpg) top left no-repeat;
}

div#wrapper {
	position: relative;
	background: #fff;
	height: 100%;
}

div#content, div.content {
	width: 499px;
	padding-bottom: 3em;
	margin-bottom: 3em;
	position: absolute;
	top: 0;
	left: 207px;
	background: #fff url(../images/common/background_content.jpg) 50% 112px no-repeat;
}

div#navigation {
	width: 208px;
	position: absolute;
	top: 0;
	left: 0;
}

div#side-links {
	width: 195px;
	position: absolute;
	top: 0;
	right: 0;
}
* html div#side-links { right: -1px;}

div#footer {
	height: 85px;
	border-top: #898966 solid 1px;
	position: relative;
	z-index: -1;
	background-color: #000;
	text-align: center;
}


/* ==================== Header ==================== */
#site-title {
	position: absolute;
	top: 6px;
	left: 10px;
}

ul#groval-navigation {
	position: absolute;
	top: 20px;
	right: 15px;
	list-style: none;
	font-size: 12px;
}

ul#groval-navigation li {
	float: left;
	margin-left: 10px;
	padding-left: 8px;
	background: url(../images/common/arrow_navi.gif) left no-repeat;
	line-height: 100%;
}

ul#groval-navigation li a {
	text-decoration: none;
	color: #fff;
}

ul#groval-navigation li a:hover {
	text-decoration: underline;
}


/* ==================== Content ==================== */
div#wrapper img {
	vertical-align: bottom;
}

div.contents {
	clear: both;
	height: 100%;
	overflow: auto;
	padding: 35px 35px 20px 35px ;
	background: url(../images/common/line-dot.gif) bottom left repeat-x;
}

div.contents-wrapper {
	clear: both;
	overflow: auto;
}


/* ==================== Navigation ==================== */
div#navigation {
	height: 680px;
	position: relative;
	background: url(../images/common/background_navi.jpg) top left no-repeat;
}

ul#site-navigation {
	position: absolute;
	top: 1px;
	left: 11px;
	list-style: none;
}

ul#site-navigation li {
	height: 40px;
}

p#link-blog {
	position: absolute;
	top: 282px;
	left: 18px;
}


/* ====================  Side Links ==================== */
div#side-links {
	width: 195px;
	height: 680px;
	background: #fff url(../images/common/background_links.jpg) top left repeat-y;
}

dl.external-links {
	padding-bottom: 2px;
	border-top: #898966 solid 1px;
	border-bottom: #898966 solid 1px;
	position: absolute;
	top: 180px;
	left: 11px;
	color: #fff;
}

dl.external-links dt {
	height: 37px;
	padding: 2px 0;
	border-bottom: #898966 solid 1px;
}

dl.external-links dd {
	padding: 5px 3px 1em;
	border-bottom: #898966 solid 1px;
	line-height: 140%;
}


/* ==================== Footer ==================== */
div#footer-wrapper {
	width: 891px;
	margin: 0 auto;
	padding: 8px 5px;
	position: relative;
	text-align: left;
}

address#copyright {
	font-style: normal;
	color: #fff;
	font-size: 12px;
}

ul#footer-navigation {
	position: absolute;
	top: 8px;
	right: 10px;
	list-style: none;
}

ul#footer-navigation li {
	float: left;
	margin-left: 10px;
	padding-left: 8px;
	background: url(../images/common/arrow_navi.gif) left no-repeat;
	font-size: 12px;
}

ul#footer-navigation li a {
	text-decoration: none;
	color: #fff;
}

ul#footer-navigation li a:hover {
	text-decoration: underline;
}
