@charset "utf-8";

/* base
---------------------------------------------*/


* {
	margin: 0 auto;
	padding: 0;
	border: 0;
}


dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}


h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}


ol, ul{
    list-style:none;
}


table{
    border-collapse: collapse; 
    border-spacing:0;
}

body {
	/*text-align: center;*/
	font-size: 100%;
	margin: 0 auto;
	padding: 0;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-size : 12px;
	color: #f0f0f0;
	background: #262827;
}


a{
    text-decoration: underline;
	color: #f0f0f0;
}


a:hover ,
a:focus{
    text-decoration: none;
}


.clearfix:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


#Main_container{
    width: 100%;
	background: url(../img/bg.jpg) repeat-x top #1A1A1A;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
}

#Head{
    width: 940px;
}


#Head h1{
    width: 940px;
/*	background: url(../img/header.jpg) no-repeat top;
	text-indent: -9999px;*/
}


#Head ul{
    list-style-type: none;
	margin: 0;
	padding: 0;
}


#Head li{
    list-style: none outside;
    display: inline;
/*	margin: 0 26px; モバイル追加時*/
    margin: 0 40px;
}




#Main_Wrappe{
    width: 800px;
	background: #050808;
	margin: 0 auto;
	padding: 20px;
}


#Main_Wrappe_Gallery{
    width: 800px;
	background: #EEEDED;
	margin: 0 auto;
	padding: 20px;
}


/*
#Pagetop{
    text-align: right;
    width: 800px;
    padding	: 20px 70px;
}
*/

#FootArea{
    text-align: center;
    width: 100%;
	padding: 580px 0 0 0;
	/*margin:300px 0 0;*/
}


#Foot{
    width: 100%;
	border-top: #0C666A solid 1px;
	background: #262827;
	padding: 0 0 30px 0;
	/*margin:300px 0 0;*/
}


#Foot_Menu{
    width: 840px;
	text-align: left;
	padding-top:10px;
	position: relative;
}


#Foot_Menu ul{
    list-style-type: none;
}


#Foot_Menu li{
    list-style: none outside;
    display: inline;
	margin-right: 25px;
}


#Foot_Menu p{
	position: absolute;
	top: 10px;
	left: 520px;
}



#CopyRight{
    margin-top: 5px;
}


/*
#Main_Wrappe a:hover img,
#Foot a:hover img{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

*/


#top_flash h1{
    text-indent: -9999px;
}




/* ティザーサイト用
---------------------------------------------*/

#Teaser_Wrappe{
    margin: 0 auto;
	background: url(../../img/teaser_bg.jpg) repeat-x top;
}


#Teaser_Wrappe h1{
/*	text-indent: -9999px;
	width: 940px;
	height: 700px;
	background: url(../../img/main_teaser.jpg) no-repeat top center;*/
}

