@charset "UTF-8";

html {
	height: 100%;
}
body {
	height: 100%;
	position: relative;
	font-size: 76%;
	font-family:
		"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",	/* MacOS X用フォント */
		"メイリオ",Meiryo,						/* WinVista用フォント*/
		"ＭＳ Ｐゴシック", "MS P Gothic",				/* Windows系フォント */
		sans-serif;							/* ゴシック系総称ファミリー */
	color: #333;
	line-height: 1.6;
}
:link { color: #3366cc; font-weight: bold; text-decoration: underline; }
:visited { color: #3366cc; font-weight: bold; text-decoration: underline; }
h1 {
	padding: 5px 5px;
	font-size: 120%;
	font-weight: bold;
}
h1.second {
	padding-top: 40px;
}
h2 {
	padding: 5px 5px;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5;
}
h3 {
	padding: 5px 5px;
	font-size: 120%;
	line-height: 1.5;
}
p {
	padding: 15px 5px;
	line-height: 1.6;
}
p.komagoma {
	font-size: 90%;
}


/* Screen */
div#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border: 0;
	min-height: 340px;
	position: relative;
	overflow: visible;
}
div#topbar {
	width: 850px;
	height: auto;
	margin: 0 0;
	margin-bottom: 5px;	
}
h1.topbar {
	color: #666;
	padding: 5px 0 0 5px;
	line-height: 1.6;
	font-size: 100%;
}
div#header {
	box-sizing: border-box;  		/* Opera用 */
	position: relative;
	float: none;
	width: 850px;
	height: 95px;
}
div#header a.sitetop {
	display: block;
	width: 300px;
	height: 75px;
	background: none;
	text-indent: -99999px;
	float: left;
	background: url(../images/logo.gif) 0 0 no-repeat;
}
div#header a.sitetop:hover {
	background: url(../images/logo02.gif) 0 0 no-repeat; 
}
div#header ul.menu {
	display: block;
	float: right;
	width: 550px;
	height: 35px;
	list-style: none;
}
div#header ul.menu li.menu {
	float: right;
	display: block;
	width: 150px;
	height: 35px;
	border-left: 2px #999 solid;
}
div#header ul.menu li.menu.rightend {
	border-right: 2px #999 solid;	
}
div#header ul.menu li.menu a.menu {
	display: block;
	width: 150px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-indent: -99999px;
}
div#header ul.menu li.menu a#menu1 {
	background: url(../images/menu1.gif) 0 0 no-repeat;	
}
div#header ul.menu li.menu a#menu1:hover {
	background: url(../images/menu1_hover.gif) 0 0 no-repeat;
}
div#header ul.menu li.menu a#menu1.present {
	background: url(../images/menu1_hover.gif) 0 0 no-repeat;	
}
div#header ul.menu li.menu a#menu2 {
	background: url(../images/menu2.gif) 0 0 no-repeat;
}
div#header ul.menu li.menu a#menu2:hover {
	background: url(../images/menu2_hover.gif) 0 0 no-repeat;
}
div#header ul.menu li.menu a#menu2.present {
	background: url(../images/menu2_hover.gif) 0 0 no-repeat;
}
div#header ul.submenu {
	list-style: none;
	display: none;
}
div#header ul.submenu li.submenu {
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-top: 1px #999 dotted;
	float: none;
	background: white;
}
div#header ul.submenu li.submenu.bottom {
	border-bottom: 1px #999 dotted;
}
div#header a.submenu{
	display: block;
	line-height: 30px;
	padding-left: 5px;
}
div#header li.submenu:hover a{
	color: #cccc33;
}
div#header a.submenu:link, div#header a.submenu:visited {
	color: black;
	text-decoration: none;
}
div#header ul.menu li.menu:hover ul.submenu{
	display: block;
}
div#note {
	width: 850px;
	margin-top: 50px;
	height: 300px;
}
div#note p {
	padding: 100px 0;
	height: 100px;
	line-height: 50px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
div#navibar {
	width: 850px;
	height: 35px;
	border-bottom: 1px #999 solid;
}
p.navibar {
	line-height: 25px;
	padding: 0 0;
	padding: 35px 0 0 0;
}
p.navibar a:link, p.navibar a:visited {
	color: #cc3;
	text-decoration: none;
}
p.navibar a:hover {
	text-decoration: underline;
}
div#navibartab {
	width: 850px;
	height: 25px;
	margin-top: -27px;
	z-index: 2;
}
p.navibartab {
	display: block;
	width: auto;
	height: 25px;
	float: right;
	padding: 0 0;
	margin-right: 10px;
}
p.navibartab.rightend {
	margin-right: 10px;
}
a.navibartab, a.navibartab:link, a.navibartab:visited {
	display: block;
	line-height: 25px;
	padding: 0 13px;
	color: #333;
	text-decoration: none;
	background: white;
	border: 1px #999 solid;
}
a.navibartab:hover {
	color: #cc3;
}
a.navibartab.present {
	border-bottom: 2px white solid;
	color: #cc3;
}
div#detailnavi {
	width: 850px;
	height: 27px;
	margin-top: 50px;
	margin-bottom: 5px;
	display: none;
}
div#detailnavi a {
	display: block;
	line-height: 27px;
}
div#next {
	width: 90px;
	height: 27px;
	float: left;
}
div#prev {
	width: 90px;
	height: 27px;
	float: right;
	margin-right: 30px;
}
div#close {
	width: 90px;
	height: 27px;
	float: right;
}
div#prev a:hover, div#next a:hover, div#close a:hover {
	background: #eee; 
}
div#detail {
	box-sizing: border-box;  		/* Opera用 */
	position: relative;
	float: none;
	width: 850px;
	height: 540px;
	overflow: hidden;
	border-top: 2px #333333 solid;
	border-bottom: 2px #333333 solid;
	display: none;
}
div#content {
	width: 8600px;
}
div#content ul {
	width: 850px;
	height: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	list-style: none;
}
div#detail div#content ul li.explain {
	width: 30%;		/* 850px×0.3 */
	height: 100%;		/* 500px */
	float: left;
	color: #333;
}
div#detail div#content ul li.someimage {
	width: 70%;		/* 850px×0.7 */
	height: 100%;		/* 500px */
	float: right;
	background: white;
}
div#detail div#content ul li.someimage.yoko img {
	width: 595px;
	float: right;
}
div#detail div#content ul li.someimage.tate img {
	height: 500px;
	float: right;
}
div#detail div#content ul li.someimage ul.flashinfo{
	list-style: none;
	width: 100%;
	text-align: center;
}
div#detail div#content ul li.someimage ul.flashinfo li {
	line-height: 1.6;
}
div#index {
	margin-top: 50px;
	display: none;
}
#index ul.square {
	display: block;
	list-style: none;
}
#index ul li.square {
	width: 180px;
	height: 180px;
	float: left;
	margin-left: 26px;
	margin-bottom: 26px;
}

#index ul li#indexabout {
	margin-top: 100px;
}
#index span.square {
	display: none;
	float: left;
	width: 180px;
	height: 180px;
	margin-top: -180px;
	color: white;
	background: black;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}
#index span.square font.yyyymmdd{
	text-align: right;
	color: #ff9933;
}
#index a.tooltip {
	text-decoration: none;
}
#index a.tooltip:hover img.nonsqu, #index a.current img.nonsqu {
	opacity: 0.5;
}
#index a.tooltip:hover span.nonsqu, #index a.current span.nonsqu {
	display: block;
	position: absolute;
	overflow: visible;
}
#index a.tooltip:hover span.square, #index a.current span.square{
	display: block;
	overflow: visible;
}
#index p.heightmanagement {
	text-align: right;
	line-height: 25;
	color: white;
}
div#backtothepagetop {
	box-sizing: border-box;
	float: none;
	width: 850px;	 
	height: 120px;
	margin-top: 5px;
}
div#backtothepagetop a {
	float: right;
}
div#backtothepagetop a:hover img {
	opacity: 0.5;
}
div#footer {
	box-sizing: border-box;  
	position: relative;
	height: 80px;
	width: 850px;
	bottom: 0;
	border-top: 5px #666 solid;
}
div#footer ul {
	width: 850px;
	height: 80px;
	list-style: none;
}
div#footer ul li.leftcol {
	display: block;
	width: 650px;
	height: 65px;
	line-height: 1.6;
	padding-top: 15px;
	float: left;
}
div#footer ul li.rightcol {
	display: block;
	width: 200px;
	height: 65px;
	padding-top: 15px;
	float: right;
	text-align: right;
}
div#footer ul li.rightcol a:link, div#footer ul li.rightcol a:visited {
	color: black;
	text-decoration: none;
}
div#footer ul li.rightcol a:hover {
	border-bottom: 3px #cccc33 solid;
}
div#footer p {
	float: left;
}


