@charset "UTF-8";

html {
	height: auto;
	min-height: 100%;
}

/*背景*/
body {
	width: 100%;
	height: 100%;
	background: url('../images/siteBg2.png') repeat;
}

#contentsBox {
	width: 1020px;
	min-height: 100%;
	background: url('../images/siteBg.jpg') repeat-y center center;
	margin: 0 auto;
}


/* ホバー */
.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.7;
}


/*ヘッダー*/
#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative;
}

h1 {
	font-size: 120%;
	font-weight: normal;
	color: #660000;
	margin-left: 20px;
	padding-top: 0;
}

h2 {
	width: 250px;
	margin-left: 20px;
	line-height: 0;
}

h3 {
	font-size: 103%;
	font-weight: normal;
	color: #660000;
	width: 100%;
	margin-left: 20px;
}

h4 {
	font-size: 110%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #F56B3D;
	width: 100%;
	margin-left: 26px;
}

#path {
	text-align:left;	
	font-size: 80%;
	padding-left: 60px;
	margin: 0px;
}

#telNum {
	line-height: 0;
	padding-top: 2px;
	position: absolute;
	top: 28px;
	right: 12px;
}


/* グローバルナビ */
#gloNav {
	width: 1020px;
	height: 70px;
	background: url('../images/navBg.png') no-repeat center center;
}

#gloNav ul {
	display: block;
	width: 960px;
	height: 59px;
	margin: 0 auto;
	padding-top: 4px;
}

#gloNav li {
	line-height: 0;
	float: left;
}


/*メインビジュアル*/
#main {
	width: 920px;
	margin: 5px auto 0;
	line-height: 0;
}


/*コンテンツエリア*/
#contentsArea {
	width: 960px;
	margin: 15px auto 25px;
}


/*サイドバナー*/
#contentsLeft {
	width: 220px;
	margin-left: 20px;
	float: left;
}

#contentsLeft p {
	line-height: 0;
}

.banner {
	margin-bottom: 15px;
}


/* メインコンテンツ */
#contentsRight {
	width: 690px;
	margin-top: 0;
	margin-right: 10px;
	float: right;
	margin-bottom: 15px;
}

#contentsRight2 {
	width: 690px;
	margin-top: 0;
	margin-right: 10px;
	float: right;
	margin-bottom: 15px;
}

/* フッターナビ */
#footerNav {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#footerNav ul {
	text-align: center;
}

#footerNav ul li {
	display: inline;
}

#footerNav ul li a {
	font-size: 80%;
	text-decoration: underline;
	color: #774e38;
}

#footerNav ul li:before {
	display: inline;
	content: '｜ ';
	color: #454545;
	font-size: 90%;
}

#footerNav ul li:first-child:before {
    display: none;
}

#pageTop {
	line-height: 0;
	position: absolute;
	top: 0;
	right: 15px;
}


/*フッター*/
#footerCnt {
	margin:0 auto;
	width: 1020px;
	height: 100px;
	background: url('../images/footerBg.png') no-repeat center center;
}

#footerCnt ul {
	text-align: center;
	padding-top: 25px;
}

#footerCnt ul li {
	display: inline;
}

#footerCnt ul li a {
	color: #ffffff;
	font-size: 70%;
	text-decoration: underline;
}

#footertxt {
	color: #ffffff;
	font-size: 80%;
	text-decoration: underline;
}
#footerCnt ul li:before {
	display: inline;
	content: '｜ ';
	color: #ffffff;
	font-size: 85%;
}

#footerCnt ul li:first-child:before {
	display: none;
}

address {
	color: #ffffff;
	font-style: normal;
	font-size: 70%;
	text-align: center;
	padding-top: 20px;
}
