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

@import url(http://fonts.googleapis.com/css?family=Audiowide);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);

a img {
	border: none;
}
a {
	text-decoration:none;
}
a:link {
	color:#222;
}
a:visited {
	color:#222;
}
a:hover {
	text-decoration:none;
	color:#222;
}
a:active {
	color:#222;
}
body {
	background:#111;
	padding: 10px 0 0 10px;
	margin: 0;
}
.grid-content {
	padding-left:30px;
	list-style-type: none;
}
.grid-content li {
	margin: 15px;
	padding: 3px;
}
#wrap {
	overflow-x: hidden;
	background:#111;
}
#gMenu {
	background:url(../images/bg_gallery2.jpg);
	position:fixed;
	top:0;
	left:0;
	width:250px;
	height:100%;
	float: left;
	border-right:solid 2px #eee;
	box-shadow:5px 0 5px #000;
	-moz-box-shadow:5px 0 5px #000;
	-webkit-box-shadow:5px 0 5px #000;
}
#menuArea {
	position: fixed;
	top:0;
	left:0;
	width:250px;
	height:100%;
	border-right:solid 1px #eee;
}
h1 {
	position: fixed;
	left:40px;
	top:20px;
	color:#333;
}

h1 .dga { font-size: 174%; font-family: 'Audiowide', cursive; color:#333; }

h1 .dgb { float:right; line-height:0.5em; font-size:93%; font-family: 'Titillium Web', sans-serif; color:#333; }


h2 {
	position:fixed;
	left:150px;
	top:170px;
	font-size:161.6%;
	color:#333;
}
#menu {
	position: fixed;
	left:0;
	bottom:0;
	width:250px;
	height:380px;
}
#menu ul {
	background:#fff;
}
#menu li {
	height:30px;
	border-top:solid 1px #ccc;
	text-align:right;
}
#menu li a {
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	color:#555;
	display:block;
	width:240px;
	height:25px;
	padding:5px 10px 0 0;
	text-decoration:none;
}
#menu li a:hover {
	color:#eee;
	background:#222;
	height:25px;
	padding:5px 10px 0 0;
}
#contents {
	position:relative;
	margin:0px 0 0 300px;
	overflow: hidden;
	zoom:1;
}
#contents h3 {
	float:left;
	margin:15px 0 25px 0;
}

#top{
	padding-top:5px;
	height:100px;
	}

#intro {
	float:right;
	color:#ccc;
	margin:10px 20px 0 0;
}
#intro h4{
	font-size:1.2em;
	margin-left:3px;
}
#intro p.date {
	text-align:right;
	font-size:0.9em;
}
#footer {
	clear: left;
	height:100%;
	padding:160px 0 0 3px;
	border-top:solid 1px #ccc;
}
#footer address {
	color:#222;
	text-align:center;
	font-style:normal;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}
#footer p {
	font-size:11px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height:1.2;
	margin-left:40px;
}
#footer p {
	color:#222;
}
/*jquery lightbox*/

.overlay {
	position: absolute;
	display: none;
	top: 0;
	width: 100%;
	z-index: 1;
	background: #000;
}
.overlay img {
	display: inline-block;
	position: absolute;
	width: 500px;
}
#cursol {
	position: absolute;
	padding: 5px;
	color: #fff;
	background: #666;
}
