@charset "UTF-8";
/* CSS Document */

/*----------------------------
	メインコンテンツ部分
----------------------------*/
/*アイキャッチ部分*/
#maineyecatch{
	height: 210px;
	width: 630px;
	margin-bottom: 10px;
}

#maineyecatch p{
	padding-top: 10px;
	font-size: 13px;
	line-height: 21px;
}

#greeting{
	background-color: #f6f6f6;
	width: 620px;
	margin-bottom:10px;
	padding: 5px;
	background-image: url(../images/main/top/greetingback.png);
	background-repeat: no-repeat;
	background-position: 505px 5px;
}

#greeting img{
	margin-bottom:7px;
}


#greeting p{
	color:#000000;
	font-size:12px;
	line-height: 18px;
	margin-bottom: 3px;
	margin-left: 35px;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 420px;
}

/*問い合わせ画像*/
.wwyt{
	/*float: right;*/
	margin-top: 30px;
	margin-bottom:30px;	/*margin-left: 10px;*/
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

.wwytc{
	margin-left:5px;
	margin-right:auto;
}

.wwytr{
	float:right;
}

/* IE9hack */
:root #greeting p{
	color:#000000 \0/IE9;
	font-size:12px \0/IE9;
	line-height: 18px \0/IE9;
	margin-bottom: 3px \0/IE9;
	margin-left: 25px \0/IE9;
	text-align: justify \0/IE9;
	text-justify: inter-ideograph \0/IE9;
	width: 430px \0/IE9;
}

/*----------------------------
	サイドメニュー部分
----------------------------*/
#left{
	width: 240px;
	display: block;
	float: left;
}

#left img{
	margin-bottom: 20px;
}

#smallsidemenu{
	background-color: #F9F9F9;
	display: block;
	height: 48px;
	width: 237px;
	padding-left: 3px;
	padding-top: 3px;
	margin-bottom: 20px;
}

#smallsidemenu ul{
	list-style:none;
	width: 234px;
	height: 47px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
}

/* #smallsidemenu li IEhack */
*:first-child+html #smallsidemenu ul{
	position:relative;
	list-style:none;
	width: 234px;
	height: 47px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
}
/* IE7hack ここまで */

#smallsidemenu li{
	size:12px;
	list-style-image: url(../images/common/sidearrow.png);
	height: 45px;
	width: 208px;
	line-height: 46px;
	background-color: #EFEFEF;
	list-style-position: inside;
	margin-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}

#smallsidemenu li a{
	text-decoration: none;
	color: #333;
}
.rbolder  {
	line-height: 46px;
	color: #4A8BEF;
	text-decoration: underline;
}


/* #smallsidemenu li IEhack */
*:first-child+html #smallsidemenu li{
	letter-spacing:0;
	size:12px;
	height: 45px;
	width: 183px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
	line-height: 35px;
	padding-left: -15px;
}

/* IE7hack ここまで */

#yamadafabric{
	margin-left: 2px;
	margin-top: 35px;
	width: 240px;
}

/* #yamadafabric IEhack */
*:first-child+html #yamadafabric{
	margin-left: 2px;
	margin-top: 29px;
	width: 240px;
}

html:not(:target) #yamadafabric{
	margin-left: 2.9px:#00f\9;
	margin-top: 0.4px:#00f\9;
	width: 240.9px:#00f\9;
}

/* IEhack ここまで */


/*メイン部分*/
#main{
	width: 630px;
	float: right;
}

/*メイン部分（トップページ以外）*/
#mainother{
	width: 900px;
}



