/* --------------------------------------------------
	2007/4/20
	Cafe Street
 --------------------------------------------------- */
@charset "Shift_JIS";

/***************************
  base 
***************************/
/* other */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}
p {margin:0;padding:0;}
b { color:#f00;}
strong {color:#C94191;}

/* link */
a {color:#666666;text-decoration:underline; }
a:hover {text-decoration:underline; }

/* hr */
hr {
	height:1px;
	border-bottom:1px dotted #999999;
	}

/* list */
ul {
	padding:0;
	margin:0;
	}
	
li {
	padding:0;
	margin:0;
	list-style:none;}

/* body */
html {
	height:800px;
	}
	
body {
	margin:0;
	height:800px;
	padding:0;
	text-align:left;
	font:75%/1.5em "ＭＳ ゴシック", "Osaka－等幅";
	background:#ddd url(image/main/background.jpg) repeat left top;
	line-height:160%;
	color:#555;
	}


/***************************
  font-color
***************************/
.font-color-gray   {color:#888888;}
.font-color-orange {color:#FF9933;}
.font-color-red    {color:#FF0000;}
.font-color-purple {color:#C94191;}
	
	
/***************************
  all 
***************************/
/* main-layout*/
div#container {
	margin:90px 0;
	width:100%;
	text-align:center;
	background:#fff;
	}

div#wrapper{
	width:800px;
	height:530px;
	text-align:left;
	margin:37px auto;
	clear:both;
	}
	
div#content,
div#content-category {
	margin:0px 0 0 0;
	width:800px;
	}
	
div#content-category2 {
	margin:0px 0 0 0;
	width:900px;
	text-align:left;
	}
		

/***************************
  header 
***************************/
div#header {
	width:100%;
	height:19px;
	text-align:center;
	background-color:#90C0C4;
	}
	
.logo-bar {
	}
	
.top-flash {
	}
	
.dot-line {
	height:1px;
	border-top:1px dotted #999;
	margin:10px 0;
	}
	

/***************************
  footer 
***************************/
div#footer {
	width:100%;
	height:19px;
	text-align:center;
	background-color:#90C0C4;
	clear:both;
	}
	
div#footer-txt {
	height:19px;
	width:912px;
	margin:0 auto;
	text-align:left;
	}
	
div#copyright {
	height:19px;
	line-height:19px;
	width:350;
	float:left;
	text-align:left;
	}
	
div#menu {
	height:19px;
	line-height:19px;
	width:350px;
	float:right;
	text-align:right;
	}

/***************************
  navi 
***************************/	
div#navi {
	padding:0 0 5px 0;
	}
	
.mpage {
	text-align:right;
	clear:both;
	}
	
	
/***************************
  sidebar 
***************************/
#sidebar {
	width:200px;
	background-color:#f4f4f4;
	}
	
	
/***************************
  title
***************************/
h1 {
	width:438px;
	height:20px;
	}
	
#content-category h1,
#content-category2 h1 {
	margin:13px 0 10px;
	width:438px;
	height:20px;
	}
		
h2,h3 {
	height:30px;
	line-height:30px;
	padding-left:20px;
	font-size:14px;
	font-weight:normal;
	background:url(image/main/title-2.jpg) no-repeat left center;
	border-bottom:1px dotted #808080;
	}
	
/***************************
 ul
***************************/
.ul-type-1 {
	margin:5px 0;
	}
		
.ul-type-2 {
	margin:5px 0 0 10px;
	}
	
.ul-type-2 li{
	background:url(image/main/list-2.jpg) no-repeat left center;
	padding-left:15px;
	text-align:left;
	margin-bottom:5px;
	}
	
.ul-type-3 {
	width:570px;
	margin:0 auto;
	}
	
.ul-type-3 li{
	width:270px;
	float:left;
	background:url(image/main/list-2.jpg) no-repeat left center;
	padding-left:15px;
	text-align:left;
	margin-bottom:45px;
	}
	
.news {
	height:20px;
	text-align:left;
	margin-bottom:7px;
	}

.news strong {
	letter-spacing:-1px;
	font-size:16px;
	font-weight:bold;
	color:#982D63;
	font:"ＭＳ 明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	}
	
.news strong a{	color:#982D63; text-decoration:none;}
.news strong a:hover{ text-decoration:none;}
	

		
/***************************
  main
***************************/
p { margin:5px 0 5px 0;}
p.p-type {margin-bottom:20px;}
p.p-type2 {
	background:url(image/main/list-2.jpg) no-repeat left center;
	padding-left:15px;
	text-align:left;
	}

div.main {
	margin:0 20px;
	}
	
.page-st{
	font-size:16px;
	font-weight:bold;
	color:#982D63;
	}
	
.shop-map {
	width:350px;
	height:350px;
	background:url(image/shop/item-00.jpg) no-repeat center center;
	text-align:center;
	}
	
.shop-map img{
	margin:15px;
	}
		
	
/***************************
  option 
***************************/
.img-left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
.img-right {
	float:right;
	}
		
	
/***************************
  box
***************************/
.box-type-01{
	background-color:#FdeDF7;
	margin:10px;
	padding:10px;
	border:1px solid #FBDDF7;
	}
	
.box-type-02{
	background-color:#F4f4f4;
	margin:10px;
	padding:10px;
	border:1px solid #ddd;
	}
	
.box-type-03{
	background-color:#fff;
	padding:10px;
	border:1px solid #ddd;
	width:500px;
	margin:10px auto;
	text-align:left
	}
	
.box-type-01 strong{
	color:#C94191;
	}

	
/***************************
  table
***************************/
.tbl-1 {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#982D63;
	}

div.sheet-c,
div.sheet-l,
{
	padding-bottom:10px;
	}

div.sheet-c table,
div.sheet-l table{
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #ccc;
	border-spacing:0;
	empty-cells:show;
	}

div.sheet-c th,
div.sheet-l th{
	padding:5px;
	border:1px solid #ccc;
	background: #F4F0ED;
	font-weight:normal;
	text-align:center;
	}

div.sheet-c td,
div.sheet-l td{
	padding:5px;
	border:1px dotted #ccc;
	text-align:center;
	}

div.sheet-l table,
div.sheet-l th,
div.sheet-l td{
	text-align:left;
	}

