@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:1.3em;
	margin:0;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:top center;
}

/**************************
 LAYOUT
**************************/
#container {
	width:760px;
	min-height:605px;
   margin:0 auto 0 auto;
   text-align:left;
}

#layout-main {
	min-height:95px;
}

#layout-logo {
   width:110px;
	float:left;
}

#layout-menu {
	float:left;
	color:#999;
	font-size:8pt;
	padding-top:20px;
	width:105px;
	line-height:1.5em;
}

#layout-menu a {
	color:#999;
	text-decoration:none;
}

#layout-menu a:hover {
	color:#666;
	text-decoration:none;
}

#layout-menu .select {
	color:#F90;
	font-weight:normal;
}

#layout-menu .select a, a:hover {
	color:#F90;
	font-weight:normal;
}

#image-show {
	width:760px;
	min-height: 470px;
}

#image-navi {
	width:760px;
	min-height:30px;
}

#footer {
	width:760px;
   margin:0 auto 0 auto;
	color:#999;
	font-size:7pt;
}
