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


/*サイトタイトル*/
#SiteTitle {
	width: 99%;
	padding-left: 1%;
	background-color: #A966A5;
	height: 40px;
	color: #ffffff;
	padding-top: 4px;
	position: relative;
}
#SiteTitle h1 {
	font-size: 17px;
	line-height: 40px;
}
#SiteTitle h1 span {
	font-size: 8px;
	font-weight: normal;
	margin-right: 6px;
}
#SiteTitle p {
	width: 216px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/Header_tel.png) no-repeat;
	position: absolute;
	top: 7px;
	right: 24px;
}

/*サイドボタン*/
/* #BtnSaiyou {
	width: 38px;
	height: 146px;
	position: fixed;
	right: 0;
	bottom: 234px;
	z-index: 1000;
} */
/* #BtnSaiyou a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../images/btn_saiyou.png) no-repeat;
} */
#BtnTwitter {
	width: 38px;
	height: 164px;
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 1000;
}
#BtnTwitter a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../images/btn_twitter.png) no-repeat;
}


/*コンテンツ中央寄せ*/
#Header,
#HomeButton,
#MainNavi,
#MainImg,
#MainContWrapper,
#Footer {
	width:905px;
	margin:0 auto;
}

#Header {
}

#HeaderCont {
	position: relative;
	height: 82px;
}

/*LOGOボタン*/
#Logo {
	width: 386px;
	height: 72px;
	position: absolute;
	top: 10px;
	left:0;
}
#Logo h2 a {
	display: block;
	background: url(../images/logo.png) no-repeat left top;
	width: 386px;
	height: 72px;
	text-indent: -9999px;
	overflow: hidden;
}

/*HOMEボタン*/
#HomeButton {
	width: 80px;
	height: 28px;
	position: absolute;
	top: 10px;
	right:0;
}
#HomeButton a {
	display: block;
	background: url(../images/BtnHome.png) no-repeat left top;
	width: 80px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	right:0;
}
#HomeButton a:hover {
	background-position: left bottom;
}



/*メインナビ*/
#MainNaviWrapper {
	width:905px;
	margin-top: 16px;
}

/*メイン画像*/
#MainImg {
	width: 905px;
	padding-top: 0;
}


/*コンテンツボックス*/
#MainContBox {
	width:905px;
}
#MainContBox h3 {
	margin-top: 16px;
	width: 905px;
	height: 58px;
	text-indent: -9999px;
}
.ContTextBox {
	margin-top: 10px;
	width: 845px;
	margin-left: 60px;
}
.ContTextBox ul {
	margin-left: 6px;
}
.ContTextBox ul li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.8;
	font-size: 14px;
}
.ContTextBox table {
	table-layout: fixed;
	border-collapse: collapse;
	border-color: #cccccc;
}
.ContTextBox table th, .ContTextBox table td {
	padding: 6px 10px;
}
.ContTextBox table th {
	background-color: #CCE7D7;
}
.ContTextBox table td {
	background-color: #FFFBE9;
}


/*フッター*/
#Footer {
	margin-top: 240px;
	border-top: #A966A5 1px solid;
	height: 54px;
	background: url(../images/Footer_bg.png) no-repeat;
	position: relative;
}
#Footer p {
	font-size:12px;
	line-height: 54px;
}

.contactBtn {
	position: absolute;
	top: -110px;
	right: 0;
	width: 321px;
	height: 94px;
}
.contactBtn a {
	display: block;
	width: 321px;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn_contact.png) no-repeat right top #FFF;
	position: absolute;
	right: -3px;
	padding-left: 10px;
}
.contactBtn a:hover {
	background-position: left top;
}
#Footer .BtnSaiyou　{
	width: 200px;
	height: 200px;
}
.BtnSaiyou a {
	position: absolute;
	top: -218px;
	left: 0;
	display: block;
	width: 200px;
	height: 200px;
}
