/*--------------------------------------------------------------------
/- file   : style.css
/- admin  : MEGA-D Inc. Kimoto Tatsuro
/- update : 20060225
/- desc   : SALUS machi-cado Cafe css
/--------------------------------------------------------------------*/


body div#content {
	line-height: 145%;
}

.clear {
	clear: both;
}

#content h2 {
	margin-bottom: 5px;
}

#cafeBox {
	background: url(../images/bg_main_repeat.gif) repeat-y left top;
	overflow: hidden;
}
#cafeBoxBgTop {
	background: url(../images/bg_main_top.gif) no-repeat left top;
	padding-top: 10px;
}
#cafeBoxBgEnd {
	background: url(../images/bg_main_end.gif) no-repeat left bottom;
	padding-bottom: 20px;
}

#cafeCont {
	margin: 0px 12px 0px 13px;
}
#cafeCont h3 {
	margin: 10px 0px 10px 5px;
	padding: 0px;
}

#cafeName {
	background: url(../images/bg_cafe_repeat.gif) repeat-y left top;
	overflow: hidden;
	margin-bottom: 10px;
}
#cafeNameTop {
	background: url(../images/bg_cafe_top.gif) no-repeat left top;
	padding-top: 10px;
}
#cafeNameEnd {
	background: url(../images/bg_cafe_end.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

div#cafeName h3.shopname {
	font-size: 100%;
	font-weight: bold;
	color: #1F5B73;
	padding: 5px 15px;
	margin: 0px;
}
div#cafeName p.shopname {
	font-weight: bold;
	color: #1F5B73;
	padding: 5px 15px;
	margin: 0px;
}
div#cafeName p.shopdata {
	font-size: 80%;
	color: #1C4E26;
	padding: 0px 15px;
	margin: 0px;
}
div#cafeName p.shoptxt {
	font-size: 85%;
	line-height: 150%;
	padding: 7px 18px 5px  18px;
	margin: 0px;
}
div#cafeName img.mark {
	margin-bottom: 2px;
}

table#cafeData {
	margin-top: 10px;
}
table#cafeData td {
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
table#cafeData td.rBox {
	padding-left: 20px;
}
table#cafeData p {
	font-size: 85%;
	line-height: 150%;
	margin: 0px;
	padding: 0px 5px;
	color: #333333;
}
table#cafeData p.title {
	font-size: 100%;
	padding: 5px;
	color: #005E20;
}


div.cafeBoxA, 
div.cafeBoxB {
	margin-bottom: 20px;
}

div#cafeBoxType {
	margin-top: 20px;
}
div#cafeBoxType div.cafeBoxA div.imgMain {
	float: left;
	width: 195px;
}
div#cafeBoxType div.cafeBoxA div.txtMain {
	float: left;
	width: 320px;
}
div#cafeBoxType div.cafeBoxA div.txtMain h4 {
	margin-bottom: 10px;
}
div#cafeBoxType div.cafeBoxA div.txtMain p {
	font-size: 85%;
	line-height: 1.4;
}
div#cafeBoxType div.cafeBoxA div.txtMain div.imgSub {
	float: right;
	width: 120px;
	text-align: right;
	margin: 0px;
}
div#cafeBoxType div.cafeBoxA div.txtMain ol.caption {
	margin: 0px 0px 10px;
	padding: 5px 5px 3px 5px;
	border: 1px solid #E1D8DC;
	list-style-type: none;
	font-size: 85%;
	line-height: 1.2;
	color: #666666;
}
div#cafeBoxType div.cafeBoxA div.txtMain ol.caption li {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 12px;
	background: url(../images/icon_captionmark.gif) no-repeat left top;
}

div#cafeBoxType div.cafeBoxB div.imgMain {
	float: left;
	width: 195px;
	text-align: right;
}
div#cafeBoxType div.cafeBoxB div.txtMain {
	float: left;
	width: 320px;
}
div#cafeBoxType div.cafeBoxB div.txtMain h4 {
	margin-bottom: 10px;
}
div#cafeBoxType div.cafeBoxB div.txtMain p {
	font-size: 85%;
	line-height: 1.4;
}
div#cafeBoxType div.cafeBoxB div.txtMain div.imgSub {
	float: left;
	width: 120px;
	margin: 0px;
}
div#cafeBoxType div.cafeBoxB div.txtMain ol.caption {
	margin: 0px 0px 10px;
	padding: 5px 5px 3px 5px;
	border: 1px solid #E1D8DC;
	list-style-type: none;
	font-size: 85%;
	line-height: 1.2;
	color: #666666;
}
div#cafeBoxType div.cafeBoxB div.txtMain ol.caption li {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 12px;
	background: url(../images/icon_captionmark.gif) no-repeat left top;
}


#cafeBoxType p.date {
	font-size: 85%;
	color: #7A0026;
}


/*---------- Back Number Style ------------*/

.backnumberIssue {
	width: 480px;
	margin: 15px 0px 15px 20px;
}
.backnumberIssue td {
	padding: 10px;
	border-bottom: 1px dashed #B8C7CA;
}
.backnumberIssue td.vol {
	color: #7A0026;
	font-weight: bold;
}
.backnumberIssue td.title {
	width: 400px;
}


/************* ClearFix Styles *************/

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    line-height: 0;
}

/* IE 7 and MacIE*/
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


