@charset "utf-8";
/*--------------------------------------------------------------------------------
	20110313 COCORO WORKS Yoshihito Nagaki
--------------------------------------------------------------------------------*/
@import url("reset.css");

body {
	font-size: 62.5%; /* Set fonts using ems. ex. 1.0em = 10px */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #231815;
	background-color: #fff;
	background-image: url(../images/bg.png);
}

a {
	color: #231815;	
}
a:hover {
	text-decoration: underline;
	color: #0086ed;
}
img {
	vertical-align: bottom;
}
a:hover img {
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}
/*--------------------------------------------------------------------------------
	clearfix
--------------------------------------------------------------------------------*/
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfix {
  min-height: 1px;
}

* html .cfix {
  height: 1px;
 }
 .clr {
	clear: both;	 
 }
/*--------------------------------------------------------------------------------
	Wrapper style
--------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	height: 100%;
	background: url(../images/bg_header.png) repeat-x;
	margin: 0 auto;
}
/*--------------------------------------------------------------------------------
	Header style
--------------------------------------------------------------------------------*/
#header {
	width: 960px;
	height: 37px;
	margin: 0 auto;
	padding-top: 23px;
}
#header h1 {
	float: left;	
}
#h_navi {
	float: right;
	width: 240px;
	height: 13px;
}
#h_navi li {
	float: left;	
}
#h_navi li a {
	background: url(../images/header_navi.png) no-repeat;
	display: block;
	height: 13px;
	width: 80px;
	text-indent: -9999px;
	
}
#h_navi li a#hnavi2 {
	background-position: -80px 0;	
}
#h_navi li a#hnavi3 {
	background-position: -160px 0;	
}
/*--------------------------------------------------------------------------------
	CONTENT style
--------------------------------------------------------------------------------*/
#content {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.7;
	margin-bottom: 0px;
}
#content h2 {
	margin: 25px 0;
}
#pt {
	text-align: center;
	padding-top: 70px;
}
/*--------------------------------------------------------------------------------
	global_navi style
--------------------------------------------------------------------------------*/
.sumbox {
	background: url(../images/bg_sum2.png) no-repeat;
	width: 200px;
	height: 280px;
	padding: 13px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}
.sumbox h4 {
	font-weight: 700;	
}
.sumbox img {
	margin-bottom: 5px;	
}
.send {
	margin-right: 0px;	
}
/*--------------------------------------------------------------------------------
	global_navi style
--------------------------------------------------------------------------------*/
#global_navi {
	padding: 25px 0 0 15px;
}

/*--------------------------------------------------------------------------------
	shop_info style
--------------------------------------------------------------------------------*/
#shop_info {
	padding: 20px 0 0 25px;
}
/*--------------------------------------------------------------------------------
	ContentRight style
--------------------------------------------------------------------------------*/
#content .rgt_top {
	background: url(../images/bg_rgt_top.jpg) no-repeat;
	width: 530px;
	height: 660px;
}
#content .rgt_cpt {
	background: url(../images/bg_rgt_concept.jpg) no-repeat;
	width: 530px;
	height: 660px;
}
#content .rgt_menu {
	background: url(../images/bg_rgt_menu.jpg) no-repeat;
	width: 530px;
	height: 660px;
}
#content .rgt_stf {
	background: url(../images/bg_rgt_staff.jpg) no-repeat;
	width: 530px;
	height: 660px;
}
#content .rgt_sty {
	background: url(../images/bg_rgt_sty.jpg) no-repeat;
	width: 530px;
	height: 660px;
}
/*--------------------------------------------------------------------------------
	slideshow2 style
--------------------------------------------------------------------------------*/
#slideshow2 {
	margin: 65px 0 0 50px;
	overflow: hidden;
	height: 496px;
}
/*--------------------------------------------------------------------------------
	Concept style
--------------------------------------------------------------------------------*/
#concept {
	background: url(../images/bg_concept.png) no-repeat;
	margin: 65px 0 0 0px;
	padding: 10px;
	width: 463px;
	height: 476px;
	display:none;
}
#menu {
	background: url(../images/bg_concept.png) no-repeat;
	margin: 65px 0 0 0px;
	padding: 10px;
	width: 463px;
	height: 476px;
	display:none;
}
#staff {
	background: url(../images/bg_concept.png) no-repeat;
	margin: 65px 0 0 0px;
	padding: 10px;
	width: 463px;
	height: 476px;
	display:none;
}
#style {
	background: #fff;
	margin: 65px 0 0 0px;
	padding: 10px;
	width: 463px;
	height: 476px;
	display:none;
}
#style #slidestyle {
	height: 430px;
	overflow: hidden;
}
#style a:hover img {
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);
}
/*--------------------------------------------------------------------------------
	Footer style
--------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 200px;
	background: url(../images/bg_footer.png);
	clear: both;
	color: #fff;	
}
#footer #f_inner {
	width: 960px;
	height: 20px;
	padding-top: 180px;
	margin: 0 auto;
	text-align: center;
	
}
