﻿@charset "utf-8";

/*-----------------------------
	Global Navigation
-------------------------------*/

ul#globalNavi {
	position:absolute;
	top:131px;
	left:366px;

	margin: 0;
	width: 388px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 97px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;

}

ul#globalNavi li a {
/*	padding: 0.6em 10px; *//* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	
}

ul#globalNavi li a:hover {
	border-bottom:2px #f84e65 solid;
}


#content_left {
	float:left;
	width:60%;
}

#content_right {
	float:right;
	width:35%;
}

#content_right:after {
	clear:both;
}

#info {
	color:#4d4d4d;
	font-weight:bold;
	width:180px; height:60px;
	padding:5px;
	border: 1px #f74e65 dotted;

}

pre.info{
	background-color:#ffdddd;
	margin-top:10px;
	margin-right:20px;
}

img.info{
	float:right;
	width:200px;
}






table#photoList {
	margin: 0 auto;
	padding:0;
	width: 540px;
}

table#photoList td {
	margin: 0 auto;
	padding: 0 auto;
	width: 150px; /* ボタンの幅 */
	height: 200px; /* ボタンの高さ */
	line-height: 1.1em;
	list-style-type: none;
	font-size:11px;
	color:#666666;
	
	border:1px #ff9999 solid;

}


table#photoList td a {
	font-size: 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
}

table#photoList td a:hover {
}

table#photoList img{
	border:2px #ffffff solid;
}

table#photoList img:hover{
	border:2px #ff9999 solid;
}


#systems h4{
	font-size:12px;
	vertical-align:middle;
	border-left:3px #cc9 solid;
	margin-left:5px;
	padding-left:5px;
	padding-top:0;
}

#systems div.explain {
	padding-left:20px;
	padding-bottom:5px;
	color:#666666;
	font-size:90%;

}


