@charset "UTF-8";

html {
	height:100%;
    font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
    font-size:16px;
}

body {
	margin:0;
	width:100%;
	height:100%;
	background-image:url(../resource/bg_gallery.png);
    background-position:center center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
p { margin:0; }

#header {
	width:100%;
	background-color:rgb(0,0,0);
	border-bottom:6px solid rgb(55,55,55);
}
#headerInner {
	margin:0 auto;
	width:820px;
	padding:10px;
}
#headerInner * {
	display: inline-block;
	width: 150px;
	text-align: center;
}
#header a {
	text-decoration:none;
	color:rgb(200,150,130);
}
#header span {
	color:rgb(100,100,100);
}
#titleArea {
	width:600px;
	height:270px;
	background-image:url(../resource/bg_gal_header.jpg);
	background-repeat:no-repeat;
    background-position:center center;
    margin:0 auto;
    position:relative;
}
#welcomeMeg {
	position:absolute;
	left:0;
	bottom:0;
	width:600px;
	padding:1em 0 0.5em 0;
	background-color:rgba(255,255,255,0.65);
	border-bottom:5px solid rgba(255,255,255,0.8);
}
.welcomeMeg_p {
	text-align:center;
	color:rgb(10,10,10);
}
#footer {
	width:100%;
	border-top:6px solid rgb(55,55,55);
	padding-bottom:1em;
}
#footer p {
	text-align:center;
	color:rgb(110,110,110);
}
#footer a {
	font-size:1em;
	text-decoration:none;
	color:rgb(200,200,200);
}
#site_logo_box {
	margin-top:1em;
	text-align:center;
}
#site_logo_box * {
	display:inline-block;
	color:rgb(110,110,110);
}
