﻿@charset "utf-8";

/* -----

 GIホームページ -> 共通スタイル
 common.css

 ----- */


/* -- コモンスタイル・レイアウト -- */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #36f;
	font: 10pt メイリオ, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #555;
	text-align: center;
}

a {
	color: #0af;
}

a:hover {
	color: #3cf;
}

strong {
	color: #f04;
}

#all {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#body {
	clear: left;
	margin: 0;
	padding: 5px 2px 0 2px;
}

#foot {
	clear: both;
	margin-top: -10px;
	height: 30px;
	background: url(../image/copyright.png) center top no-repeat;
}


/* -- ヘッダ -- */

h1 {
	float: left;
	margin: 70px 2px 20px 2px;
}

#info-list {
	float: right;
	margin: 78px 0 0 0;
	list-style-type: none;
}

#info-list li {
	float: left;
	margin: 0 5px;
}

#info-list a {
	display: block;
	width: 85px;
	height: 22px;
	text-decoration: none;
}

#sitemap {
	background-image: url(../image/sitemap-icon.png);
}

#info {
	background-image: url(../image/info-icon.png);
}

#hiddenInfo {
	clear: both;
	display: none;
	margin: 5px 2px;
	overflow: hidden;
	background: url(../image/info-bg.png) 20px 0 no-repeat #fff;
}

#hiddenInfo p {
	margin: 0;
	padding: 35px 0 0 195px;
}

#hiddenSitemap {
	clear: both;
	display: none;
	margin: 5px 2px;
	padding: 0 5px;
	overflow: hidden;
	background-color: #fff;
}

#hiddenSitemap div.text {
	float: left;
	width: 275px;
	padding: 175px 0 0 0;
	background: url(../image/gi-mark.png) center 20px no-repeat;
}

#hiddenSitemap div.text p {
	margin: 4px 6px;
	line-height: 15pt;
}

#hiddenSitemap div.text p strong {
	display: block;
	width: 100%;
	margin: 0 0 3px 0;
	border-bottom: #aaa dotted 1px;
	text-align: center;
}

#hiddenSitemap table {
	float: right;
	width: 450px;
	margin: 10px 0;
}

#hiddenSitemap table tr {
	height: 55px;
}

#hiddenSitemap table tr.even {
	background-color: #eee;
}

#hiddenSitemap table tr td {
	padding: 0 10px;
}

#hiddenSitemap table tr td.left {
	width: 50px;
	text-align: right;
}

#hiddenSitemap table strong {
	color: #333;
}

#menu-list {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu-list li {
	float: left;
}

#menu-list a {
	display: block;
	margin: 0 2px;
	width: 146px;
	height: 60px;
	background-position: top left;
	text-decoration: none;
}

#menu-list a:hover, #at-present a {
	background-position: bottom left;
}

#menu-home {
	background-image: url(../image/menu-home.png);
}

#menu-about {
	background-image: url(../image/menu-about.png);
}

#menu-photo {
	background-image: url(../image/menu-photo.png);
}

#menu-links {
	background-image: url(../image/menu-links.png);
}

#menu-blog {
	background-image: url(../image/menu-blog.png);
}

#head li a span {
	position: absolute;
	top: -999px;
}

/* -- ボディ -- */

#container {
	padding: 20px 0 0 0;
	background: url(../image/container-bg.png) 5px 5px no-repeat #fff;
}

h2 {
	margin: 0 5px;
}

h3 {
	margin: 0;
	padding: 5px 4px 4px 4px;
	background: url(../image/mintitle-bg.png);
	font: 11pt メイリオ, "ＭＳ Ｐゴシック", Osaka, sans-serif lighter;
	color: #333;
	letter-spacing: 2px;
	zoom: 1; /* IE6背景非表示バグ対応 */
}

h3.center {
	text-align: center;
}

#container div.text {
	margin: 5px 0;
	padding: 5px;
	background-color: #ddd;
}

#container div.text p {
	margin: 0;
	padding: 7px 2px;
	background-color: #fff;
	line-height: 15pt;
	zoom: 1; /* IE6背景非表示バグ対応 */
}

#container ul {
	zoom: 1; /* IE6背景非表示バグ対応 */
}

#container div.left {
	float: left;
	position: relative;
	left: 5px;
}

#container div.right {
	float: right;
	position: relative;
	right: 5px;
}

#container div.w231 {
	width: 231px;
}
#container div.w500 {
	width: 500px;
}

#container div.w181 {
	width: 181px;
}
#container div.w550 {
	width: 550px;
}

#container div.wMax {
	width: 736px;
}

.img-right {
	float: right;
	padding: 10px;
	background-color: #fff;
}

#backtotop {
	clear: both;
	padding: 7px 0 0 0;
	background-color: #36f;
}

#backtotop a {
	display: block;
	margin: 0 0 0 660px;
	width: 85px;
	height: 24px;
	background: url(../image/backtotop.png) no-repeat;
	text-decoration: none;
}

#backtotop a span {
	position: absolute;
	top: -999px;
}

/*-- フッタ --*/

#foot p {
	position: absolute;
	top: -999px;
}

