@charset "utf-8";

body{
	font-size: 87.5%;
	line-height: 1.6;
	color: #482D02;
	background-color: #FFF9EF;
}
a:link, a:visited{
	color: #806D4E;
	text-decoration: underline;
}
a:hover, a:active{
	color: #000000;
	text-decoration: underline;
}
h1{
	float: left;
	padding: 20px;
}
h2{
	border-bottom: solid 1px #806d4E;
	line-height: 0;
}
h2 .flr{
	margin-top: 14px;
}
h3{
	background: url(../img/bg_h3.gif) left center no-repeat;
	margin-bottom:10px;
	padding: 0.1em 0 0 35px;
	font-size: 120%;
	color: #492E01;
	min-height: 25px;
}
h4{
	color: #492E01;
	font-weight: bold;
}
h5{
}
h6{
	color: #FFFFFFF;
	font-size: 80%;
}
article{
	background: #FFF9EF;
	padding-top:23px;
}
section{
	margin-bottom: 40px;
}
embed{
	display: none;
}


/* 汎用 */
#mainColumn{
	float: left;
	width: 810px;
}
#mainColumn h2{
	width: 790px;
}
#sideColumn{
	float: left;
	width: 250px;
}
#sideColumn h2{
	margin-bottom: 20px;
}
.container:before, .container:after{content: "";display: table}
.container:after{clear: both}
.container{
	margin: 0 auto 0 auto;
	width: 1060px;
	zoom: 1;
}
.button{
	float: right;
	margin-top: 0.3em;
}
.icnArea img{
	margin: 0.3em 0 0.6em 0;
	vertical-align: middle
}
* html .icnArea{
	display: none;
}
#pickupArea li{
	float: left;
	width: 208px;
	border: solid 1px #806d4e;
	margin: 20px 20px 0 0;
	padding: 20px 20px 20px 20px;
	color:#AAAAAA;
}
#pickupArea2 li{
	float: left;
	width: 75%;
	border: solid 1px #806d4e;
	margin: 20px 20px 0 0;
	padding: 20px 20px 20px 20px;
	color:#AAAAAA;
}


#pickupArea2 .tableStyle01{
	width: 648px;
	margin-left:30px;
	margin-right:30px;
}
#pickupArea2 .tableStyle01 th, #pickupArea2 .tableStyle01 td{
	padding: 10px;
	vertical-align: middle;
}
#pickupArea2 .tableStyle01 th{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #806d4e;
	color: #fff;
	text-align: center;
}
#pickupArea2 .tableStyle01 td{
	border-top: dotted 1px #806d4e;
	border-bottom: dotted 1px #806d4e;
}
#pickupArea2 .tableStyle02{
	width: 609px;
	margin-left:40px;
	margin-right:40px;
}
#pickupArea2 .tableStyle02 th, #pickupArea2 .tableStyle02 td{
	padding: 0.6em 0.8em 0.4em 0.8em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
#pickupArea2 .tableStyle02 th{
	background-color: #806d4e;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#pickupArea2 .tableStyle02 td{
	background-color: #eceae5;
}


#sideColumn #pickupArea li{
	padding: 10px 20px 20px 20px;
	margin-top: 0;
	border: none;
}
* html #pickupArea li{
	margin-right: 12px;
}
* html #sideColumn #pickupArea li{
	margin-right: 0;
}
#newsArea li{
	border-bottom: dotted 1px #806d4e;
	margin: 10px;
	padding-bottom: 10px;
	line-height: 0;
}
#newsArea .last{
	border-bottom: none;
	padding-bottom: 0;
}
#newsArea li .right{
	line-height: 1.6;
}
#newsArea h4{
	height: 1.6em;
	min-height: 20px;
}
#newsArea .left{
	float: left;
}
#newsArea .left img{
	/*border: solid 1px #806d4e;*/
}
#newsArea .right{
	float: right;
}
#sideColumn #newsArea .right{
	width: 170px;
}
#bannerArea{
	border-top: solid 1px #806d4e;
	padding-top: 20px;
}
.catNews{
	background: url(../img/icn_news.png) right center no-repeat;
}
.catWorks{
	background: url(../img/icn_works.png) right center no-repeat;
}
.worksThmb{
	text-align: center;
	width: 210px;
	height: 190px;
	overflow: hidden;
}


/* ヘッダー */

#photo {
    width: 1060px;
    height: 300px;
	background: #FFF9EF;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
}

header{
	background: url() left top repeat-x #FFF9EF;
	height: 300px;
	line-height: 0;
	font-size:1%;
}
nav{
	float: right;
	width: 300px;
	text-align: right;
}
nav ul{
	height: 260px;
}
nav li{
	float: right;
}
#social{
	float: right;
	margin-top: 0px;
}
* html #social{
	width: 200px;
}
#social iframe.twitter-share-button{
	width: 100px!important;
}
#social iframe{
	vertical-align: text-bottom;
}
* html #social iframe{
	float: left;
}
*:first-child+html #social iframe{
	float: left;
}
#breadcrumb{
	margin: 17px 0 40px 0;
}
#breadcrumb li{
	float: left;
	font-size: 80%;
	padding-right: 0.5em;
}
#breadcrumb li a{
	margin-right: 0.5em;
}


/* フッター */
footer{
	padding: 40px 40px 0 40px;
	background: #806d4e;
    color: #FFFFFF;
}
footer a:link, footer a:visited{
	color: #ccc;
	text-decoration: underline;
}
footer a:hover, footer a:active{
	color: #fff;
	text-decoration: underline;
}
footer li{
	float: left;
	font-size: 80%;
	padding-right: 1em;
}
footer li a{
	margin-right: 1em;
}
footer #return{
	float: right;
	width: 80px;
	height: 68px;
}
footer #return img{
    vertical-align:bottom;
}


/* 画像スライダー */
#slide{
	background: url() left center repeat-x;
}
#carousel-container{
  position: relative;
}
#carousel{
  position: relative;
  width: 1060px;
  height: 500px;
}
.carousel-feature{
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.carousel-image{
  padding: 5px;
  border: solid 1px ;
  background-color: ;
}
.carousel-feature .carousel-caption{
  position: absolute;
  bottom: -170px;
  left: 10px;
  height: 150px;
  width: 510px;
  overflow-y: auto;
}
.fixed-caption{
  height: 150px;
  width: 510px;
  margin-left: 275px;
  overflow-y: auto;
}
#carousel-prev{
  position: absolute;
  top: 380px;
  left: 30px;
  cursor: pointer;
}
#carousel-next{
  position: absolute;
  top: 380px;
  right: 30px;
  cursor: pointer;
}


/* 新着情報 */
#news h3{
	height: 1.6em;
	min-height: 20px;
	background-color: none;
	margin-bottom:0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #806e4f;
}
#news h4{
	color: #333;
	margin: 5px 0 20px 0;
	font-weight: normal;
}
#newsCat ul{
	margin-top: 57px;
	border-top: solid 1px #806e4f;
	font-family: Arial Black; 
}
#newsCat li a, #newsCat .current{
	display: block;
	width: 230px;
	padding: 0.8em 10px 0.8em 10px;
	background: #FFFFFF;
	border-right: solid 1px #806e4f;
	border-bottom: solid 1px #806e4f;
	border-left: solid 1px #806e4f;
	text-decoration: none;
	color: #482D02;
}
#newsCat li a:hover, #newsCat .current{
	background-color:#806e4f;
	color: #ECEAE5;
}
#contents #news .left{
	float: left;
	width: 100px;
}
#contents #news .right{
	float: right;
	width: 590px;
}


/* コンテンツ */
#contents{
	border: solid 1px #806d4e;
	padding:40px;
	margin-top: 20px;
	background-color: #fff;
	width: 708px;
	color: #666;
}
*html section#contents {
	margin-bottom: 0;
}
*:first-child+html section#contents{
	margin-bottom: 0;
}
#contents a:link, #contents a:visited{
	text-decoration: underline;
}
#contents a:hover, #contents a:active{
text-decoration: underline;
}
#contents h5{
	background-color: #000;
	color: #fff;
	padding: 0.3em 0.6em 0.1em 0.6em;
	margin-bottom: 20px;
	font-weight: bold;
}
#contents h6{
	color: #806d4e;
	font-size: 100%;
	font-weight: bold;
}
#contents .tableStyle01{
	width: 648px;
	margin-left:30px;
	margin-right:30px;
}
#contents .tableStyle01 th, #contents .tableStyle01 td{
	padding: 10px;
	vertical-align: middle;
}
#contents .tableStyle01 th{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #806d4e;
	color: #fff;
	text-align: center;
}
#contents .tableStyle01 td{
	border-top: dotted 1px #806d4e;
	border-bottom: dotted 1px #806d4e;
}
#contents .tableStyle02{
	width: 609px;
	margin-left:40px;
	margin-right:40px;
}
#contents .tableStyle02 th, #contents .tableStyle02 td{
	padding: 0.6em 0.8em 0.4em 0.8em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}
#contents .tableStyle02 th{
	background-color: #806d4e;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#contents .tableStyle02 td{
	background-color: #eceae5;
}
#contents .boxStyle01{
	background-color: #eceae5;
	border: solid 1px #806d4e;
	width: 668px;
	padding: 20px;
	text-align: center;
}
#contents .boxStyle01 h4{
	color: #333;
	text-align: center;
}
#contents .boxStyle02{
	background-color: #eceae5;
	border: solid 1px #806d4e;
	padding: 20px;
	margin: 0 40px 40px 40px;
	color: #806d4e;
}
#contents .ulStyle01 li{
	list-style: disc inside;
	margin-left: 5px;
}
#contents .ulStyle02 li{
	list-style: disc inside;
	margin: 0 0 40px 5px;
}
#contents .dlStyle01{
	border-top: dotted 1px #806d4e;
	padding-top: 1em;
	margin-left:40px;
	margin-right:40px;
}
#contents .dlStyle01 dt{
	float: left;
	font-weight: bold;
}
#contents .dlStyle01 dd{
	border-bottom: dotted 1px #806d4e;
	margin-bottom: 1em;
	padding: 0 0 1em 10em;
}
#contents .dlStyle02 dt{
	float: left;
}
#contents .dlStyle02 dd{
	padding-left:8em;
}
#contents .dlStyle03{
	border-top: dotted 1px #806d4e;
	padding-top: 0.3em;
	margin-left:40px;
	margin-right:40px;
}
#contents .dlStyle03 dt{
	float: left;
	font-weight: bold;
}
#contents .dlStyle03 dd{
	border-bottom: dotted 1px #806d4e;
	margin-bottom: 0.3em;
	padding: 0 0 0.1em 10em;
}
#contents .left{
	float: left;
	width: 355px;
}
#contents .right{
	float: right;
	width: 315px;
}


/* ページャー */
#contents .pager{
	text-align: center;
}
#contents .pager a:link, #contents .pager a:visited, #contents .pager a:hover, #contents .pager a:active{
	color: #806d4e;
	text-decoration: none;
}
#contents .pager a{
	display: inline-block;
	border: solid 1px #806d4e;
	padding: 0.3em 0.6em 0.1em 0.6em;
}
#contents .pager a:hover{
	display: inline-block;
	border: solid 1px #492e01;
	background-color: #492e01;
	padding: 0.3em 0.6em 0.1em 0.6em;
	color: #fff;
}
#contents .pager span{
	display: inline-block;
	border: solid 1px #806d4e;
	background-color: #806d4e;
	padding: 0.3em 0.6em 0.1em 0.6em;
	color: #fff;
	font-weight: bold;
}


#pickupArea .pager{
	text-align: center;
}
#pickupArea .pager a:link, #pickupArea .pager a:visited, #pickupArea .pager a:hover, #pickupArea .pager a:active{
	color: #806d4e;
	text-decoration: none;
}
#pickupArea .pager a{
	display: inline-block;
	border: solid 1px #806d4e;
	padding: 0.3em 0.6em 0.1em 0.6em;
}
#pickupArea .pager a:hover{
	display: inline-block;
	border: solid 1px #492e01;
	background-color: #492e01;
	padding: 0.3em 0.6em 0.1em 0.6em;
	color: #fff;
}
#pickupArea .pager span{
	display: inline-block;
	border: solid 1px #806d4e;
	background-color: #806d4e;
	padding: 0.3em 0.6em 0.1em 0.6em;
	color: #fff;
	font-weight: bold;
}

.btn{
    width:450px;
    height:75px;
    line-height:75px;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#000000;
    text-align:center;
    color:#FFFFFF;
    font-size:25px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:5px 5px 0px 0px #DEDEDE ;
}
.btn a:hover{
    background:#806d4E;
    color:#FFFFFF;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}


.btn_c{
    width:250px;
    height:50px;
    line-height:50px;
}
.btn_c a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#806D4E;
    text-align:center;
    color:#FFFFFF;
    font-size:17px;
    font-weight:bold;
}
.btn_c a:hover{
    background:#ECEAE5;
    color:#806D4E;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}


.btn_r{
    width:300px;
    height:60px;
    line-height:60px;
}
.btn_r a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#806D4E;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size:19px;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    box-shadow:0px 0px 0px 4px #806D4E;
    text-shadow:0px 0px 0px #FFFFFF;
    transition: all 0.5s ease;
}
.btn_r a:hover{
    background:#ECEAE5;
    color:#000000;
    margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #806D4E;
}


.btn_r1{
    width:335px;
    height:60px;
    line-height:60px;
}
.btn_r1 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#806D4E;
    text-align:center;
    border:4px solid #806D4E;
    color:#FFFFFF;
    font-size:19px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:0px 0px 0px 1px #FFFFFF inset;
    transition: all 0.5s ease;
}
.btn_r1 a:hover{
    background:#0F8596;
    color:#000000;
    margin-left:0px;
    margin-top:0px;
    border:4px solid #FFFFFF;
    box-shadow:none;
}


.btn_r2{
    width:335px;
    height:60px;
    line-height:60px;
}
.btn_r2 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#806D4E;
    text-align:center;
    border:4px solid #806D4E;
    color:#FFFFFF;
    font-size:19px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:0px 0px 0px 1px #FFFFFF inset;
    transition: all 0.5s ease;
}
.btn_r2 a:hover{
    background:#D9557C;
    color:#000000;
    margin-left:0px;
    margin-top:0px;
    border:4px solid #FFFFFF;
    box-shadow:none;
}


.btn_r3{
    width:335px;
    height:60px;
    line-height:60px;
}
.btn_r3 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#999999;
    text-align:center;
    border:4px solid #999999;
    color:#FFFFFF;
    font-size:19px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:0px 0px 0px 1px #FFFFFF inset;
    transition: all 0.5s ease;
}
.btn_r3 a:hover{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#999999;
    text-align:center;
    border:4px solid #999999;
    color:#FFFFFF;
    font-size:19px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    box-shadow:0px 0px 0px 1px #FFFFFF inset;
    transition: all 0.5s ease;
}