@charset "utf-8";
/* CSS Document */



/* default reset */

body,div,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;
	zoom:1;
} 
html{
	height:100%;
}
html>/**/body{
	overflow-y:scroll;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 
li{
	display:list-item;
} 
img,a img{
	vertical-align:middle;
	border:none;
	background:transparent;
}
object,embed{
	vertical-align:top;
} 
input,textarea{
	font-size:1em;
} 





/* layout controls */

body {
	font-size:100%;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	background-image:url(../img/body_back.gif);
	background-repeat:repeat-x;
	background-position:0 0;
}
#container_back {
	width:100%;
	background-image:url(../img/container_back.gif);
	background-repeat:repeat-y;
	background-position:center 0;
}
#container_back2 {
	width:100%;
	background-image:url(../img/container_back2.gif);
	background-repeat:no-repeat;
	background-position:center 0;
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	color:#555;
}


/***---header---***/

.header {
	width:100%;
	background-color:#ffecf0;
}
.header_top {
	width:100%;
	background-image:url(../img/header_top_back.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	color:#555;
	font-size:0.6em;
}
.header_top p {
	padding-top:2px;
	margin-left:20px;
}
.header_top_bottom {
	width:100%;
	height:5px;
	background-image:url(../img/header_top_bottom.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:0;
	line-height:0;
}
.header h1 {
	display:inline;
	float:left;
	margin-left:12px;
}
.header h1 img {
	display:block;
	border:0;
}
.banner_area {
	display:inline;
	float:left;
	position:relative;
	width:566px;
	height:62px;
	margin-left:58px;
	margin-top:2px;
}
.banner_area .coopon_banner {
	position:absolute;
	left:0;
	bottom:0;
}
.banner_area .fair_banner {
	position:absolute;
	left:128px;
	bottom:0;
}
.banner_area .media_banner {
	position:absolute;
	left:256px;
	bottom:0;
}
.banner_area .catalog_banner {
	position:absolute;
	left:384px;
	bottom:0;
}

/*---globalnavi---*/

.globalnavi {
	display:block;
	position:relative;
	list-style:none;
	height:30px;	
}
.globalnavi li {
	display:block;
	position:absolute;
	height:30px;
	top:0;
}
.globalnavi li.home_btn {
	width:115px;
	left:0;
}
.globalnavi li.catalog_btn {
	width:114px;
	left:115px;
}
.globalnavi li.plan_btn {
	width:114px;
	left:229px;
}
.globalnavi li.photo_btn {
	width:112px;
	left:343px;
}
.globalnavi li.club_btn {
	width:114px;
	left:456px;
}
.globalnavi li.shop_btn {
	width:114px;
	left:570px;
}
.globalnavi li.monitor_btn {
	width:115px;
	left:685px;
}
.globalnavi li a {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:0 0;
}
.globalnavi li.home_btn a {
	background-image:url(../img/global_home_o.gif);
}
.globalnavi li.catalog_btn a {
	background-image:url(../img/global_first_o.gif);
}
.globalnavi li.plan_btn a {
	background-image:url(../img/global_collect_o.gif);
}
.globalnavi li.photo_btn a {
	background-image:url(../img/global_rental_o.gif);
}
.globalnavi li.club_btn a {
	background-image:url(../img/global_buy_o.gif);
}
.globalnavi li.shop_btn a {
	background-image:url(../img/global_photo_o.gif);
}
.globalnavi li.monitor_btn a {
	background-image:url(../img/global_shop_o.gif);
}
.globalnavi li a:hover,
.globalnavi li a:focus {
	visibility: visible;
}
.globalnavi li a:hover img,
.globalnavi li a:focus img {
	visibility:hidden;
}

.footer {
	width:100%;
}
.footer .footer_menu {
	border-top:2px solid #cecece;
	border-bottom:2px solid #cecece;
	text-align:center;
}
.footer .footer_menu ul {
	display:inline-table;
	position:relative;
	padding-top:8px;
	padding-bottom:8px;
	list-style:none;
}
.footer .footer_menu li {
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #666;
	font-size:0.65em;
	line-height:100%;
}
.footer .footer_menu li.first {
	border-left:1px solid #666;
}
.footer .footer_menu a:link,
.footer .footer_menu a:visited {
	color:#666;
}
.footer address img {
	display:block;
}
.address {
	display:block;
}



.ancer {
	width:0;
	height:0;
	font-size:0;
	line-height:0%;
}


.clear {
	width:0;
	height:0;
	font-size:0;
	line-height:0%;
	clear:both;
}



















