@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	background-color: #7FFFC9;
	background-image: url(../img/backWhite.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 20px;
	margin-left: 15px;
	color: #333;
	line-height: 2em;
}
body *{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {
	margin-bottom: 2em;
}

a {
	text-decoration: none;
}
a:link {
	color: #F44B00;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #FFF;
	background-color: #F44B00;
}
strong {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* ナビゲーション
---------------------------------------------*/
#navigation {
	width: 196px;
	height: 30px;
	position: absolute;
	left: 149px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	float: left;
	width: 98px;
}
#navigation li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:30px;
	padding-top: 30px;
	background-image: url(../img/naviImg.gif);
}

/*  背景画像の位置
---------------------------------------------*/

	/* 通常 */
	#navAbout a { background-position:  0     0; }
	#navInfo a { background-position:  -98px     0; }
	
	/* 現在位置 */
	#navAbout a.stay { background-position:  0     -60px; }
	#navInfo a.stay { background-position:  -98px     -60px; }
	
	/* オンマウス */
	#navAbout a:hover { background-position:  0     -30px; }
	#navInfo a:hover { background-position:  -98px     -30px; }


/* 共通部分
---------------------------------------------*/
#head {
	height: 30px;
	position: relative;
}
#wallpaper {
	width: 820px;
}
.noBarBox {
	padding-top: 24px;
	padding-bottom: 3em;
}
.BarBox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4A4A4;
	padding-bottom: 2em;
	padding-top: 24px;
	position: relative;
}
#head h1 {
	display: inline;
	float: left;
}
#head #yotuya {
	position: absolute;
	left: 572px;
}
.en {
	font-family: Helvetica, Arial, sans-serif;
}
.contena {
	position: relative;
}

/* infoページ
---------------------------------------------*/
#info h2#title img {
	margin-top: 12px;
	margin-bottom: 0px;
}
#info .side {
	width: 258px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A4A4A4;
	padding-top: 24px;
	line-height: 2em;
	position: absolute;
	left: 562px;
	top: 0px;
}
#info .mainConttent {
	width: 538px;
}

#info .side img {
	margin-bottom: 2em;
}

#info .leftBox {
	width: 257px;
	padding-bottom: 3em;
}
#info .rightBox {
	width: 257px;
	position: absolute;
	left: 281px;
	top: 0px;
	margin-top: 24px;
}
#info .date {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#info .BarBox {
	width: 537px;
}

#info .side dd {
	margin-bottom: 2em;
}
#info .side dt {
	color: #000;
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}
#info .side dt.en {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#info #kubler {
	background-image: url(../img/aboutBack.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}
#about .leftBox {
	width: 389px;
	background-image: url(../img/infoBack2.gif);
	background-repeat: no-repeat;
	background-position: 0px 587px;
	padding-bottom: 280px;
}
#about .rightBox {
	width: 389px;
	position: absolute;
	left: 422px;
	top: 0px;
}
#about .contena {
	margin-top: 168px;
}
#about #wallpaper {
	background-image: url(../img/infoBac.gif);
	background-repeat: no-repeat;
	background-position: 442px 10px;
}
#about .contena h3 {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.txt {
	margin-bottom: 2em;
}
.cyu {
	color: #F44B00;
}
#about .rightBox img {
	margin-top: 2em;
}

