@charset "shift_jis";
/*全ページ適用CSS -------------------------------------------------------------- */
* {
	margin		: 0;
	padding		: 0;
	font-style	: normal;
	font-size	: 100%;
}

body {
	/*font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: /*"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",*/ Osaka,"MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	line-height:1.4;
	color: #333333;
	/*background: #FFFFF9;*/
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td{  
margin:0; padding:0;  
}  
table{  
border-collapse:collapse; border-spacing:0;  
}  
fieldset, img{  
border:0;  
} 
img {
	vertical-align: top;
}
/*address, caption, cite, code, dfn, em, strong, th, var{
font-style:normal; font-weight:normal;  
}*/
address, caption, cite, code, dfn, th, var{
font-style:normal; font-weight:normal;  
}
ol, ul{  
list-style:none;  
} 
caption, th{  
text-align:left;  
}
h1, h2, h3, h4, h5, h6{  
font-size:100%; font-weight:normal;  
}
hr {
display: none;
}
abbr, acronym{  
border:0;  
}
/* モダンブラウザ向け */
.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
.clearfix {
        display: inline-block;
}
/* IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End IE-mac */
.clear{
clear:both;
} 


.disp_sp{
	display:none;
}


/*------------------------------------
リンク 
------------------------------------*/ 
a:link, a:visited {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
	color: #786546;
}


/*------------------------------------
ラッパー 
------------------------------------*/ 
#wrapper {
	background:#F7F4EE;
}

/*------------------------------------
コンテナ 
------------------------------------*/ 
#container {
	margin: 0 auto;
	padding: 0px;
	width: 1020px;
	text-align: left;
	background:#fff;
}

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

#hed_wrp {
	border-bottom:3px solid #F7F4EE;
}
#header {
	width: 1020px;
	margin: 0 auto 5px;
	text-align: left;
}

#header h1{
	line-height: normal;
	padding: 7px 12px 0 0px;
	margin: 0 0px 0px;
	text-align: left;
	color:#B8A588;
}
#header p.logo {
	margin: 18px 0px 0px 9px;
	padding: 0px 0px 18px;
	float:left;
	display:block;
	width:124px;
}
#header .hed_blk {
	float:right;
	display:block;
	padding:0 18px 0 0;
}
#header .hed_blk ul li{
	float:right;
	display:block;
}

#header p.btn a:hover{
	background-position: right top;
}
ol#gnav {
	padding: 0 0 0 1px;
	background:url(../img/img-common/gnav_bg.gif) no-repeat left top;
}
#gnav li {
	float: left;
	padding: 0 1px 0 0;
	margin: 0px;
}
#gnav li a{
	background: url(../img/img-common/gnav_01.gif) left top;
	height: 45px;
	width: 185px;
	text-indent: -10000px;
	outline: none;
	overflow: hidden;
	display: block;
}

#gnav li.method02 a{
	background: url(../img/img-common/gnav_02.gif) left top;
	width: 152px;
}
#gnav li.method03 a{
	background: url(../img/img-common/gnav_03.gif) left top;
	width: 112px;
}
#gnav li.method04 a{
	background: url(../img/img-common/gnav_04.gif) left top;
	width: 136px;
}
#gnav li.method05 a{
	background: url(../img/img-common/gnav_05.gif) left top;
	width: 124px;
}


.service #gnav li.method01 a,
.mediaclip #gnav li.method02 a,
.company #gnav li.method03 a,.policy #gnav li.method03 a,.message #gnav li.method03 a,.business #gnav li.method03 a,.gaiyou #gnav li.method03 a,
.boseki #gnav li.method04 a,.catalog #gnav li.method04 a,.case #gnav li.method04 a,.order #gnav li.method04 a,.takumi #gnav li.method04 a,.faq-1 #gnav li.method04 a,.designers #gnav li.method04 a{
	background-position: left bottom;
}

#gnav li a:hover{
	background-position: left bottom;
}


/*------------------------------------
パンくず
------------------------------------*/ 
#bread {
	margin:0 auto;
	padding:20px 0 15px 267px;
	text-align:left;
	color:#786546;
}
#bread a{
	color:#786546;

}

/*------------------------------------
　コンテンツ　２カラムの場合
------------------------------------*/ 
.twocolumn #contents {
	width: 729px;
	float: right;
}
.twocolumn #contents #pagetop {
	width: 724px;
}

/*------------------------------------
左ナビ 
------------------------------------*/ 
#left_nav {
	width: 260px;
	float: left;
	display: inline;
	margin-left: 5px;
	padding-bottom: 50px;
}
#left_nav h3 {
	margin: 0px 0px 0 19px;
}
#left_nav h3.company a{
	display: block;
	width: 210px;
	height: 39px;
	background:url(../img/img-common/left_company_ttl_01.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#left_nav h3.company a:hover{
	background-position: -210px top;
}
#left_nav h3.boseki a{
	display: block;
	width: 210px;
	height: 39px;
	background:url(../img/img-common/left_ttl01.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#left_nav h3.boseki a:hover{
	background-position: -210px top;
}
#left_nav h3.form a{
	display: block;
	width: 210px;
	height: 39px;
	background:url(../img/img-common/left_form_ttl_01.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#left_nav h3.form a:hover{
	background-position: -210px top;
}


#left_nav ul.localnav {
	width: 208px;
	margin: 0px 0px 30px 19px;
	border:1px solid #E7DBCF;
	border-top:none;
}
#left_nav ul.localnav li {
	margin: 0 0 0px 0px;
	background: url(../img/img-common/left_line02.gif) no-repeat left bottom;
	padding-bottom: 1px;
}
#left_nav ul.localnav li.last {
	padding: 0;
	background: none;
} 
#left_nav ul.localnav li a{
	display: block;
	width: 208px;
	height: 48px;
	background: url(../img/img-common/left_nav01.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#left_nav ul.localnav li.method02 a{
	background: url(../img/img-common/left_nav02.gif) no-repeat left top;
}
#left_nav ul.localnav li.method03 a{
	background: url(../img/img-common/left_nav03.gif) no-repeat left top;
}
#left_nav ul.localnav li.method04 a{
	background: url(../img/img-common/left_nav04.gif) no-repeat left top;
}
#left_nav ul.localnav li.method05 a{
	background: url(../img/img-common/left_nav05.gif) no-repeat left top;
}
#left_nav ul.localnav li.method06 a{
	background: url(../img/img-common/left_nav06.gif) no-repeat left top;
}
#left_nav ul.localnav li.method07 a{
	background: url(../img/img-common/left_nav07.gif) no-repeat left top;
}
#left_nav ul.localnav li.method08 a{
	background: url(../img/img-common/left_nav08.gif) no-repeat left top;
}
#left_nav ul.localnav li.method09 a{
	background: url(../img/img-common/left_nav09.gif) no-repeat left top;
}
#left_nav ul.localnav li.method10 a{
	background: url(../img/img-common/left_nav10.gif) no-repeat left top;
}
#left_nav ul.localnav li.method11 a{
	background: url(../img/img-common/left_company_btn01.gif) no-repeat left top;
}
#left_nav ul.localnav li.method12 a{
	background: url(../img/img-common/left_company_btn02.gif) no-repeat left top;
}
#left_nav ul.localnav li.method13 a{
	background: url(../img/img-common/left_company_btn03.gif) no-repeat left top;
}
#left_nav ul.localnav li.method14 a{
	background: url(../img/img-common/left_company_btn04.gif) no-repeat left top;
}
#left_nav ul.localnav li.method15 a{
	background: url(../img/img-common/left_form_btn01.gif) no-repeat left top;
}
#left_nav ul.localnav li.method16 a{
	background: url(../img/img-common/left_form_btn02.gif) no-repeat left top;
}

#left_nav ul.localnav li a:hover{
	background-position: right top;
}
.boseki #left_nav ul.localnav li.method01 a, .boseki_set #left_nav ul.localnav li.method02 a,.catalog #left_nav ul.localnav li.method03 a, .case #left_nav ul.localnav li.method04 a,
.faq #left_nav ul.localnav li.method05 a, .move #left_nav ul.localnav li.method06 a,.move_case #left_nav ul.localnav li.method07 a, .order #left_nav ul.localnav li.method08 a ,
.faq #left_nav ul.localnav li.method09 a,.takumi #left_nav ul.localnav li.method10 a,.policy #left_nav ul.localnav li.method11 a,.message #left_nav ul.localnav li.method12 a, 
.business #left_nav ul.localnav li.method13 a,.gaiyou #left_nav ul.localnav li.method14 a,.form_service #left_nav ul.localnav li.method15 a,.form_reien #left_nav ul.localnav li.method16 a,.company #left_nav h3.company a{
	background-position: right top;
}


#left_nav ul.btn_block01{
	margin: 0 0 18px 19px;
}


#left_nav ul.btn_block01 li.method02 {
	/*background: url(../img/img-common/left_line01.gif) no-repeat 6px 0px;*/
	/*padding-top: 23px;*/
	margin-top: 38px;
}

#left_nav ul.btn_block01 li.method05 {
	margin: 0 0 40px -7px;
}
#left_nav ul.btn_block01 li a {
	display: block;
	width: 210px;
	height: 200px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(../img/img-common/left_btn01.jpg) no-repeat left top;
}
#left_nav ul.btn_block01 li.method02 a {
	background: url(../img/img-common/left_btn02.jpg) no-repeat left top;
	height: 129px;
}
#left_nav ul.btn_block01 li.method03 a {
	background: url(../img/img-common/left_btn03.jpg) no-repeat left top;
	height: 104px;
}
#left_nav ul.btn_block01 li.method05 a {
	background: url(../img/img-common/left_nav11.jpg) no-repeat left top;
	width: 219px;
	height: 180px;
}
#left_nav ul.btn_block01 li.method06 a {
	background: url(../img/img-common/left_nav12.jpg) no-repeat left top;
	width: 170px;
	height: auto;
	padding:90px 15px 0 15px;
	margin:0 0 86px 3px;
	text-indent:0;
}

#left_nav ul.btn_block01 li.method07 a {
	background: url(../img/img-common/left_btn05.gif) no-repeat left top;
	width: 155px;
	height: auto;
	padding:0px 0 0 0;
	margin:0px 0 0px 18px;
	text-indent: -9999px;
  overflow: hidden;
  outline: none;
}

#left_nav ul.btn_block01 li a:hover {
	background-position: right top;
}

#left_nav ul.btn_block01 li.txt a {
	display: inline;
	width: auto;
	height: auto;
	text-indent: 0px;
	background: none;
	text-decoration: none;
}
#left_nav ul.btn_block01 li.txt {
	padding: 6px 36px 23px 6px;
}

#left_nav ul.btn_block01 li.txt a:hover {
	text-decoration: underline;
}

#left_nav ul.btn_block01 li.text02 {
	padding: 6px 5px 0 38px;
	text-decoration:none;
}

#left_nav ul.btn_block01 li.text02 a{
	text-decoration:underline;
}

#left_nav ul.btn_block01 li.text02 a:hover{
	text-decoration:none;
}

#left_nav p.bnr01 {
	margin: -30px 0 0 19px;
	padding: 0 0 50px;
}
#left_nav p.bnr01 a {
	display: block;
	width: 210px;
	height: 284px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background: url(../img/img-common/left_btn04.jpg) no-repeat left top;
}
#left_nav p.bnr01 a:hover {
	background-position: right top;
}
#left_nav p.bnr02 {
	margin: 0px 0 0 19px;
	padding: 0 0 30px;
}
#left_nav p.bnr02 a {
	display: block;
	width: 207px;
	height: 119px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	background:url(../img/img-common/left_company_btn05.jpg) no-repeat left top;
}


#left_nav p.bnr03 {
	margin: 0px 0 0 19px;
	padding: 0 0 30px;
	width: 200px;
}
#left_nav p.bnr03 a {
}




#left_nav p.bnr02 a:hover,
#left_nav p.bnr03 a:hover {
	background-position: right top;
}

#left_nav p#ssl_seal {
	text-align: center;
	padding: 0px 0px 50px;
}


/*------------------------------------
ページトップ
------------------------------------*/ 
#wrapper #pagetop {
	margin: 0px;
	padding: 30px 0px 20px;
	clear: both;
	width: 990px;
}
#wrapper #pagetop p {
	margin: 0px;
	padding: 0px 0 0 838px;
}
.twocolumn #wrapper #pagetop p {
	margin: 0px;
	padding: 0px 0 0 608px;
}
#wrapper #pagetop p a {
	display: block;
	padding-left: 15px;
	background: url(../img/img-common/ico_arrow01.gif) no-repeat left 5px;
}




/*------------------------------------
フッター
------------------------------------*/ 
#fot_wrp {
	clear: both;
	background:#EBE6D6;
}
#footer {
	text-align: left;
	clear: both;
	margin: 0 auto;
	padding: 39px 0px 30px;
	width: 1020px;
	background:#EBE6D6;
}

#footer ul {
	text-align: center;
	padding: 0 0 7px;
	font-size: 12px;
	overflow:hidden;
}

#footer ul li{
	display: inline;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0px;
	border-right: 1px solid #999999;
	color:#333333;
}
#footer ul li.last{
	border: none;
	padding: 0;
	margin: 0;
}
#footer ul li a{
	text-decoration: none;
	color: #333333;
}
#footer ul li a:hover{
	text-decoration: underline;
}

#footer p#copyright {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 10px;
}

#seo_wrp {
	background:#EBE6D6;
	width:100%;
	min-width:1020px;
}

#seo {
	margin: 0 auto;
	text-align: left;
	width: 984px;
}

#footer p.last {
	color: #000000;
	background: #EEECE1;
	padding: 18px;
	margin: 0;
	text-align: center;
}

#seo h3 {
	margin: 0px;
	padding: 10px 0px 10px 67px;
}

#seo p {
	margin: 0px;
	padding: 20px 80px 20px 50px;
	color:#7F7F7F;
	line-height:1.8;
}

p#copyright {
	color: #FFFFFF;
	background: #808080;
	padding: 5px;
	min-width:1010px;
}






/*------------------------------------
新着
------------------------------------*/ 
body.topic{
	text-align: left;
	/*background: #FFFFFF;*/
	background: none;
	/*background:#000;*/
	color:#fff;
	}
.topic h1{
	margin:12px 0 0;
	padding:0;
	
	float:left;
	display:block;
	width:50px;
	}
.topic .block{
	margin:0;
	padding:0;
	float:left;
	display:block;
	width:500px;
	}
.topic #contents dl{
	margin:0px 0 0 10px;
	padding:0;
	width:630px;
	/*height:707px;*/
	height:auto;
	/*overflow-y:auto;*/
	}
.topic #contents dl dt{
	background:url(../img/img-topic/icon_01.gif) 0% 45% no-repeat ;
	margin:11px 0 0 0;
	padding:0;
	float:left;
	/*font-size:117%;*/
	width:80px;
	}
.topic #contents dl dt span{
	padding:0 0 0 16px;
	}
.topic #contents dl dd{
	margin:0 10px 0 0; 
	padding:10px 0 12px 90px;
	/*border-bottom:dashed #999999 1px;*/
}
.topic #contents dl dd em.tittle{
	margin:0 0 8px 0;
	margin:0;
	padding:0;
	/*font-size:117%;*/
	text-align:left;
	width: 490px;
	display: block;
	font-style:normal;
	/*font-weight:bold;*/
}
.topic #contents dl dd em.tittle a{
	/*color:#552B00;*/
	color:#fff;
}
.topic #contents dl dd a.tittle{
	margin:0 0 0 0;
	padding:0;
	font-size:100%;
	text-align:left;
	width: 490px;
	display: block;
}
.topic #contents dl dd h3{
	margin:3px 0 0 0;
	padding:0;
	text-align:left;
	width: 490px;
	}
.topic #contents dl dd em{
	font-style:italic;
	}
.topic #contents .block p.none{
	margin: 15px 0 0 15px;
}



.topic-pop #wrapper{
	width:610px;
	background:none;
	}
.topic-pop #wrapper #contents{
	margin:0 0 0 30px;
	width:600px;
	}
.topic-pop #wrapper #contents h2{
	margin:10px 0 10px 0;
	padding:0;
	font-size:100%;
	float:right;
	}
.topic-pop #wrapper #contents h1{
	background:url(../img/img-topic/popup-bg_01.gif) no-repeat;
	clear:both;
	margin:20px 0 0 0;
	padding:15px 0 10px 10px;
	font-size:100%;
	border-bottom:#D0EBB8 solid 1px;
	font-weight:bold;
	font-size:133%;
	}
.topic-pop #footer{
	width:610px;
	}
	
	
.topic-pop{
	background:none;
}
.topic-pop #contents p{
	padding:10px 0 10px 0;
	margin:0;
}
.topic-pop #contents .left{
	float:left;
	padding:0 20px 0 20px;
}
.topic-pop #contents .right{
	width:400px;
	padding-top:10px;
	float: left;
}
.topic-pop #footer li{
	list-style:none;
	padding:0;
	border-style: none;
}
.topic-pop #footer li a{
	background:url(../img/img-topic/popup-btn_01.gif) no-repeat left top;
	width:98px;
	height:24px;
	display:block;
	outline:none;
	overflow:hidden;
	text-indent:-9999px;
}
.topic-pop #footer li a:hover{
	background-position: left -24px;
}
.topic-pop strong{
	font-weight:bold;
}
.topic-pop em{
	font-style:italic;
}
.topic-pop u{
	text-decoration:underline;
}
.topic-pop #footer{
	background:none;
	width:auto;
}
.topic-pop #wrapper{
	background:none;
	width:670px;
	margin:0 auto;
	text-align:center;
}
.topic-pop #contents{
	width:650px;
	text-align:left;
}
.topic-pop #footer ul{
	margin:0 0 0 280px;
	padding:25px 0 30px 0;
	text-align:left;
}
.topic-pop #contents .center{
	clear:both;
	padding:0 30px 0 30px;
}

/*新着情報ポップアップ内のポップアップ写真*/
.picture #contents{
	float:none;
	margin:0 auto;
	width:auto;
	}
.picture #contents p{
	margin:0 auto;
	padding:20px 0 20px 0;
}	
.picture #contents #footer{
	background:none;
	width:auto;
}	
.picture #contents #footer p{
	margin:0 auto;
	text-align: center;
	width:98px;
}	
.picture #footer p a{
	background:url(../img/img-topic/popup-btn_01.gif) no-repeat left top;
	width:98px;
	height:24px;
	display:block;
	outline:none;
	overflow:hidden;
	text-indent:-9999px;
}
.picture #footer p a:hover{
	background-position: left -24px;
}
#pagetop_wp {
	clear: both;
	background:#F7F4EE;
}
#pagetop {
	margin: 0px auto;
	padding: 0px;
	width: 1020px;
	text-align: left;
	background:#fff;
}
#pagetop a {
	background: url(../img/img-common/pagetop_btn01.gif) no-repeat left top;
	height: 30px;
	width: 150px;
	text-indent: -10000px;
	display: block;
	outline: none;
	overflow: hidden;
}
#pagetop a:hover {
	background-position: right top;
}

#pagetop p {
	margin: 0px;
	padding: 70px 0px 21px 838px;
}



/*定点バナー------------------------------------------------*/

#teiten {
  position: fixed;  
	/*top: 270px;*/
	bottom: 60px;
	right: 0;
	/*height: 365px;
	width: 120px;*/
	width: 51px;
	z-index: 99;
}
#teiten p.btn{
	width:85px;
	margin:0 auto;
}
#teiten p a{
	height: 325px;
	width: 85px;
	background: url(../img/img-common/teiten_bnr05.png) no-repeat left top;
	text-indent: -10000px;
	outline: none;
	overflow: hidden;
	display: block;
	margin: 0 0 5px;
	display: none;
}
#teiten p.last{
	margin:0 0 20px;
}
#teiten p.method02 a{
	height: 282px;
	width: 49px;
	margin: 0 0 0 2px;
	background: url(../img/img-common/teiten_bnr06.png) no-repeat left top;
	/*margin: 0 0 5px;*/
	display: block;
	/*margin: 0 0 20px;*/
}
#teiten p.method03 {
	margin: 10px 0 0 0;
}
#teiten p.method03 a{
	height: 210px;
	width: 51px;
	margin: 0;
	/*background: url(http://www.ohakajimai.com/img/img-common/teiten_bnr03.png) no-repeat left top;	margin: 0 0 5px;*/
	background: url(../img/img-common/teiten_bnr07.png) no-repeat left top;
	display: block;
}


#teiten p a:hover{
	background-position: right top;
}

#teiten p a.visible{
	text-indent: 0;
	width: auto;
	height: auto;
	background: none;
	margin: 0;
}
