@charset "utf-8";

/* CSS Document */
	/* ===================================================================
CSS information

 File Name  : home.css
 Style Info : 個別用のCSS
=================================================================== */
/*******************************************************
	TOPページアイキャッチ
********************************************************/
#eyechatch {
	margin: 0 auto; width : 920px;
	height: 320px;
	width: 920px; height : 320px;
	background: url("../images/home/eyechatch.jpg") no-repeat;
}
#eyechatch #movie{
	padding: 38px 0 0 30px;
}


/*******************************************************
	main
********************************************************/ 
/*****************
	main -> left
******************/
#main #left-clm-home {
	width: 250px;
	float: left;
}
#left-clm-home img{
	vertical-align: bottom;
}
#left-clm-home ul {
	margin-left: 20px;
}
#blog-banner{
	margin: 5px 0;
}

#ext-banner{
	margin: 5px auto;
	text-align: center;
}
/*qr-code*/
#left-clm-home #qr-code {
	margin: 5px 0 5px 20px;
	background: url("../images/home/qr-bg.gif") no-repeat;
	width: 190px;
	height: 205px;
}
#qr-code p {
	padding: 120px 0 0 20px;
	width: 130px;
	font-size: 12px;
	line-height: 1.2em;
}
#qr-code div{
	margin-top: 7px;
	text-align: center;
}

/*****************
	main -> right
*****************/
#main #right-clm-home {
	margin-left: 250px;
	padding-top: 10px;
}

/***main -> right -> left***/

#main #right-clm-home #r-left {
	float: left;
	width: 470px;
}

/*what-new*/
#what-new {
	background: url("../images/home/frm-new-body.gif") repeat-y top center;
	width: 450px;
	font-size: 13px;
	line-height: 1.2em;
}
#what-new .title {
	padding: 18px 0 0 40px;
	background: url("../images/home/frm-new-top.gif") no-repeat top center;
	height: 27px;
	color : #fff;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#what-new .body {
	padding: 0 10px 10px 20px;
	background: url("../images/home/frm-new-bottom.gif") no-repeat bottom center;
}
#what-new .body .content {
	height: 120px;
	overflow: auto;
}
#what-new .body .content dt {
	padding-bottom: 10px;
	float: left;
	width: 85px;
	font-weight: bold;
}
#what-new .body .content dd {
	margin-left: 85px;
	padding: 0 0 10px 20px;
	background: url("../images/common/list/list-tenten.gif") no-repeat left top;
}

/*msg-box*/
#msg-box{
	margin: 10px 0;
	background: url("../images/home/msg-box-bg.jpg") no-repeat;
	width: 450px;
	height: 175px;
}
#msg-box dt{
	padding: 10px 0 0 30px;
	font-size: 18px;
}
#msg-box dt span{
	margin-left: -10px;
	font-size: 12px;
	display: block;
}
#msg-box dd{
	padding: 20px 0 0 20px;
	width: 230px;
	font-size: 15px;
}

/***main -> right -> right***/

#main #right-clm-home #r-right {
	margin-left: 470px;
}

/** inquiry ***/
#r-right #inquiry{
	padding: 20px 0;
	line-height: 2em;
}
#inquiry h3{
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 22px;
	font-weight: bold;
	border-left: 5px solid #f69;
	border-bottom: 1px solid #f69;
}
#inquiry ul li{
	padding-left: 35px;
	font-size: 16px;
}
#inquiry #tel{
	background: url("../images/common/list/list-tel.gif") no-repeat left center;
	font-size: 26px;
}
#inquiry #fax{
	background: url("../images/common/list/list-fax.gif") no-repeat left center;
}
#inquiry #mail{
	background: url("../images/common/list/list-mail.gif") no-repeat left center;
}