﻿@import "http://";
@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
        scrollbar-3dlight-color:    #ffffff;
        scrollbar-arrow-color:      #c0c0c0;
        scrollbar-base-color:       #ffffff;
        scrollbar-darkshadow-color: #ffffff;
        scrollbar-face-color:       #ffffff;
        scrollbar-highlight-color:  #ebebeb;
        scrollbar-shadow-color:     #c0c0c0;
        scrollbar-track-color:      #ffffff;
}

body {
	font:75%/2 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #706f5b;
	background: #fff url(../images/bg.png) repeat-x center top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}

a {
	color: #857041;
	text-decoration: none;
}
a:hover {
	color: #ad1931;
	text-decoration: none;
}
a:focus {
   outline:none;
}

span {
   color : #800000;
}

strong {
   color : #ad1931;
}

#wrap {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	border-left: 1px solid #9eb2b3;
	border-right: 1px solid #9eb2b3;
}
#head {
	height: 135px;
	width: 970px;
	position: relative;
	background: url(../images/header_bg.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#head h1 {
	line-height: 20px;
	font-size: 95%;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #550000;
}

#navi {
	float: right;
        padding: 38px 20px 0 0;
}
#navi ul li {
	padding: 0 5px;
	font-weight: nomal;
	text-align: center;
	float: left;
	list-style-type: none;
	list-style-image: none;
}
#navi ul li a {
	padding: 0px;
}

/*サイト名*/
#head #site-name {
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 2;
}

/*スライド*/
.viewer {
	position: relative;
	height: 240px;
	width: 960px;
	clear: left;
	z-Index:1;
	border-bottom: 1px solid #9eb2b3;
}

.viewer ul {
	width: 960px;
	height: 240px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 960px;
	height: 240px;
	display: none;
	position: absolute;
}

/*---------- メイン ----------*/
#main_area {
	float: right;
	width: 700px;
	padding: 10px 15px 30px 0px;
}

#main_area h2 {
	color: #604033;
	font-size: 100%;
	padding-left: 55px;
	line-height: 35px;
	height: 35px;
	clear: both;
	width: 660px;
	background: url(../images/main_title.png) no-repeat;
}

#main_area h5 {
	width: 90%;
	font-size: 100%;
	color: #604033;
	line-height: 30px;
	background : url(../images/main_subtitle.png)  no-repeat;
	background-position: 0px;
	padding-top: 3px;
	padding-left: 10px;
	margin: 0px 0 5px 20px;
}

#main_area p.right {
	text-align: right;
	padding-right: 5px;
}

/*---------- ticker ----------*/
.ticker {
	width: 688px;
	margin: 5px 0 20px 0;
	padding: 5px;
	text-align: left;
	border: #af965b 1px solid;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	display: none;
}

/*----- INFOMATION ----------------------------------------*/
#main_area dl.info {
	width: 688px;
	height: 128px;
	overflow: auto;
        margin: 0px 0 30px 0;
	padding-left: 10px;
	border-left: 1px solid #d3cdc2;
	border-right: 1px solid #d3cdc2;
	border-bottom: 1px solid #d3cdc2;
   	line-height: 25px;

}
#main_area dl.info dt {
	width: 80px;
	color: #400000;
	float: left;
}

#main_area dl.info dd {
        background: url(../images/line_dot1.gif) repeat;/*日付ごとの下線*/
	padding-left: 80px;
        margin-right: 10px;
}

* html #main_area dl.info {
	width: 638px;	/*IE6用*/
}

/*---------- During Production ----------*/
#main_area div.box2column1 {
	width: 700px;
	margin: 0px;
	padding: 10px 0 30px 0;
}

#main_area div.box2column1_left {
	float: left;
	width: 480px;
	padding: 0px;
}

* html #main_area div.box2column1_left {
	width: 500px;	/*IE6用*/
}

#main_area div.box2column1_right {
	float: right;
	width: 200px;
	height: 225px;
        padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

* html #main_area div.box2column1_right {
	width: 210px;	/*IE6用*/
}

#main_area div.box2column1 p.line {
        line-height: 25px;
        background: url(../images/line_dot1.gif) repeat;
        padding-left: 5px;
}

/* --- recent works --- */
#multibox {
	width: 700px;
	margin: 20px auto;
	letter-spacing: 21px;
	letter-spacing: 22px\9;   /* for IE8 */
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 20px;
}

#multibox .box {
	display: inline-block;
	*display: inline;   /* for IE6,7 */
	*margin: 0 25px 0 0;   /* for IE6,7 */
	width: 214px;
	height:215px;
	padding-top: 15px;
	text-align: center;
	letter-spacing: normal;
	background-color: #fff;
	border:1px #d3cdc2 solid;
	vertical-align: top;
	zoom: 1;
}

/*---------- PR ----------*/
#main_area div.box2column2 {
	width: 650px;
	height: 55px;
	margin: 5px 0 0px 20px;
	padding-bottom: 25px;
	border-bottom: 1px #d3cdc2 solid;
}

#main_area div.box2column2_left {
	float: left;
	width: 200px;
	padding: 0px;
}

#main_area div.box2column2_right {
	float: right;
	width: 435px;
        padding: 0px 10px 0px 0px;
}

#main_area div.box2column2 p.line {
        line-height: 25px;
        background: url(../images/line_dot1.gif) repeat;
        padding-left: 5px;
}

/*---------- about ----------*/
#main_area_a {
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
}
#main_area_a #main_area_a_left {
	float: left;
}
#main_area_a_left img {
	border: 10px solid #F1EDE7;
}
#main_area_a_right {
	float: right;
	width: 350px;
        margin-right: 15px;
	overflow:auto;
}
#main_area_a_right img {
	padding-top: 5px;
}

#main_area_a_right #right_in {
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #92B9C8;
	font-size: 90%;
}
#main_area_a_right #right_in p {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*---------- ABOUT テーブル ----------*/

#main_area_a_right table.style_a {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

#main_area_a_right table.style_a th {
	width: 80px;	/*項目部分の幅*/
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#main_area_a_right table.style_a td {
	padding: 0px;
}

#main_area_r {
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 56px;
	overflow: hidden;
	text-align: left;
}
#main_area_r .main_area_r_in {
	padding-bottom: 12px;
}

.m_t_20px {
	margin-top:20px;
}
.m_b_20px {
	margin-bottom:20px;
}
.m_b_10px {
	margin-bottom:10px;
}
.p_c {
	text-align: center;
}

/*---------- リンク（バナー横並び）----------*/

#main_area ul.linkbanner {
	width: 90%;
	margin: 15px 0 20px 20px;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#main_area ul.linkbanner li {
	margin: 3px;
	float: left;
}

* html #main_area ul.linkbanner li {
	display: inline;	/*IE6用*/
}

#main_area ul.linkbanner img {
	vertical-align: bottom;
}

/*----------サイドバー ----------*/
#sub {
	float: left;
	width: 210px;
	padding: 10px 0px 0px 15px;
}

#sub img {
        padding: 0 0 10px 0;
}

#sub h3 {
	font-size: 120%;
        color: #604033;
	border: 1px solid #af965b;
	background: #e5ecee url(../images/sub_title1.png) no-repeat;
	padding: 20px 5px 0px;	/*上、左右、下*/
	text-align: center;
}

#sub h4 {
	font-size: 120%;
        color: #604033;
	border-bottom: 1px solid #af965b;
	background: #fff url(../images/sub_title2.png) no-repeat;
	padding: 20px 5px 0px;	/*上、左右、下*/
	text-align: center;
}

#sub p {
	padding: 0.25em 5px 1em;	/*上、左右、下*/
}

#sub p.p_c {
	text-align: center;
}
#sub p.right {
	text-align: right;
	padding-right: 5px;
}
/*---------- サブbox1 ----------*/
#sub .box1 {
	background: url(../images/sub_bg1.png);
	padding: 10px 5px 0 5px;
	border: 1px solid #af965b;
}

#sub .box1 ul.submenu1 li a {
	width: 186px;
	background: #FFF;
}
#sub .box1 ul.submenu1 li a:hover {
	background: #f4eed9;
}

/*---------- サブbox2 ----------*/
#sub .box2 {
	background: #fff;
	padding: 0px;
	border: 1px solid #af965b;
	text-align: center;
}

/*---------- サブbox3 ----------*/
#sub .box3 {
	background:  url(../images/sub_bg1.png);
	padding: 10px 5px 0 5px;
	border: 1px solid #af965b;
}

#sub .box3 ul.submenu3 li a {
	width: 186px;
	background: #FFF;
        padding: 10px 5px 10px 5px;
}

/*---------- サブbox4 ----------*/
#sub .box4 {
	width:210px;
	height:100px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:200px;
}

#sub .box4 div img {
     vertical-align:middle;
}

/*---------- 下余白 ----------*/
.m-b {
	margin-bottom: 20px;
}
.m-b_1em {
	margin-bottom: 1em;
}

/*---------- サブメニュー ----------*/
#sub ul.submenu1 li a {
	display: block;
	padding: 5px;
	width: 198px;
	border-left: 1px solid #af965b;
	border-right: 1px solid #af965b;
	border-bottom: 1px solid #af965b;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}
#sub ul.submenu1 li a:hover {
	background: #e4dfd3;
}

#sub ul.submenu2 li {
	padding-top: 10px;
}

#sub ul.submenu2 li img {
	padding: 0px;
	border: 1px solid #cccccc;
}
#sub ul.submenu2 li a:hover img {
	border: 1px solid #ad1931;
}

#sub ul.submenu3 li a {
	display: block;
	padding: 10px 0 5px 0;
	width: 198px;
	border-right: 1px solid #af965b;
	border-bottom: 1px solid #af965b;
	border-left: 1px solid #af965b;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
}
#sub ul.submenu3 li img {
	padding: 0px;
	border: none;
}

/*----- カウンター用ボックス -------------------------------*/
#sub .count-box {
	clear: both;
	width: 210px;
	height: 50px;
	margin: 0px 0 10px 0px;
	background: url(../images/count_bg.png) no-repeat;
	overflow: hidden;
	zoom: 1;
}

#sub .count1 { 
	display: inline; 
	padding: 18px 0px 15px 65px; 
	margin: 0; 
	float: left;
}

#sub .count2 {
	padding: 24px 18px 0 0px;
	margin: 0; 
	float: right;
}

/*---------- page topナビ ----------*/
#top-nav {
    position:fixed;
    bottom:150px;
    left:auto;
    margin:0 0 0 961px;
    width:50px;
    height:120px;
    background:url(../images/page_top1.png) no-repeat left bottom;
}
/* IE6以下用 */
* html #top-nav {
    margin:0 0 -390px 0;
    position:relative;
    bottom:147px;
    left:960px;
}

#top-nav:hover {
    background:url(../images/page_top2.png) no-repeat left bottom;
}
a.page_top {
    display:block;
    width:50px;
    height:120px;
}
/*---------- フッター -----------*/
#foot {
	clear: both;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #550000;
	background: url(../images/footer_bg.png);
	border-top: 1px solid #9eb2b3;
	border-bottom: 1px solid #9eb2b3;
}
