@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS レイアウト
----------------------------------------------------------- */

#top {
	background-image: url(../img/top/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;
	height: 100px;
	width: 850px;
	background-image: url(../img/header/back.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	float: left;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 300px;
	background-image: url(../img/header/logo.jpg);
	background-repeat: no-repeat;
}
#header #tel {
	float: right;
}

#navi {
	height: 45px;
	width: 850px;
	background-image: url(../img/navi/back.jpg);
	background-repeat: no-repeat;
}
#navi li {
	float: left;
}
#navi li a {
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 120px;
}
#navi #menu1 {
	background-image: url(../img/navi/navi_01.jpg);
	background-repeat: no-repeat;
	background-position: left -45px;
}

#navi #menu1 a {
	background-image: url(../img/navi/navi_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu1 a:hover {
	background-image: none;
}

#navi #menu2 {
	background-image: url(../img/navi/navi_02.jpg);
	background-repeat: no-repeat;
	background-position: left -45px;
}

#navi #menu2 a {
	background-image: url(../img/navi/navi_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu2 a:hover {
	background-image: none;
}

#navi #menu3 {
	background-image: url(../img/navi/navi_03.jpg);
	background-repeat: no-repeat;
	background-position: left -45px;
}

#navi #menu3 a {
	background-image: url(../img/navi/navi_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu3 a:hover {
	background-image: none;
}

#navi #menu4 {
	background-image: url(../img/navi/navi_04.jpg);
	background-repeat: no-repeat;
	background-position: left -45px;
}

#navi #menu4 a {
	background-image: url(../img/navi/navi_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu4 a:hover {
	background-image: none;
}

#navi #menu5 {
	background-image: url(../img/navi/navi_05.jpg);
	background-repeat: no-repeat;
	background-position: left -45px;
}

#navi #menu5 a {
	background-image: url(../img/navi/navi_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi #menu5 a:hover {
	background-image: none;
}


#image {
	clear: both;
	height: 355px;
	width: 850px;
	background-image: url(../img/top/image.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#contents {
	clear: both;
	width: 850px;
	margin-top: 20px;
}
#sub {
	float: right;
	width: 230px;
}
#sub #subinfo {
	width: 208px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding: 10px;
}
#sub #subinfo dd {
	font-size: 11px;
	line-height: 145%;
	margin-top: 8px;
}
#inContents {
	float: left;
	width: 600px;
	line-height: 145%;
	font-size: 12px;
}
#inContents #top {
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 600px;
	background-image: url(../img/top/business-title.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#inContents #top-business {
	width: 600px;
	clear: both;
	float: right;
	margin-bottom: 15px;
}
#inContents #top-business dt {
	float: left;
	width: 250px;
}
#inContents #top-business dd {
	float: right;
	width: 340px;
	line-height: 145%;
}
#footer {
	background-image: url(../img/footer/back.jpg);
	background-repeat: repeat;
	clear: both;
	margin-top: 20px;
}
#footer #Infooter {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Infooter #footerNavi li {
	display: inline;
	margin-right: 10px;
	font-size: 11px;
}
#Infooter #footerNavi li a {
	color: #FFFFFF;
}
