/**-----------------------メインスタイル----------------------**/

body {
	background-color: #ffffff;
	font-family: osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;}
	
a { text-decoration: none; } 

img {
	margin: 0;
	padding: 0;
	border:none;
	vertical-align:top;
}

.cl {
	clear: both;
}

#box {
	width: 798px;
	background-color: #BBEEFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#box2 {
	width: 798px;
	margin: 0 auto;
	height: 930px;
	background: #BBEEFF;
}

#box3 {
	width: 798px;
	margin: 0 auto;
	height: 970px;
	background: #BBEEFF;
}

#header {
	width: 798px;
	height: 135px;
	margin: 0;
	background-image: url(../img/y_top.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}

#contents {
	width: 798px;
	background: #BBEEFF;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#sideMenu {
	width: 170px;
	position: absolute;
	height: 240px;
	top: 145px;
	margin: 0px;
	padding: 0px;
}

#sidenavi {
	width: 170px;
	height: 240px;
	float: left;
}

#mainContents {
	width: 618px;
	margin: 0;
	background: #BBEEFF;
	float: right;
}

#right{
    height: 530px;
		display: block;
    float: left;
    width: 170px;}
	
#left{
    float: right;
    width: 618px;
	background: #BBEEFF;
	}

#footer {
	background-color: #99CCFF;
	margin: 0;
	width: 768px;
	letter-spacing: 1px;
	clear: both;
	height: 16px;
	padding: 5px 15px 8px 15px;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
}

#footer a:link{
	color: #000000;
	padding: 0px 8px 0px 8px;
}

#footer a:visited {
	color: #000000;
	padding: 0px 8px 0px 8px;
}

#footer a:active {
	color: #000000;
	padding: 0px 8px 0px 8px;
}

#footer a:hover {
	color: #990000;
	padding: 0px 8px 0px 8px;
}

/**-----------------------テキスト関連スタイル----------------------**/
p {
	margin: 0;
}

.copyRight {
	font-size: 10px;
	color: #000000;
	margin: 0;
	text-align: left;
	width: 300px;
	float: left;
}

/**-----------------------メニュー部スタイル----------------------**/

#menu {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#menu img {
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu img.disp {
	visibility: visible;
	margin: 0;
	padding: 0;
	border: 0;
}

/*--topBtn--*/
#top  {
	width: 170px;
	height: 20px;
	text-decoration: none;
	background-image: url(../images/menu_btn/y_top1.gif);
	background-repeat: no-repeat;
}

#top a:hover {
	background-repeat: no-repeat;
	float: left;
	background-image: url(../images/menu_btn/y_top2.gif);
}

/*--洋風インデックス--*/
#y_index  {
	width: 170px;
	height: 20px;
	text-decoration: none;
	background-image: url(../images/menu_btn/y_index.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#y_index a:hover {
	background-image: url(../images/menu_btn/y_index2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 170px;
}


/*--modelBtn--*/
#model {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_model1.gif);
	background-repeat: no-repeat;
}

#model a:hover {
	background: url(../images/menu_btn/y_model2.gif) no-repeat;
	float: left;
}

/*--chashitsuBtn--*/
#chashitsu {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_chashitsu1.gif);
	background-repeat: no-repeat;
}

#chashitsu a:hover {
	background: url(../images/menu_btn/y_chashitsu2.gif) no-repeat;
	float: left;
}

/*--woodBtn--*/
#wood {
	width: 170px;
	height: 20px;
	text-decoration: none;
	background: url(../images/menu_btn/y_wood1.gif) no-repeat;
}

#wood a:hover {
	background: url(../images/menu_btn/y_wood2.gif) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 170px;
}

/************************CSSポップアップメニュー****************************/
#dpb {
	z-index: 100;
	margin: 0px;
	padding: 0px;
}

#dpb a {
	text-decoration: none;
	border: 0;
	margin: 0px;
	padding: 0px;
}

#dpb a:hover {
	border: 0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	visibility: visible;
}

#dpb img {
	margin: 0;
	padding: 0;
	border: 0;
	visibility: visible;
	text-decoration: none;
}

.dpbOn img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	visibility: visible;
	float:left;
}

.dpbOff img {
	visibility: hidden;
	float:left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.dpbOn {
	height: 60px;
	width: 170px;
	visibility: visible;
	margin: 0px;
	padding: 0px;
}

.dpbOff {
	width: 170px;
	height: 20px;
	overflow: hidden;
	visibility: visible;
	background-image: url(../images/menu_btn/y_wood1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#dpb3 {
	z-index: 50;
	width: 170px;
	margin: 0px;
	padding: 0px;

}

#dpb3 img {
	visibility: visible;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 20px;
	width: 170px;
}

#dpb3 a {
	border: 0;
	text-decoration: none;
}

#dpb3 a:hover {
	border: 0;
	text-decoration: none;
	visibility: visible;
}

.dpb3On img {
	visibility: visible;
	float:left;
}

.dpb3Off img {
	visibility: hidden;
	float:left;
}

.dpb3On {
	height: 40px;
	width: 170px;
	visibility: visible;
}

.dpb3Off {
	width: 170px;
	height: 20px;
	overflow: hidden;
	visibility: visible;
	background-image: url(../images/menu_btn/yt_plan1.gif);
	background-repeat: no-repeat;
	}
	

/*****************************************************************/

/*--reformBtn--*/
#reform {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	clear: both;
	background-image: url(../images/menu_btn/y_reform1.gif);
	background-repeat: no-repeat;
}

#reform a:hover {
	background: url(../images/menu_btn/y_reform2.gif) no-repeat;
	clear: both;
	float: left;
}

/*--shumiBtn--*/
#shumi {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_shumi1.gif);
	background-repeat: no-repeat;
}

#shumi a:hover {
	background: url(../images/menu_btn/y_shumi2.gif) no-repeat;
	float: left;
}

/*--daikuBtn--*/
#sagyou {
	width: 170px;
	height: 20px;
	text-decoration: none;
	background: url(../images/menu_btn/y_sagyou1.gif);
	background-repeat: no-repeat;
	display: block;
}

#sagyou a:hover {
	background: url(../images/menu_btn/y_sagyou2.gif) no-repeat;
	float: left;
}

/*--honshaBtn--*/
#honsha {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_honsha1.gif);
	background-repeat: no-repeat;
}

#honsha a:hover {
	background: url(../images/menu_btn/y_honsha2.gif) no-repeat;
	float: left;
}

/*--aisiBtn--*/

#aisi {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_aisi1.gif);
	background-repeat: no-repeat;
}

#aisi a:hover {
	background: url(../images/menu_btn/y_aisi2.gif) no-repeat;
	float: left;
}

/*--aboutBtn--*/
#about {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_about1.gif);
	background-repeat: no-repeat;
}

#about a:hover {
	background: url(../images/menu_btn/y_about2.gif) no-repeat;
	float: left;
}

/*--askBtn--*/
#ask {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_ask1.gif);
	background-repeat: no-repeat;
}


/*--提案プランBtn--*/
#plan {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/yt_plan1.gif);
	background-repeat: no-repeat;
}

#plan a:hover {
	background: url(../images/menu_btn/yt_plan2.gif) no-repeat;
	float: left;
}

/*--和風/Btn--*/
#wa {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_wa1.gif);
	background-repeat: no-repeat;
}

#wa a:hover {
	background: url(../images/menu_btn/y_wa2.gif) no-repeat;
	float: left;
}


/*--you/Btn--*/
#you {
	width: 170px;
	height: 20px;
	text-decoration: none;
	display: block;
	background-image: url(../images/menu_btn/y_wa1.gif);
	background-repeat: no-repeat;
}

#you a:hover {
	background: url(../images/menu_btn/y_wa2.gif) no-repeat;
	float: left;
}


/*--bunBtn--*/
#bun {
	width: 170px;
	height: 20px;
	text-decoration: none;
	background: url(../images/menu_btn/y_bun1.gif) no-repeat;
	display: block;
}

#bun a:hover {
	background: url(../images/menu_btn/y_bun2.gif) no-repeat;
	float: left;
}

/**--------------------奥山060511追加スタイル--------------------**/
p.bold {
	font-weight: 600;
	margin: 5px auto;
}

.checkIndent {
	width: 600px;
	margin: 0 auto;
	height: 41px;
}

.checkIndent2 {
	width: 600px;
	margin: 0 auto;
	height: 61px;
}

p.queLeft {
	font-size: 15px;
	width: 500px;
	float: left;
}

p.ansRight {
	font-size: 15px;
	float: right;
}

.pageGuide {
	width: 90px;
	margin: 2px 0 2px auto;
}

.pageGuide p {
	font-size: 12px;
}

hr.qAndA {
    margin: 0px;
	padring: 0px;
	width: 100%;
	clear: both;
}

span.strongRed {
	color: red;
	font-weight: 600;
}

p.reformMenu {
	float: left;
	margin: 10px;
}

#reformMenuBox {
	width: 500px;
	margin: 0 auto;
}

table.askForm {
	width: 600px;
	margin: 0 auto;
}

td.tabeleLeft {
	width: 200px;
}

.caution {
	color: red;
	font-size: 65%;
}

.supplementation {
	color: #000000;
	font-size: 70%;
}

/**---------------------------追加------------------------------------**/

#mainContentsreform {
	width: 615px;
	margin: 0;
	padding: 5px;
	background: #FDFDE2;
	float: right;
	z-index: 1;
}

