/* CSS Document */
html{
}
body {
	margin : 0;
	padding : 0;
/*	background : transparent url("./parts/background.gif") top left repeat-y;*/
	background-color:#f0eef0;
	font-size:x-small;
	margin: 0 auto; 
	text-align:center;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

td{
	font-size:x-small;
}
ul {
	margin : 0;
	padding : 0;
}

a{
	color:black;
}

p{
	margin : 0;
	text-align:left;
}

#wrapper{
	margin: 0 auto; 
}

div#branding {
	display:block;
	margin: 0 auto;
	padding : 0;
	width:800px;
	height:43px;
	background : transparent url("./parts/branding_img.gif") top left no-repeat;
	background-color : transparent;
}
div#branding h1{
	font-size:1px;
	margin : 0;
	padding : 0;
/*	color:#ff90aa;	*/
	overflow:hidden;
	height:40px;
}
#branding a {
	display:block;
	margin-left : 620px;
	padding : 0;
	width:180px;
	height:40px;
}

div#menu{
/*	background : transparent url("./parts/left_bg.gif") top left no-repeat;*/
	background : transparent url("./parts/menu_bg.gif") repeat;
	width:800px;
	height:25px;
	margin: 0 auto; 
	text-align:center;
}
div#menu ul.navi_level1 {
	margin: 0 auto; 
	width:720px;
	text-align:center;
}
div#menu li.navi_level1{
	display:inline;
	list-style: none outside;
	width:118px;
	height:25px;
	border-left: 1px solid gray;
	border-right: 1px solid #666666;
	float:left;
}
div#menu a.navibutton{
	display:block;
	width:100%;
	color:white;
	text-decoration:none;
	text-align: center;
	padding-top:5px;
	font-size:12px;
	padding-bottom:5px;
}
div#menu a.navibutton:active {
	background-color:#8985AD;
}
div#menu a.navibutton:hover {
	background-color:#3a3377;
}
li.navi_level1 span{
	display:block;
	padding-top:5px;
	font-size:12px;
}
#conpany{
	position:absolute; top:68px; left:50%;
	margin-left:-400px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color:white;
	width:799px;
	text-align:center;
}
#conpany ul{
	margin-left:200px;
}
/*#employ{
	position:absolute; top:70px; left:auto;
	margin-left:-771px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color:white;
	width:800px;
	padding-left:130px;
}
*/
#saiji{
	position:absolute; top:68px; left:50%;
	margin-left:-400px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color:white;
	width:799px;
}
#saiji ul{
	margin-left:200px;
}
#service{
	position:absolute; top:68px; left:50%;
	margin-left:-400px;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color:white;
	width:799px;
}
#service ul{
	margin-left:200px;
}
ul.navi_level2 {
	margin-top:0px;
	z-index:2;
}
ul.navi_level2 li{
	display:inline;
	width:100px;
	height:20px;
	font-size:12px;
	float:left;
	padding-top:3px;
	text-align: center;
}
ul.navi_level2 a{
	display:block;
	width:100%;
	height:100%;
	color:black;
	background-color:transparent;
	text-decoration:none;
}
ul.navi_level2 a:hover{
	color:#ff6600;
}
ul.navi_level2 span{
	display:block;
	margin-top:5px;
	font-size:11px;
}
ul.navi_level2 li.divide{
	display:inline;
	width:10px;
	height:20px;
	font-size:11px;
	float:left;
	padding-top:7px;
	text-align: center;
}

#primary-column{
	width:800px;
	background-color:#FFF8E6;
	min-height:500px;
	margin: 0 auto; 
	overflow: hidden;
}

#main{
	width:560px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 45px; 
	line-height:120%;
	text-align:left;
	padding-bottom:20px;
}
#main td {
	line-height:150%;
}

#main h2{
	font-size:1px;
	color:#FFF8E6;
	font-weight:normal;
	margin-bottom:25px;
}

.column{
	margin-bottom:20px;
}
.column h3{
	display:block;
	background : transparent url("./parts/column_bar.gif") top left no-repeat;
	height:16px;
	width:100%;
	color:white;
	margin-bottom:10px;
	margin-top:0;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	line-height:100%;
}
.column span{
	display:block;
	margin-top:1px;
	padding-top:2px;
	padding-left:16px;
}

#events-and-campaign hr{
	border: 1px dashed gray;
	clear:both;
	
}
.event{
	clear:both;
/*	margin-bottom:30px;*/
}
.event_left{
	float:left;
}
.event_left img{
	width:80px;
	height:80px;	
	border-style:none;
}
.event_right{
	width:300px;
	float:left;
	margin-left:20px;
}
.event_right h4{
	margin:0;
	padding:0;
	font-size:14px;
}
.event_right a{
	color:#49005B;
}
.event_right p{
	margin:2px 0px;
}
.period{
	padding-left:10px;
	background : transparent url("./parts/event_tip.gif") left center no-repeat;
}
.shop_name{
	display:inline;
	padding-right:10px;
}
.location{
	display:inline;
	padding-left:0px;
}

div#siteinfo-legal{
	background-color:#FFF8E6;
	width:800px;
	height:40px;
	display:block;
	clear: both;
	border-top:1px solid gray;
	margin: 0 auto; 
	padding-top:5px;
}

.copyright{
	font-size:12px;
	text-align:center;
}

.privacy{
	font-size:10px;
	text-align:right;
	margin-top:-1em;
	margin-right:1em;
}

.privacy a{
	color:#999999;
}
/*div#siteinfo-legal h3{
	font-size:10px;
	display:inline;
	font-weight:normal;
	margin-left:190px;
	margin-top:5px;
}
div#siteinfo-legal h2{
	margin-left:300px;
	font-size:12px;
	display:inline;
	font-weight:normal;
}
div#siteinfo-legal a{
	color:gray;
}*/
