﻿@charset "utf-8";
/* CSS Document ------------------------------------------------------COMMON*/



body {
	font-size: 12px;
	margin: 0px;
}

#home {
	overflow:hidden;
	
}
#menu {
    position: absolute;
    top: 0;
    left: 0;
}

a {
	color: #663333;
	text-decoration: none;
}

p {
	margin: 0px;
}
ul{
	margin: 0px;
	padding:0px;
}
li{
	margin: 0px;
	padding:0px;
}

/* HEAD */
#home_h1{
position: relative;
}

#home_h1 h1{
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	width:100%;
	position: absolute;
	top:5px;
	z-index:100;
}

.listbox{
	margin-top:15px;
}

.bannerbox{
	position: absolute;
	left: 425px;
	top: 31px;
}


/* BASE */

#home #menu{
margin: 0px 0px 0 0;
}

#home #main {/*?????J????*/
    float:right;
	width: 640px;
	margin:0px 5px 0px 5px;
}

#home #leftbox {/*?????J????*/
    float: right;
    margin-top: 0;
    overflow: hidden;
    width: 280px;
}
#home #leftbox .home_leftbn a img {
	margin-bottom:5px;
}



/*---------------------------------------------
MOVIE
---------------------------------------------*/
#home .moviespace{
/*height:210px;*/
width: 280px;
margin-bottom: 5px;
}

#home .moviespace2{
/*height:210px;*/
width: 200px;
margin-bottom: 5px;
}




/*---------------------------------------------
DIARY
---------------------------------------------*/
#home .diary {
    height: 550px;
    width: 920px;
    clear: both;
	float:right;
}
#home .diary iframe{
height:570px;/*height:530px;*/
}




/*---------------------------------------------
clearfix
---------------------------------------------*/

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}



/*系列店へのリンク*/

.groupinfo{
	position:relative;	
}

.groupinfo ul{
width:100%;	
	}
.groupinfo li{
width:49%;
float:left;
list-style:none;
text-align:center;
background-color:#FFEEDC;
border:1px solid #fff;
}

.groupinfo li:nth-child(2){
background-color:#ECE0EC;	
}

.groupinfo li a{
display:block;
width:100%;	
}

.groupinfo li img{
	width:100%;
}


.groupinfo li img.link_topics{
	width:240px;
	text-align:center;
}

.groupinfo li div.title img{
	width:auto;
	
}

.groupinfo li div.title{
	position: absolute;	
	top:70px;
	left:4px;
}

.groupinfo li div.title_b2nd{
		position: absolute;	
	top:70px;
	left:320px;
}

.groupinfo li div.title_osaka{
		position: absolute;	
	top:468px;
	left:4px;
}


/**/

/*-------------------------------------*/