body {
	background: url(../../images/bg.jpg);
	color: #333333;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	line-height: 2;
}

#screen {
	background: url(../../images/bg-body.png) repeat-x;
	background-position: 0 38px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

.container {
	margin: 0 auto;
	width: 960px;
}


#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100px;
	color: #000;
	background: #FFF url(../../images/bg-shadow.gif) repeat-x;
}

#header .container {
	position: relative;
}

#header h1 {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 330px;
}
#header #phone {
	position: absolute;
	top: 45px;
	left: 380px;
	width: 160px;

}
#header #access-map {
	position: absolute;
	top: 45px;
	right: 40px;
	width: 330px;
	height: 40px;
}

#header #access-map a {
	display: block;
	float: left;
	margin-right: 15px;

}
#header #access-map span {
    display: block;
    float: right;
}
#global {
	height: 50px;
	background: #FFF;
	overflow: hidden;
}
#global div.container {
	width: 975px;
}

#global a {
	display: block;
	float: left;
	width: 240px;
}

#content {
	padding: 15px 25px;
	width: 910px;
	background: #FFF;
}

#showcase {
	width: 910px;
	height: 235px;
}



#main {
	float: right;
    padding-top: 25px;
	width: 710px;
}

#main h2 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5;
    border-bottom: #8D6B27 1px solid;
}

div.panel {
    position: relative;
    float: left;
    padding: 25px;
    width: 300px;
    background: url(../../images/panel.gif) no-repeat;
    line-height: 1.5;
    cursor: pointer;
}
div.panel h3 {
    margin-bottom: 1em;
    color: #8D6B27;
    font-size: 13px;
    font-weight: bold;
}
div.panel a.detail {
    display: block;
    position: absolute;
    top: 90px;
    right: 20px;
    color: #8D6B27;
}




#sidebar {
    float: left;
    padding-top: 25px;
    width: 175px;
}

#sidebar ul {
    padding: 0;
    margin: 0;
    width: 183px;
    list-style: none;
}
#sidebar ul li {
    padding-right: 20px;
    width: 163px;
    height: 80px;
    background: url(../../images/button-sidebar.gif) no-repeat;
    background-position: -5px -5px;
}
#sidebar ul li a {
    padding-top: 15%;
    display: block;
    height: 85%;
    color: #000;
    text-decoration: none;
    text-align: center;
}

#foot-link {
    clear: both;
    padding-top: 20px;
    height: 87px;
    text-align: center;
    background: url(../../images/bg-link.gif) no-repeat;
}

#foot-link ul {
    padding: 0;
    margin: 0 auto;
    width: 550px;
    list-style: none;
}
#foot-link ul li {
    float: left;
}
#foot-link ul li a {
    text-decoration: none;
    color: #000;
    font-size: 9px;
}
#foot-link ul li a span {
    display: block;
    margin-top: -5px;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 192px;
	background: url(../../images/footer.png);
	background-position: center 0;
}

#footer .container {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
#footer .container.topside {
	padding-top: 15px;
	height: 40px;
}
#footer .container.bottomside {
    padding-top: 10px;
}

#footer ul {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 720px;
	list-style: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #4C4948;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer address {
	margin: 5px 0 10px 0;
	font-style: normal;
}

/* !見出し */
.subtitle {
    color: #8D6B27;
    font-weight: bold;
}
#main h4 {font-weight: bold;}

/* !MISC */
.align-left {text-align: left;}
.alifn-center {text-align: center;}
.align-right {text-align: right;}

/* !dateLine */
dl.dateLine {
	height: 180px;
	overflow: auto;
}
dl.dateLine dt {
 float: left;
 padding: 10px 0px 10px 0;
 width: 120px;
 height: 18px;
 font-weight: normal;
 border-bottom: 0px dotted #BEB49A;
 clear:both;
 margin-right: 20px;
}

dl.dateLine dd {
 margin-left: 121px;
 padding: 10px 5px 10px 0;
 width: 480px;
 border-bottom: 1px dotted #BEB49A;
}

dl.dateLine dd a {
	color: #3565ab;
	line-height: 24px;
	margin: 0px 6px 0px 6px;
}

dl.dateLine dd a:hover {
	text-decoration: none;
}

/* */
dl.splitLine {
}
dl.splitLine dt {
 float: left;
 padding: 10px 0 10px 0;
 width: 100px;
 height: 18px;
 font-weight: normal;
 border-bottom: 1px dotted #BEB49A;
 clear:both;
}

dl.splitLine dd {
 margin-left: 100px;
 padding: 10px 5px 10px 0;
 width: 480px;
 border-bottom: 1px dotted #BEB49A;
}

div.website {
    margin-bottom: 30px;
}
div.website p {margin:0;}
div.website h4 {margin: 0 0 5px 0;}
div.website h4 a {color: #b29b6c;text-decoration: none;}

.color-brown {
  color: #8D6B27;
}

.color-gray {
  color: #333;
}

li.banner-anchor-wrap {
    background: none !important;

}

a.banner-anchor {
    margin-top: 4px;
    padding: 0 !important;
}

a.banner-anchor img {
    margin-left: 2px;
    padding: 0 !important;
    width: 160px;
    border: 2px solid #9C9B9A;
    border-radius: 7px;
    box-shadow:rgba(0, 0, 0, 0.17) 2px 2px 4px 2px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.17) 2px 2px 4px 2px;
    -moz-box-shadow:rgba(0, 0, 0, 0.17) 2px 2px 4px 2px;
}
