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

#header {
	background-color: #828282;
}

/* calrse */
#myRoundabout {padding: 0;}
#myRoundabout ul {
list-style: none;
    margin: 0;
}
#myRoundabout li {
	list-style-type: none;
	text-align: center;
	color: rgba(204,204,204,1.00);
	line-height: 2em;
}
.roundabout-holder {/*全体表示幅*/
	list-style: none;
	width: 60em;
	height: 12.5em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: auto;
	top: 9.375em;
}
.roundabout-moveable-item {/*アイテムの大きさ*/
	height: 9.375em;
	width: 14.063em;
	cursor: pointer;
}
.roundabout-moveable-item img {/*画像の大きさ*/
	height: 9.375em;
	width: 14.063em;
	border: 0.063em solid rgba(204,204,204,1.00);
	display: block;
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,1.00);
	box-shadow: 3px 3px 10px rgba(0,0,0,1.00);
}
.roundabout-in-focus { cursor: auto; };
#main {
	height: 100%;
}
#footer {
	bottom: 0em;
	position: fixed;
}
.gheader {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.gheader h3 {
	color: rgba(204,204,204,1.00);
	width: 300px;
	float: left;
}
.gheader .gnavi  {
	overflow: hidden;
	float: right;
	white-space: nowrap;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	width: 396px;
}
.gheader .gnavi li {
	display: block;
	margin-left: 10px;
	width: 46px;
	height: 46px;
	float: left;
	margin-right: 0em;
}
.gnavi li a:link    {
	width: 44px;
	height: 44px;
	display: block;
	border: 1px solid rgba(204,204,204,1.00);
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: rgba(204,204,204,1.00);
	text-decoration: none;
}
.gnavi li a:visited    {
	width: 44px;
	height: 44px;
	display: block;
	border: 1px solid rgba(204,204,204,1.00);
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: rgba(204,204,204,1.00);
	text-decoration: none;
}
.gnavi li a:hover {
	background-image: url(../img/gallery/hover.png);
}
.gnavi li a:active {
	background-image: url(../img/gallery/sel_bg.png);
}
#myRoundabout li a:link {
	text-decoration: none;
	color: rgba(204,204,204,1.00);
}
#myRoundabout li a:visited {
	color: rgba(180,180,180,1.00);
}
#myRoundabout li a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
#myRoundabout li a:active {
	color: rgba(180,180,180,1.00);
	text-decoration: none;
}
