@charset "utf-8";

/* ---IE7対応clearfix--- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---IEpngfix--- */
img, div { behavior: url(.js/iepngfix.htc) }


/* ------------------------------
TAG
------------------------------ */
* {
	margin: 0;
	padding: 0;
}

body  {
	font: 14px/1.4em "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1.0em;
}

p {
	padding: ●px;
}

table {
	border-collapse: collapse;
}

td {
	padding: ●px;
}

th {
	padding: ●px;
}


img {
	vertical-align: bottom;
	border: 0;
}


li {
	list-style-type: none;
}


/* ------------------------------
aTAG
------------------------------ */
a {
	color: #2589A8;
	text-decoration: none;
}

a:hover {
	color: #2589A8;
	text-decoration: underline;
}

/* ------------------------------
clear
------------------------------ */
.clear {
	clear: both;
}

/*-----------------------------
Base
------------------------------ */
#wrapper {
	margin: 0 auto;
	background-image: url(../images/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	width: 870px;
	height: 85px;
	margin: 0 auto;
	padding: 0 16px;
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
}

#header p {
	float: left;
	padding: 0;
	margin-top: 13px;
}

#header .tel {
	position: relative;
	float: right;
	width: 264px;
	height: 85px;
	background-image: url(../images/bg_head_tel.gif);
	background-repeat: no-repeat;
}
#header .tel img{
	position:absolute;
	width: 177px;
	height: 22px;
	top: 55px;
	left: 77px;
}

#mainImage {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#mainbx{
	position: relative;
	margin: 0 auto 20px auto;
	width: 872px;
	height: 417px;
	}
#mainbx .bt{
	position: absolute;
	width: 137px;
	height: 31px;
	left: 639px;
	top: 377px;
}

#mainbx .bt02{
	position: absolute;
	width: 137px;
	height: 31px;
	left: 178px;
	top: 352px;
}

#mainbx .link{
	position: absolute;
	width: 142px;
	top: -141px;
	left: 461px;
}

#mainbx img.back{
	position: absolute;
	width: 872px;
	height: 255px;
	top: 0;
	left: 0;}
#subImage{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;}

#mainNav {
	width: 870px;
	margin: 0 auto;
}
#mainNav li{
	float: left;}

#mainNav ul li {
	display: inline;
}

#contentBox {
	width: 870px;
	margin: 15px auto 30px auto;
	background-image: url(../images/bg_contentbx.gif);
	background-repeat: repeat-y;
}
#contentBox2 {
	position: relative;
	width: 870px;
	margin: 15px auto 30px auto;
}

#content {
	float: right;
	width: 650px;
}

#sideNav {
	float: left;
	width: 200px;
	padding: 5px;
	background: #eeeeee;
}
#sideNav li{
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 145px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
}

#footerNav {
	padding: 16px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.8em;
}

#footerNav a{
	color: #C9DBE6;}

#footerNav ul li{
	margin: 0;
	display: inline;
}

#footer img {
	position: absolute;
	width: 130px;
	height: 17px;
	left: 767px;
	top: 104px;
}

