/* ---------------------------------------------------------
　　匠抜きスタイルシート
--------------------------------------------------------- */
body {
	margin: 13px 0px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/common/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F7F4E9;
}
div {
	font-size: 12px;
	line-height: 140%;
	color: #555555;
}
#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#head {
	width: 730px;
	background-image: url(../images/head/head-image.jpg);
	height: 82px;
	float: left;
}
#logo p a {
	float: left;
	height: 82px;
	width: 185px;
	display: block;
}
#logo p span {
	display: none;
}
#headText {
	width: 545px;
	text-align: right;
	float: right;
}
#headText p {
	font-size: 10px;
	color: #8C715A;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
	font-weight: normal;
}
#headMenu {
	font-size: 10px;
	color: #8C715A;
	text-align: right;
	padding-right: 27px;
	padding-top: 12px;
	margin: 0px;
	clear: right;
}
#headMenu a {
	color: #8C715A;
	text-decoration: underline;
}
#headMenu a:hover {
	color: #CFC0B4;
	text-decoration: underline;
}
#headMenu a:visited {
	color: #CFC0B4;
	text-decoration: underline;
}
/* ヘッダーナビゲーション設定
-------------------------------------------------- */
#naviBox {
	width: 730px;
	float: left;
}
#navi {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/head/navi.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 730px;
	height: 40px;
}
#navi li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	top: 0;
}
#navi li, #navi a {
	height: 40px;
	display: block
}
#navi a {
	text-indent: -5000px;
	text-decoration: none;
}
#naviHome {
	left: 0px;
	height: 0px;
	width: 101px;
}
#naviAbout {
	left: 101px;
	height: 0px;
	width: 138px;
}
#naviGuide {
	left: 239px;
	height: 0px;
	width: 116px;
}
#naviResults {
	left: 355px;
	height: 0px;
	width: 102px;
}
#naviVoice {
	left: 457px;
	height: 0px;
	width: 114px;
}
#naviEstimate {
	left: 571px;
	height: 0px;
	width: 141px;
}
#naviHome a:hover, #naviHome a:visited:hover {
	background: transparent url(../images/head/navi.jpg) 0px -40px;
	background-repeat: no-repeat;
}
#naviAbout a:hover, #naviAbout a:visited:hover {
	background: transparent url(../images/head/navi.jpg) -101px -40px;
	background-repeat: no-repeat;
}
#naviGuide a:hover, #naviGuide a:visited:hover {
	background: transparent url(../images/head/navi.jpg) -239px -40px;
	background-repeat: no-repeat;
}
#naviResults a:hover, #naviResults a:visited:hover {
	background: transparent url(../images/head/navi.jpg) -355px -40px;
	background-repeat: no-repeat;
}
#naviVoice a:hover, #naviVoice a:visited:hover {
	background: transparent url(../images/head/navi.jpg) -457px -40px;
	background-repeat: no-repeat;
}
#naviEstimate a:hover, #naviEstimate a:visited:hover {
	background: transparent url(../images/head/navi.jpg) -571px -40px;
	background-repeat: no-repeat;
}
#naviHome a.selected:link, #naviHome a.selected:visited {
	background: transparent url(../images/head/navi.jpg) 0px -80px;
	background-repeat: no-repeat;
}
#naviAbout a.selected:link, #naviAbout a.selected:visited {
	background: transparent url(../images/head/navi.jpg) -101px -80px;
	background-repeat: no-repeat;
}
#naviGuide a.selected:link, #naviGuide a.selected:visited {
	background: transparent url(../images/head/navi.jpg) -239px -80px;
	background-repeat: no-repeat;
}
#naviResults a.selected:link, #naviResults a.selected:visited {
	background: transparent url(../images/head/navi.jpg) -355px -80px;
	background-repeat: no-repeat;
}
#naviVoice a.selected:link, #naviVoice a.selected:visited {
	background: transparent url(../images/head/navi.jpg) -457px -80px;
	background-repeat: no-repeat;
}
#naviEstimate a.selected:link, #naviEstimate a.selected:visited {
	background: transparent url(../images/head/navi.jpg) -571px -80px;
	background-repeat: no-repeat;
}
/* 左メニュー設定
-------------------------------------------------- */
#menuBox {
	float: left;
	padding-left: 25px;
	text-align: left;
}
#menu {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu/btn.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 160px;
	height: 341px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
}
#menu li, #menu a {
	display: block;
	width: 160px;
	height: 33px;
}
#menu a {
	text-indent: -5000px;
	text-decoration: none;
}
#menuAbout {
	top: 7px;
	height: 33px;
	width: 0px;
}
#menuPrice {
	top: 41px;
	height: 33px;
	width: 0px;
}
#menuMeyasu {
	top: 75px;
	height: 33px;
	width: 0px;
}
#menuResults {
	top: 109px;
	height: 33px;
	width: 0px;
}
#menuVtr {
	top: 143px;
	height: 33px;
	width: 0px;
}
#menuVoice {
	top: 178px;
	height: 33px;
	width: 0px;
}
#menuFaq {
	top: 212px;
	height: 33px;
	width: 0px;
}
#menuGuide {
	top: 245px;
	height: 33px;
	width: 0px;
}
#menuEstimate {
	top: 309px;
	height: 33px;
	width: 0px;
}
#menuAbout a:hover, #menuAbout a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -7px;
}
#menuPrice a:hover, #menuPrice a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -41px;
}
#menuMeyasu a:hover, #menuMeyasu a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -75px;
}
#menuResults a:hover, #menuResults a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -109px;
}
#menuVtr a:hover, #menuVtr a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -143px;
}
#menuVoice a:hover, #menuVoice a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -178px;
}
#menuFaq a:hover, #menuFaq a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -212px;
}
#menuGuide a:hover, #menuGuide a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -245px;
}
#menuEstimate a:hover, #menuEstimate a:visited:hover {
	background: transparent url(../images/menu/btn.gif) no-repeat -160px -309px;
}
#menuAbout a.selected:hover, #menuAbout a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -7px;
}
#menuPrice a.selected:hover, #menuPrice a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -41px;
}
#menuMeyasu a.selected:hover, #menuMeyasu a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -75px;
}
#menuResults a.selected:hover, #menuResults a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -109px;
}
#menuVtr a.selected:hover, #menuVtr a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -143px;
}
#menuVoice a.selected:hover, #menuVoice a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -178px;
}
#menuFaq a.selected:hover, #menuFaq a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -212px;
}
#menuGuide a.selected:hover, #menuGuide a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -245px;
}
#menuEstimate a.selected:hover, #menuEstimate a.selected:visited {
	background: transparent url(../images/menu/btn.gif) no-repeat -320px -309px;
}
#menuTenpo {
	margin-top: 15px;
	background-color: #EAEAEA;
	width: 160px;
	clear: left;
}
#menuTenpo p {
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
	font-size: 10px;
	padding-bottom: 2px;
	text-align: left;
	padding-top: 0px;
}
#menuHowto {
	width: 160px;
	clear: left;
}
#menuBlog {
	width: 160px;
}
#contents {
	width: 730px;
	background-image: url(../images/common/contents-bg.jpg);
	padding-top: 15px;
	padding-bottom: 19px;
	float: left;
	}
#main {
	width: 510px;
	float: right;
	text-align: left;
}
#area {
	float: left;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
}
#pan {
	font-size: 10px;
}
#title {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #850623;
}
#sentences {
	margin-right: 25px;
}
#sentences p {
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 25px;
	margin-left: 18px;
}
#foot {
	width: 730px;
	background-image: url(../images/foot/bg.jpg);
	height: 87px;
	float: left;
}
#subLink {
	text-align: left;
	font-size: 10px;
	margin-left: 18px;
}
#subLink a {
	color: #CFC0B4;
	text-decoration: underline;
}
#subLink a:hover {
	color: #CFC0B4;
	text-decoration: underline;
}
#subLink a:visited {
	color: #CFC0B4;
	text-decoration: underline;
}
address {
	color: #8C715A;
	font-style: normal;
	font-size: 10px;
	text-align: right;
	margin-top: 18px;
	margin-right: 18px;
}
#copyright {
	color: #8C715A;
	text-align: right;
	font-size: 10px;
	margin-right: 18px;
}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #8FABBE;
	}

a:visited {
	color: #8FABBE;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	}

#right {
		float: left;
	
	
	width: 200px;
	background-color: #FFFFFF;
	
	overflow: hidden;
	}

.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

#sentences blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

/*#sentences h1 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}*/

#sentences h2 {
	color: #850623;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	margin-right: 18px;
	margin-left: 18px;
	margin-bottom: 10px;
	
	}

#sentences p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: right;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 15px;
	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

#menuJiseki {
	margin-top: 15px;
	background-color: #EAEAEA;
	width: 160px;
}
#menuJiseki h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}
#menuJiseki ul {
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 30px;
	}

#menuJiseki ul ul {
	margin-bottom: 0px;
	}

#menuJiseki #categories ul {
	padding-left: 15px;
	}

#menuJiseki li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: circle;
	}

#menuJiseki #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 画像設定 */
img {
	border: none;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* テキスト設定 */

h1, h2, h3, h4 {
	margin: 0px;
}
.text18BRed {
	font-size: 18px;
	color: #850623;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	padding-bottom: 4px;
}
.text16BRed {
	font-size: 16px;
	color: #850623;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
	padding-bottom: 4px;
}
.text14BRed {
	font-size: 14px;
	color: #850623;
	font-weight: bold;
}
.text12B {
	font-size: 12px;
	font-weight: bold;
}
.text10 {
	font-size: 10px;
}
.text10Red {
	font-size: 10px;
	color: #FF0000;
}
.textRed {
	color: #FF0000;
}
.floatclear {
	clear: both;
}