/* べっぴん館　トップページ用CSS */

body {
	text-align: center;
	color: black;
	font-size: 12px;
	line-height: 22px;
	background: snow;
	}

strong {font-size: 14px;}

h1 { font-size: 18px; }

h2 { font-size: 14pt;
	line-height: 22px;
	}

a img { border-style: none; }

.lfloat {
	float: left;
	}

#page {
	width: 917px;
	margin: 0 auto;
	text-align: center;
	}

#head {
	width: 917px;
	margin: 0 auto;
	}

/*.contents {
	margin: 10px auto;
	padding: 5px 0;
	font-size: 12px;
	float: left;
	width: 680px;
	_width: 680px;
	border: solid 1px gainsboro;
	background: white;
	position: relative;
	z-index: 0;
	-moz-box-shadow: 1px 1px 1px dimgray;
	-webkit-box-shadow: 1px 1px 1px dimgray;
	box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.3);
	}*/

.main2 {
	width: 670px;
	height: 211px;
	padding: 5px;
	font-size:12px;
	line-height: 18px;
	border-bottom: solid 1px gainsboro;
	text-align: left;
	}

#main3 {
	width: 680px;
	height: 420px;
	margin: 5px auto;
	font-size: 11px;
	line-height: 18px;
	border-bottom: solid 1px gainsboro;
	}

.bn {
	width: 662px;
	margin: 0 auto;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url(../index_image/midashi_newflower.gif);
	text-align: right;
	}

/*.left {
	width: 290px;
	margin: 5px auto;
	text-align: left;
	padding: 0;
	float: left;
	font-size:12px;
	line-height: 18px;
	}*/

.left2 {
	width: 300px;
	_width: 340px;
	margin: 5px auto;
	text-align: left;
	padding: 0 10px;
	float: left;
	font-size:12px;
	line-height: 18px;
	}

/*.right {
	width: 340px;
	margin: 5px auto;
	text-align: left;
	padding-right: 20px;
	float: right;
	font-size: 10px;
	line-height: 16px;
	}*/

.right2 {
	width: 340px;
	margin: 5px auto;
	text-align: left;
	padding: 0 10px;
	float: right;
	font-size: 12px;
	line-height: 16px;
	}

.clear { clear:both; }

.line {
	width: 660px;
	margin: 20px auto;
	text-align: center;
	background-color: blue;
	color: white;
	font-weight: bold;
	}

.pic {
	width: 680px; 
	margin: 10px auto;
	text-align: center;
	}

#sub {
	margin: 10 auto;
	float: right;
	width: 200px;
	text-align: left;
	border: solid 1px gainsboro;
	background: lavenderblush;
	padding: 10;
	position: relative;
	z-index: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-box-shadow: 3px 3px 5px black;
	-webkit-box-shadow: 1px 1px 1px dimgray;
	}

.miniside {
	width: 200px;
	margin: 10px auto;
	text-align:center;
	}

.cal {
	width: 190px;
	margin: 10px auto;
	text-align:center;
	background-color:white;
	padding: 5px;
	}

#qr {
	width: 100px;
	height: 100px;
	float: right;
	}

#mobicon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	float: left;
	}

.tel1 {
	width: 180px;
	height: 20px;
	margin: 0 auto;
	background-color: orange;
	border: solid 1px orange;
	}

.tel2 {
	width: 180px;
	height: 30px;
	margin: 0 auto;
	border: solid 1px orange;
	}

#linkarea {
	clear: both;
	width: 100%;
	padding: 5px;
	text-align: center;

	}

.linkpics img {
	margin: 0 20px;
	border-style: none;
	}

#sub,
#linkarea,
.cal,
.contents {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	
}
dl dt {
	float: left;
	width: 12em;
	padding: 5px 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}
dl dd {
	padding: 5px 5px;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
}

table#newtable {
	width: 662px;
	margin: 5px auto;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
}

table#newtable th {
	padding: 1px;
	width: 8%;
	height: auto;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: snow;
	line-height: 120%;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	
}

table#newtable td {
	padding: 1px;
	height: auto;
	background: snow;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 11px;
}

.blog {
	width: 660px;
	height: 14em;
	margin: 10 auto;
	text-align: left;
	color: black;
	background: white;
	}
