@charset "UTF-8";

a:link {
  text-decoration: none;
  color: #3871ae;
}

a:visited {
  text-decoration: none;
  color: #4e5d67;
}

a:hover {
  text-decoration: none;
  color: #ff0000;
}

a img{
	border:none;
}

ul, li {
list-style-type:none;
padding:0;
margin:0;
}


/* -- body -- */

body {
  font-family:  "Myriad", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 10pt;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
}


/* -- contents -- */

#centerwrap {
	position: absolute;
	right: auto;
	top: 20px;
	width: 1000px;
}
	
#centerwrap_top {
	position: absolute;
	right: auto;
	top: 200px;
	width: 1000px;
}
	
#centerwrap_nav {
	margin:0 auto 0 100px;
	text-align:left;
	width:800px;
	height:100px;
}
	
#wrapper {
	text-align: left;
	margin: 0 auto 0;
	border: 0px;
}

#header {
	padding: 20px 20px 10px;
}

#globalnavi {
	width: 100%;
	position: relative;
}


#footer {
	background-color: #f2f2f2;
	width: 1000px;
	position: fixed;  
	bottom: 0%;
}

                                                             
#footer p {
	color: #777777;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
}


/* global navigation */
#gloval_nav {
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 2px #AAAAAA;
	-webkit-box-shadow:0 0 2px #AAAAAA;
	box-shadow:0 0 2px #AAAAAA;
	
	/* CSS3 Rounded Corners */

	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;

	height:2.3em;
	border:1px solid #ffffff;
	background-color:#e6e6e6;
}
	
#gloval_nav li {
	float:right;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		

#gloval_nav li a {
	background:url(img/divider.png) no-repeat left center;
	display:block;
	padding:0 10px 0 20px;
}
							
#gloval_nav li a:link,
#gloval_nav li a:visited {
	color:#777;
	text-decoration:none;
}
	
a:link, a:visited,	
#gloval_nav li a:hover,
#gloval_nav li a:focus {
	color:#0088cc;
}	



/* local navigation */
#local_nav {
	margin-top:10px;
	height:2.3em;
}
	
#local_nav li {
	float:right;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
}		

#local_nav li a {
	display:block;
	padding:0 10px 0 20px;
}
							
#local_nav li a:link,
#local_nav li a:visited {
	color:#999999;
	text-decoration:none;
}
	
a:link, a:visited,	
#local_nav li a:hover,
#local_nav li a:focus {
	color:#0088cc;
}	


.current{
	color:#000000;
}



/* -- Gallery styles -- */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:800px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}



.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}


#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

#menu li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:800px;
	position:relative;
}




