@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "Pro W3";
	background-color: #181818;
}

#container{

}

#header{
	background-image: url(img/top/header_bg.jpg);
	text-align: center;
}
#add{
	font-size: 12px;
	color: #FFFFFF;
	width: 300px;
	position: absolute;
	top: 9px;
	left: 753px;
}


/*メインナビゲーション*/
#image-navi-bg{
	background-color: #661100;
	background-image: url(img/top/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#image-navi{
	height: 330px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main_right {
}

#main_left {
	float: left;
}


#navi{
	width: 180px;
	float: left;
}
#navi ul li{
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navi a{
	display:block;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#navi a em{
	position:absolute;
	left:-9999px;
}
#menu{
	background-image:url(img/top/menu_off_1.gif);
	background-repeat:no-repeat;
	width:180px;
	height:70px;
}
#menu:hover{
	background-image:url(img/top/menu_on_1.gif)
}
#concept{
	background-image:url(img/top/menu_off_2.gif);
	background-repeat:no-repeat;
	width:180px;
	height:60px;
}
#concept:hover{
	background-image:url(img/top/menu_on_2.gif)
}
#staff{
	background-image:url(img/top/menu_off_3.gif);
	background-repeat:no-repeat;
	width:180px;
	height:60px;
}
#staff:hover{
	background-image:url(img/top/menu_on_3.gif)
}
#campaing{
	background-image:url(img/top/menu_off_4.gif);
	background-repeat:no-repeat;
	width:180px;
	height:60px;
}
#campaing:hover{
	background-image:url(img/top/menu_on_4.gif)
}
#contact{
	background-image:url(img/top/menu_off_5.gif);
	background-repeat:no-repeat;
	width:180px;
	height:80px;
}
#contact:hover{
	background-image:url(img/top/menu_on_5.gif)
}

#main-image{



}

/*コンテンツ部分*/
#contents-bg{
	clear: both;


}
#contents{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 440px;
	background-image: url(img/top/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/*コンテンツ左*/
#con_left{
	float: left;
	width: 180px;
	clear: both;
	padding-left: 10px;
}
#con_left ul{


}
#con_left li{
	list-style-type:none;
}
#con_left a{
	display:block;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#con_left a em{
	position:absolute;
	left:-9999px;
}
#option{
	background-image:url(img/top/ba_mens.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:130px;
}
#lady{
	background-image:url(img/top/ba_ladys.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:120px;
}
#mutenka{
	background-image:url(img/top/ba_mutenka.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:130px;
}

/*コンテンツ中央*/
#con_center{
	float: left;
	width: 410px;
}
#con_center p{
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

/*コンテンツ右*/
#con_right{
	width: 210px;
	float: right;
	padding-right: 10px;
}

#calen{
	text-align: center;
	padding-bottom: 30px;
}


#contents_shita{
	clear: both;
	text-align: center;
}


/*フッター*/
#footer{
	background-image: url(img/top/footer.jpg);
	background-repeat: repeat-x;
	background-color: #661100;
}
#foot_1{
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	color: #FFFFFF;
}
#foot_1 a:link, #foot_1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#foot_1 a:hover, #foot_1 a:active{
	color: #FF9900;
	text-decoration: none;
}
#foot_2{
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#foot_2 p{

}
#foot_3{
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
#foot_3 p{
	padding-bottom: 20px;
}

.main-i{
	float: right;
}
.qr{
	padding-top: 10px;
}
.image{
	padding-bottom: 10px;
}
