@charset "utf-8";

/*===============================================
●common.css  画面の横幅が751px以上
===============================================*/
@media print, screen and (min-width:751px){

/*--------------------------------------------
	サイト基本設定
--------------------------------------------*/

body,html {
	display: block;
	width: 100%;
    height: auto;
}
body {
	min-width: 1000px;
    color: #130C08;
    font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
	background:url(../Image/body_bg.jpg) repeat;	
}
a {
	text-decoration:none;
	color:#333333;
	display:inline-block;
}
a:hover {
	color:#6C3B0C;
}
a img:hover {
	opacity:0.7;
}
.last {
	margin-bottom:0 !important;
}
.for_sp {
	display:none;
}

/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

#header {
	width: 100%;
    min-width: 1000px;
    background: url(../Image/hdr_bg.jpg) no-repeat center;
	padding: 17px 0;
}
#header .hdr_inner {
	width:1000px;
	margin:0 auto;
}
#header .hdr_logo {
	float:left;
}
#header .hdr_logo li {
	float:left;
}
#header .hdr_logo li a img {
	width:110px;
}

/*--------------------------------------------
	ぱんくず
--------------------------------------------*/

#topicpath {
	width: 100%;
    background-color: #5a4f43;
    padding: 3px 0;
}
#topicpath ol {
    width: 1000px;
    margin: 0 auto;
}
#topicpath ol li,
#topicpath ol li a {
	color: #fff;
	display: inline;
	font-size:12px;
}
#topicpath ol li:before {
    content:">" ;
	margin: 0 8px 0 6px;
}
#topicpath ol li:first-child:before {
	content: none;
}

/*--------------------------------------------
	コンテンツ大枠
--------------------------------------------*/

#wrapper {
    position: relative;
}
#contents {
	width: 1000px;
    padding: 40px 0 50px;
    margin: 0 auto 0;
}
#main_cts {
	float:left;
	width:700px;
}
#side_cts {
	float:right;
	width:250px;
}

/*--------------------------------------------
	サイドコンテンツ
--------------------------------------------*/

#side_cts .side_contact {
	margin-bottom:15px;
}
#side_cts .side02 {
	margin:30px 0 20px;
}
#side_cts .side_box .side_ttl {
	color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    background-color: #7d0e0e;
    padding: 9px 0 3px;
}
#side_cts .side_box .side_ttl span {
	display:inline-block;
	vertical-align: text-top;
	margin:0 10px;
}
#side_cts .side_box li {
	border-bottom: #8d776c 1px dotted;
	padding: 0 5px;
}
#side_cts .side_box li:hover {
    background-color: #efe8e0;
}
#side_cts .side_box li:last-child {
	border-bottom:none;
}
#side_cts .side_box li a {
	padding: 10px 0;
}
#side_cts .side_box li a span {
	color: #6c3f08;
    font-weight: 600;
    background: url(../Image/icon01.png) left center no-repeat;
    background-size: 12px;
    display: block;
    padding-left: 17px;
    margin-bottom: 2px;
}
#side_cts .side02 li a {
	font-size: 13px;
}
#side_cts .side03 li a {
	width: 100%;
	background:url(../Image/icon01.png) left center no-repeat;
	background-size:12px;
	padding-left:20px;
}

/*--------------------------------------------
	フッター
--------------------------------------------*/

#footer {
	width: 100%;
    min-width: 1000px;
    background: url(../Image/ftr_bg.jpg) no-repeat center;
}
#footer .ftr_inner {
	width: 1000px;
	color:#fff;
    font-size: 12px;
    padding: 120px 0 20px;
    margin: 0 auto;
}
#footer .ftr_box {
}

}