@charset "utf-8";

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background: #4c4c4c;
	color: #333;
}

/*　レイアウト　*/

#wrapper {
	margin: 0 auto;
	width: 980px;
	padding: 0 ;
	/*background: url(../images/bg_001.png) repeat-y center top;*/
	background: #fff;
	border: 1px solid #000;
	-moz-box-shadow:0px 0px 20px #000;
	-webkit-box-shadow:0px 0px 20px #000;
	box-shadow:0px 0px 20px #000;
}

#header {
	/*width: 1120px;*/
}

#footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	/*border-bottom: 2px solid #333;
	-moz-box-shadow:0px 2px 5px #333;
	-webkit-box-shadow:0px 2px 5px #333;
	box-shadow:0px 2px 5px #333;*/
}

/*　カラム　
------------------------------------------------*/

#entrance-left {
	width: 450px;
	height: 280px;
	/*margin: 0 0 20px 90px;*/
	margin: 0 0 20px 30px;
	display: inline;
	float: left;
	position: relative;
	/*background: url(../images/btm_02.gif) no-repeat 160px 230px;*/
}

#entrance-right {
	width: 450px;
	height: 280px;
	/*margin: 0 90px 20px 0;*/
	margin: 0 30px 20px 0;
	display: inline;
	float: right;
	position: relative;
	/*background: url(../images/btm_03.gif) no-repeat 160px 230px;*/
}

#news-left {
	width: 450px;
	height: 300px;
	/*margin: 0 0 20px 90px;*/
	margin: 0 0 20px 30px;
	display: inline;
	float: left;
	position:relative;
	font-size: 12px;
	background: url('../images/bg_bloc_03.jpg') repeat-x left top;
	border: 1px solid #333;
	border-radius:10px;         /*CSS3草案*/
	-webkit-border-radius: 10px;     /*Safari,Google Chrome用*/
	-moz-border-radius: 10px;    /*Firefox用*/
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;

}

#news-left h3,#shop-left h3,#shop-right h3 {
	color: #FFF;
	padding-top: 3px;
}

#news-right {
	width: 450px;
	height: 300px;
	/*margin: 0 90px 20px 0;*/
	margin: 0 30px 20px 0;
	display: inline;
	float: right;
	position: relative;
	overflow: auto;
	border-radius:10px;         /*CSS3草案*/
	-webkit-border-radius: 10px;     /*Safari,Google Chrome用*/
	-moz-border-radius: 10px;    /*Firefox用*/
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;

}

#shop-left {
	width: 450px;
	height: 150px;
	margin: 0 0 20px 30px;
	background: url('../images/bg_bloc_03.jpg') repeat-x left top #FFF;
	display: inline;
	float: left;
	position: relative;
}

#shop-right {
	width: 450px;
	height: 150px;
	margin : 0 30px 20px 0;
	display: inline;
	float: right;
	position: relative;
	background: url('../images/bg_bloc_04.jpg') repeat-x left top;
	-webkit-border-radius: 10px;     /*Safari,Google Chrome用*/
	-moz-border-radius: 10px;    /*Firefox用*/
	-moz-box-shadow:2px 2px 5px #333;

}

.box {
	background: #fff;
	border: 1px solid #4c4c4c;
	border-radius:10px;         /*CSS3草案*/
	-webkit-border-radius: 5px;     /*Safari,Google Chrome用*/
	-moz-border-radius: 5px;    /*Firefox用*/
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
}
 
/*  image  */

p.photo {
	margin: 10px auto 30px;
	text-align: center;
}

p.photo2 {
	margin: 10px auto 30px;
	text-align: center;
	opacity:0.1;
}
	
/*  見出し  */

h1,h2,h3 {
	text-align: center;
}

#title img{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.caption-ent {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4c4c4c;
	text-shadow: 1px 1px 0px #aaa,
  2px 2px 0px #aaa,
  3px 3px 0px #777;
	/*background: url('../images/title-t.gif');*/
	/*border-top: 7px double #fff;
	border-bottom: 7px double #fff;
	background: #006;
	background: -moz-linear-gradient(center left, #fff, #006 15%, #006 85%, #fff);
	background: -webkit-gradient(linear, left center, right center, from(#fff), color-stop(15%, #006), color-stop(85%, #006), to(#fff)); */
}

.tit {
/*	width: 440px;
	height: 22px;
*//*	background: #fff;
	border:#006 solid 1px;   
*/    display:block;   
    padding:.2em .3em;
/*	margin: 5px;
/**/	clear: both;
*/}

.caption-news {
	font-weight: bold;
/*    border-left: #006 solid 5px;
	border-right: #006 solid 5px;   
    padding: 0 .8em;*/  
}
p.text {
	font-size: 13px;
	text-align: center;
	margin: 10px auto;
	padding: 0 10px;
}
#entrance-left a {
	display: block;
	color: #333;
}

#entrance-left a:hover,#entrance-right a:hover,#shop-left a:hover,#shop-left a:hover {
	opacity:0.5;
}

p#coming {
	position: absolute;
	top: 60px;
	left: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #006;
	text-shadow: 1px 1px 5px #000;
}

#feed {
	width: 420px;
	height: 240px;
	overflow: auto;
	margin: 20px;
}

/* 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;
}
/**/
