@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}

html {
	overflow-y: scroll;
	}

body{
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}

h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size: 13px;
	}

h2 {display: none;}

h3 {
	color: #333;
	margin: 5px 0 10px 0;
	padding: 2px 10px;
	font-weight: normal;
	border-left: #EDAFAD solid 8px;
	border-bottom: #EDAFAD solid 1px;
	background: url(/img/bg_h3.gif) no-repeat;
	background-position: right;
	}

a:focus {outline:none;}

a {
	color: #CC6666;
	}

a:hover {
	color: #E09999;
	}

img {
	border: none;
	vertical-align: bottom;
	}

img.right{
	float: right;
	}

.border img {
	border: #999999 solid 1px;
	}
	
p {
	margin: 15px 15px;
	padding: 0;
	}

.button {
	text-align: right;
	}

#container {
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
}

span.requisite{
	color: #FF0000;
	font-size: 80%;
}

/* ---------------------------------
               header
------------------------------------*/
#header_navi_out {
	width: 100%;
	}

#header_navi_in {
	font-size: 75%;
	width: 750px;
	margin: 0px auto;
	}

#header_left {
	float: left;
	padding: 5px 0;
	}

#header_left a {
	text-decoration: none;
	color: #E09999;
	}
	
#header_left a:hover {
	text-decoration: none;
	color: #EDAFAD;
	}

#header_right {
	float: right;
	padding: 6px 0;
	}

#header_right a {
	color: #666666;
	text-decoration: none;
	padding: 0 1px;
	}
	
#header_right a:hover {
	color: #333333;
	text-decoration: none;
	}

#home_title_out {
	border-top: #666666 solid 1px;
	clear: both;
	width: 100%;
	background: url(/rotator/home_background/rotator.php);
	}
	
#home_title_in {
	position: relative;
	width: 750px;
	height: 400px;
	margin: 0px auto;
	padding: 0px;
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 100px;
	z-index: 1;
	}

#logo a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}

#slogan {
	position: absolute;
	top: 160px;
	left: 0;
	width: 290px;
	height: 60px;
	z-index: 2;
	background: url(/img/slogan.gif) no-repeat;
	}

#shop_link {
	position: absolute;
	top: 320px;
	left: 0;
	width: 200px;
	height: 60px;
	z-index: 3;
	border: #999999 solid 1px;
	}

#home_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 400px;
	z-index: 0;
	background: url(/rotator/home_img/rotator.php) no-repeat;
	}

* html #home_img {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

/* ---------------------------------
            navigation
------------------------------------*/
#navi_out{
	clear: both;
	width: 100%;
	border-bottom: #999 solid 1px;
	padding: 10px 0px 0px 0px;
	background: url(/img/bg_pink.jpg);
	}

#navi_in{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	height: 40px;
	}

#navi_in ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#navi_in li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	}

/* ---------------------------------
              content
------------------------------------*/
#content_out {
	padding: 0px;
	margin: 0px;
	width: 100%;
	/* background: url(/rotator/content_backgroud/rotator.php) top repeat-x; */
	}

#content {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	}

#cont_area {
	float: right;
	font-size: 80%;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 590px;
	}
	
#cont_area_in {
	padding: 10px 20px;
	}

/* トップページの新着情報 */
#news {
	position: relative;
	margin: 5px 0 0 0;
	float: left;
	text-align: left;
	width: 550px;
	}

#news_loadarea {
	font-size:10px;
	color: #E09999;
	position: absolute;
	z-index:0;
	top: 70px;
	left: 350px;
	padding: 25px 0 0 0;
	width: 70px;
	height: 50px;
	background: url(/img/loadinfo.gif) no-repeat top center;
}

#news_txtarea {
	position: relative;
	z-index: 1;
	margin: 0 0 10px 0;
	color: #000;
	width: 550px;
	background: #fff;
	}

#news_txtarea dl {
	margin: 0px 10px 5px 10px;
	}

#news_txtarea dt {
	color: #E09999;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 13px;
	}

#news_txtarea a {
	text-decoration: none;
	}
	
#news_txtarea dd {
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 10px;
	border-bottom: #666666 dotted 1px;
	}

.text_right {
	text-align: right;
	}

#news_txtarea dd a {
	color: #999;
	}

#news_txtarea dd a:hover {
	color: #000;
	text-decoration: underline;
	}

#news_txtarea a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}

/* トップページの特別リンク */

#link_area {
	position: relative;
	margin: 0;
	padding: 5px 0px 10px 0px;
	float: right;
	text-align: left;
	background: #fff;
	}

#link_area a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
	
#link_area ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	}

#link_area li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

/* ---------------------------------
              sideber
------------------------------------*/
#sideber {
	float: left;
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-align: left;
	width: 160px;
	}

#sideber a {
	color: #CC6666;
	text-decoration: none;
	}

#sideber a:hover {
	color: #E09999;
	text-decoration: non;
	}

#sideber a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}

#sideber ul.sub_navi {
	font-size: 80%;
	list-style: none;
	margin: 5px 0 0 0px;
	padding: 0;
	}

.sub_navi li {
	list-style: none;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 20px;
	background: url(/img/sidebar_mark.gif) no-repeat left center;
	}

#sideber ul.special {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	}

.special li {
	list-style: none;
	margin: 0 0 5px 0px;
	padding: 0;
	}

img.sidebar_link {
	margin: 10px 0 0 0;
	}

/* ---------------------------------
               pageTop
------------------------------------*/
#pageTop{
	color: #FF9999;
	font-size: 65%;
	width: 750px;
	clear: both;
	margin: 0px auto;
	padding: 5px 0 5px 0;
	text-align: right;
	}

#pageTop a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
	
/* ---------------------------------
               footer
------------------------------------*/
#footer{
	color: #FF9999;
	font-size: 65%;
	width: 750px;
	clear: both;
	margin: 0px auto 30px auto;
	padding: 5px 0 0 0;
	text-align: right;
	border-top: #666666 solid 1px;
	}
	
/* ---------------------------------
       footer追加by 20091027
------------------------------------*/
#footer div{
	font-size:1em;
	text-align:right;
	color:#999999;
	margin-bottom:15px;
	}

#footer div strong{
	font-weight:normal;
	}