@charset "UTF-8";


/*------------------------------------------------
indexページ専用CSS
------------------------------------------------*/

#header {
	width: 760px;
	background: url(../../img/header/bg_header.jpg) no-repeat right bottom;
}

/*------------------------------------------------
メニュー　#navi
------------------------------------------------*/
#navi {
	height: 27px;
}
#navi li {
	float: left;
	list-style: none;
}
#navi li a{
	height: 27px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

/* home */
.home {
	width: 150px;
	background: url(../../img/indexnavi/home.jpg) no-repeat left top;
}
.home a:hover {
	background: url(../../img/indexnavi/home_ov.jpg) no-repeat left top;
}
/* company */
.company {
	width: 155px;
	background: url(../../img/indexnavi/company.jpg) no-repeat left top;
}
.company a:hover {
	background: url(../../img/indexnavi/company_ov.jpg) no-repeat left top;
}
/* greeting */
.greeting {
	width: 150px;
	background: url(../../img/indexnavi/greeting.jpg) no-repeat left top;
}
.greeting a:hover {
	background: url(../../img/indexnavi/greeting_ov.jpg) no-repeat left top;
}
/* office */
.office {
	width: 155px;
	background: url(../../img/indexnavi/office.jpg) no-repeat left top;
}
.office a:hover {
	background: url(../../img/indexnavi/office_ov.jpg) no-repeat left top;
}
/* branch */
.branch {
	width: 150px;
	background: url(../../img/indexnavi/branch.jpg) no-repeat left top;
}
.branch a:hover {
	background: url(../../img/indexnavi/branch_ov.jpg) no-repeat left top;
}

/*------------------------------------------------
コンテンツ　#contents
------------------------------------------------*/
/* maincontents */
#contents h2 {
	font-weight: bold;
	border-left: 10px solid #7182af;
	padding: 0 0 0 5px;
	margin: 0 0 10px
}
iframe {
	width: 520px;
	height: 300px;
}
.if {
	width: 520px;
	height: 300px;
	margin: 0 0 10px 5px;
	border: 1px solid #999999;
}
