@charset "utf-8";

div#wrapper {
	height: auto;
	width: 100%;
	background-color: #F5EAD8;
}

/*ヘッダー*/

header {
	height: 288px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/common/headerBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

div#inHeader {
	position: relative;
	height: 288px;
	width: 980px;
	margin: 0px auto;
}

div#inHeader h1 {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #593A34;
	text-align: right;
}

p.catchText01 {
	position: absolute;
	top: 32px;
	right: 0px;
	height: 21px;
	width: 569px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/catchText01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.ghTitleBox {
	position: absolute;
	top: 68px;
	left: 0px;
	height: 135px;
	width: 505px;
	background-image: url(../img/common/ghTitleBoxBg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

p.catchText02 {
	height: 34px;
	width: 338px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/catchText02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.ghTitleBox h2 {
	height: 38px;
	width: 386px;
	margin-top: 18px;
	background-image: url(../img/common/h2Title.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.ghTitleBox h2 a {
	height: 38px;
	width: 386px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div.catchText03 {
	height: 27px;
	width: 306px;
	margin-top: 12px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/catchText03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.ghContactBox {
	position: absolute;
	top: 61px;
	right: 0px;
	height: 138px;
	width: 320px;
}

div.ghContactNavi {
	height: 70px;
	width: 320px;
	background-image: url(../img/common/ghContactNavi.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.ghContactNavi a {
	height: 70px;
	width: 320px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div.ghContactNavi a:hover {
	background-image: url(../img/common/ghContactNavi_r.jpg);
	background-repeat: no-repeat;
}

p.ghTelNumber {
	height: 47px;
	width: 320px;
	margin-top: 6px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/ghTelNumber.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p.ghContactText {
	height: 12px;
	width: 320px;
	margin-top: 3px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/ghContactText.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

nav.globalheader {
	position: absolute;
	top: 223px;
	left: 1px;
	height: 60px;
	width: 979px;
}

ul.ghNavi {
	display: table;
	height: 60px;
	width: 979px;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 1px 0;  /* 左右 上下で記述 */
	background-image: url(../img/common/ghNaviBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

ul.ghNavi li {
	display: table-cell;
	height: 60px;
	width: 162px;
	background-position: top center;
	background-repeat: no-repeat;
	vertical-align: top;
}

li.ghNavi01 {
	background-image: url(../img/common/ghNavi01.jpg);
}

li.ghNavi02 {
	background-image: url(../img/common/ghNavi02.jpg);
}

li.ghNavi03 {
	background-image: url(../img/common/ghNavi03.jpg);
}

li.ghNavi04 {
	background-image: url(../img/common/ghNavi04.jpg);
}

li.ghNavi05 {
	background-image: url(../img/common/ghNavi05.jpg);
}

li.ghNavi06 {
	background-image: url(../img/common/ghNavi06.jpg);
}

ul.ghNavi li a {
	height: 60px;
	width: 162px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

li.ghNavi01 a:hover {
	background-image: url(../img/common/ghNavi01_r.jpg);
}

li.ghNavi02 a:hover {
	background-image: url(../img/common/ghNavi02_r.jpg);
}

li.ghNavi03 a:hover {
	background-image: url(../img/common/ghNavi03_r.jpg);
}

li.ghNavi04 a:hover {
	background-image: url(../img/common/ghNavi04_r.jpg);
}

li.ghNavi05 a:hover {
	background-image: url(../img/common/ghNavi05_r.jpg);
}

li.ghNavi06 a:hover {
	background-image: url(../img/common/ghNavi06_r.jpg);
}

/*コンテンツ*/

div.wrapcontents {
	height: auto;
	width: 100%;
	background-image: url(../img/common/wrapcontentsBg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

div#contents {
	height: auto;
	width: 980px;
	margin: 0px auto;
	padding-bottom: 120px;
}

div.contentsBox {
	height: auto;
	width: 700px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #FFF;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
	text-align: left;
}

div#main {
	float: right;
	height: auto;
	width: 700px;
}

/*サイド*/

div#side {
	float: left;
	height: auto;
	width: 250px;
	padding-bottom: 120px;
}

div.sideBtn {
	height: auto;
	width: 250px;
	margin: 10px auto 0px auto;
}

div.sideBtn a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

div.sideMenuArea {
	margin-top: 25px;
	height: auto;
	width: 250px;
}

ul.sideMenuNavi {
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
}

ul.sideMenuNavi li {
	font-size: 13px;
	line-height: 17px;
	padding-left: 30px;
	padding-bottom: 15px;
	background-image: url(../img/side/sideMenuMark.png);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #EFEFEF;
	color: #666;
}

ul.sideMenuNavi li a {
	text-decoration: none;
	color: #593B35;
}

ul.sideMenuNavi li a:hover {
	text-decoration: underline;
	color: #F09CAC;
}

div.sideSoudanArea {
	margin-top: 25px;
	height: auto;
	width: 250px;
}

ul.sideSoudanList {
	margin-bottom: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
}

ul.sideSoudanList li {
	font-size: 13px;
	line-height: 17px;
	padding-top: 10px;
	padding-left: 35px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #F5EAD8;
	color: #666;
}

ul.sideSoudanList li a {
	text-decoration: none;
	color: #333;
}

ul.sideSoudanList li a:hover {
	color: #F09BAC;
}

ul.sideSoudanList li a:before {
	content: "▶";
	font-size: 11px;
	padding-right: 11px;
	color: #F09BAC;
}

ul.sideSoudanList li a:hover:before {
	content: "▶";
	font-size: 11px;
	padding-right: 11px;
	color: #513531;
}

ul.sideNaviList {
	height: auto;
	width: 250px;
	margin: 0px auto;
}

ul.sideNaviList li {
	height: 45px;
	width: 250px;
	padding-bottom: 5px;
	background-position: top center;
	background-repeat: no-repeat;
}

li.sideNaviList01 {
	background-image: url(../img/side/sideNaviList01.jpg);
}

li.sideNaviList02 {
	background-image: url(../img/side/sideNaviList02.jpg);
}

li.sideNaviList03 {
	background-image: url(../img/side/sideNaviList03.jpg);
}

li.sideNaviList04 {
	background-image: url(../img/side/sideNaviList04.jpg);
}

ul.sideNaviList li a {
	height: 45px;
	width: 250px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

li.sideNaviList01 a:hover {
	background-image: url(../img/side/sideNaviList01_r.jpg);
}

li.sideNaviList02 a:hover {
	background-image: url(../img/side/sideNaviList02_r.jpg);
}

li.sideNaviList03 a:hover {
	background-image: url(../img/side/sideNaviList03_r.jpg);
}

li.sideNaviList04 a:hover {
	background-image: url(../img/side/sideNaviList04_r.jpg);
}

/*フッター*/

footer {
	height: 487px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/common/footerBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

div#inFooter {
	position: relative;
	height: 487px;
	width: 980px;
	margin: 0px auto;
}

div.pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 73px;
	width: 104px;
	background-image: url(../img/common/pageTop.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.pagetop a {
	height: 73px;
	width: 104px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div.pagetop a:hover {
	background-image: url(../img/common/pageTop_r.jpg);
}

p.footerText {
	position: absolute;
	top: 29px;
	left: 0px;
	height: 42px;
	width: 449px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/footerText.png);
	background-position: top center;
	background-repeat: no-repeat;
}

p.footerTelNumber {
	position: absolute;
	top: 100px;
	left: 0px;
	height: 122px;
	width: 449px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/common/footerTelNumber.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.footerContactBtn {
	position: absolute;
	top: 87px;
	right: 0px;
	height: 137px;
	width: 474px;
	background-image: url(../img/common/footerContactBtn.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.footerContactBtn a {
	height: 137px;
	width: 474px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div.footerContactBtn a:hover {
	background-image: url(../img/common/footerContactBtn_r.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p.footerCompanyText {
	position: absolute;
	top: 295px;
	left: 0px;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}

p.footerCompanyText span {
	font-weight: bold;
}

div.footerLogo {
	position: absolute;
	top: 0px;
	left: 387px;
	height: 155px;
	width: 176px;
}

p.footerNavi {
	position: absolute;
	top: 268px;
	right: 0px;
	height: auto;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
	color: #FFF;
}

p.footerNavi a {
	text-decoration: none;
	color: #fff;
}

p.footerNavi a:hover {
	text-decoration: underline;
	color: #CCC;
}

div.copyright {
	position: absolute;
	top: 373px;
	right: 0px;
	color: #EB7285;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 0.05em;
	text-align: right;
}