@charset "utf-8";
/* CSS Document */
/* フレーム構成 */
body {
	text-align: center;
	background-color: #EECACA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/hojin/mt_template/images/bgMain.jpg);
	background-repeat: repeat-x;
}
#headNavi {
	background-image: url(/hojin/mt_template/images/bgNavi.jpg);
	background-repeat: repeat-x;
	height: 23px;
	width: 760px;
	text-align: right;
	padding-top: 5px;
}
#headNavi img {
	margin-right: 10px;
}

p {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
ul,ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#footNavi {
}

#mainInner {
	background-image: url(/hojin/mt_template/images/bgLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}

#pageHead {
	width: 760px;
}
#mainImage {
	width: 780px;
}
#naviFrame {
	width: 180px;
	heigh: 100%;
	float: left;
	background-color: #F3D8D8;
	background-image: url(/hojin/mt_template/images/bgLeft.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#contFrame {
	float:left;
	text-align: left;
	min-height: 700px;
	width: 575px;
}
#toHead {
	font-size: 10px;
	text-align: right;
	width: 540px;
	margin-bottom: 20px;
}
#pageFoot {
	width: 780px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footNavi {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	background-image: url(/hojin/mt_template/images/bgFoot.gif);
	background-repeat: repeat-x;
	width: 760px;
	height: 24px;
	text-align: center;
	clear: both;
}
#Copyrights {
	font-size: 12px;
	color: #FFFFFF;
	height: 24px;
	background-color: #CC6666;
	text-align: center;
	padding-top: 6px;
}
/* コンテンツフレーム設定 */
#contInner {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#bgCont {
	background-image: url(images/bgCont.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#cPlate {
	size: 12px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #CC6666;
	text-align: left;
	background-repeat: repeat-x;
	height: 15px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
#cPlate a {
	color: #CC6666;
}

.mainEntry {
	width: 518px;
	text-align: left;
	background-color: #FFF5FF;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.docInfo {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	display: block;
	clear: both;
}
.docPhoto {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

/* ナビフレーム設定 */
/* カテゴリボタン */
#mainCate {
font-weight: bold;
	font-size: 12px;
	display: block;
	letter-spacing: 1px;
}
#mainCate a{
	color: #BF5F61;
	width: 150px;
	height: 23px;
	padding-left:30px;
	padding-top: 11px;
	display: block;
	background-image:url(/hojin/mt_template/images/btn_m1.jpg);
	text-decoration: none;
}

#mainCate a:hover{
	background-image:url(/hojin/mt_template/images/btn_m2.jpg);
	color: #FF9900;
	text-decoration: none;
}
#noLink {
	color: #BF5F61;
	font-size: 12px;
	width: 150px;
	height: 23px;
	padding-left: 30px;
	padding-top: 11px;
	background-image:url(/hojin/mt_template/images/btn_m1.jpg);
}
/* サブカテゴリボタン */
#subCate {
	font-size: 12px;
	display: block;
}
#subCate a{
	color: #333333;
	width: 140px;
	height: 16px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 8px;
	display: block;
	background-image:url(/hojin/mt_template/images/btn_s1.jpg);
	text-decoration: none;
}

#subCate a:hover{
	color: #FF9900;
	background-image:url(/hojin/mt_template/images/btn_s2.jpg);
}
/* 左下枠情報窓 */
#infoLeft {
	font-size: 12px;
	color: #333333;
	margin: 5px;
	padding: 5px;
	background-color: #FFF7F7;
	line-height: 18px;
}
/* エントリーアーカイブ設定 */
.entryTitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	background-image: url(/hojin/mt_template/images/st_bgEntTtl.jpg);
	background-repeat: no-repeat;
	width: 515px;
	height: 22px;
	text-align: left;
	padding-left: 25px;
	padding-top: 8px;
}
.entryDate {
	font-size: 10px;
	color: #666666;
	width: 520px;
	background-color: #EEEEEE;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
}
.docEntry {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}
.size10 {
	font-size: 10px;
}
.size12 {
	font-size: 12px;
}
.size14 {
	font-size: 14px;
}

/* 画像回り込みの設定 */
img.imageR { 
float: right; 
border: none; 
margin: 5px; 
vertical-align: top; 
} 
img.imageL { 
float: left; 
border: none; 
margin: 5px; 
vertical-align: top;
} 
/* フォームメール */
.formBody {
	width: 520px;
	min-height: 640px;
	text-align: left;
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 20px;
}
/* index */
.shopName {
	float: left;
	width: 60px;
}

.topAbout {

	width: 508px;
	text-align: left;
	background-color: #EAFFEA;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.sL {
	background-color: #EECACA;
	background-image: url(/hojin/mt_template/images/shadowL.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.sR {

	background-color: #EECACA;
	background-image: url(/hojin/mt_template/images/shadowR.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.docTopics {
	font-size: 12px;
	line-height: 20px;
	color: #BF5F61;
}
.docTopics li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EECACA;
}
/* Sitemap */
.mainSitemap {
	width: 518px;
	text-align: left;
	background-color: #FFF5FF;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	line-height: 18px;
}
.stSitemap {
	font-size: 14px;
	font-weight: bold;
	background-color: #E18989;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6666;
	border-bottom-color: #CC6666;
	color: #FFFFFF;
	text-decoration: none;
}
.stSitemap a {
	color: #FFFFFF;
}
.mainSitemap li {
	margin-left: 20px;
	list-style-type: none;
}
.topPhTtl {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6666;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAA6A7;
	border-bottom-color: #EAA6A7;
	margin-bottom: 5px;
}
.hojin_link {
	padding-top: 10px;
	padding-bottom: 30px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CC6666;
	border-right-color: #CC6666;
	border-bottom-color: #CC6666;
	border-left-color: #CC6666;
	line-height: 150%;
}
.hojin_link img {
	vertical-align: middle;
	margin-bottom: 10px;
}
.shisetsumei {
	font-size: 16px;
	color: #CC6666;
	font-weight: bold;
}.famifure {
	font-size: 10px;
	text-align: center;
	margin: 10px;
}

