/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

@charset "utf-8";
/* CSS Document */


/*全体*/
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS P Gothic",sans-serif;
	background-color:/*#F0DFD4;*/#FFFFFF;
        /*background-image: url(../image/shopphoto3.jpg);
        background-image: url(../image/24.jpg);
        background-repeat: repeat-x;*/
        
}

body h1,h2,p {
	margin: 0px;
	padding: 0px;
}

p {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
}



/* ラッパー */
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;      /*左に寄せる時 250px;*/
        /*border:1px #000000 solid;　　ボーダー設定*/
}

#setumei{
	width: 1050px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#setumei h1 {
	font-size: small;
	width: 1050px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	padding-top: 5px;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS P Gothic",sans-serif;
}


/* コンテンツ　*/
#contents {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


/*ヘッダー*/

#header {
	width: 1050px;
        height: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo1{
	float: left;
	height: 100px;
	width: 220px;
        /*background-color: red;*/
}



/*グローバルナビゲーション*/

#navi {
	width: 700px;
        margin-right: 75px;
	margin-left: auto;
	margin-top: 70px;
	margin-bottom: 0px;
	float: right;
}

#navi ul {
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi ul li {
	text-align: center;
	float: left;
	width: 130px;
	height: 40px;
}



/*サイドメニュー*/

.side {
	float: left;
	width: 200px;
}
.sideleft {
	width: 200px;
	margin-top: 30px;
        /*ボーダー設定border:2px brown dashed;*/
}

.sideright{
        float:right;
        margin-top: 150px;
        margin-right: 30px;
               
}

/*メイン*/

#main {
	float: right;
	width: 800px;
	padding: 0px;
        margin-left: 0px;
}

#main .image{
    margin-top: 10px;
    
}

#shopphoto,#contact,#work{
    margin-top: 30px;
}

#information{
    margin-top: 30px;
}

#map{
    margin-top: 30px;
}



/*フッター*/

.footer {
	width: 960px;
	width: 900px;
	text-align: center;
	color: #ffffff;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

.footer p{
	color: #492B0D;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*トップへ*/
#toTop {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 20px;
}



/*スライドショー*/

#slideshow{
    position: relative;
    width: 800px;
    height: 500px;
    z-index:-1;
    /*margin-top: 30px;*/
    
    /*
    filter:alpha(opacity=20);
    -moz-opacity:0.5;
    opacity:0.5;
    */
}

#slideshow img.active{
    z-index: 10;
    opacity: 1.0;
}

#slide img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8; /*z-indexは値が大きいほど手前に表示*/
    opacity: 0.0;
    box-shadow: 20px 20px 20px rgba(0,0,0,0.4);
}

#flame{
    position:relative;
    z-index: 15;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
}

/*インフォメーションテーブル*/
.info {
   width:100%;
   border-collapse: collapse;
}

.info th{
    width:25%;
    padding:6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #f59b9b;
    border: 1px solid #b9b9b9;
    }
    .info td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

/*お問い合わせフォーム-->*/
#formmail {
    width: 100%;
    padding-top: 50px;
    
}  
  
#formmail th,#formmail td {  
    vertical-align: top;  
    border: 1px solid #999999;  
}  
  
#formmail th {  
    padding: 5px 0 10px 10px;  
    background-color: #f59b9b;  
}  
  
#formmail th span {  
    font-weight: normal;  
    color: #ff0000;  
    padding: 0 0 0 1em;  
}  
  
#formmail td{ 
    padding: 10px 10px 10px 10px; 
}  

#center{
    padding-top: 20px;
    text-align: center;
}

/*仕事画像*/
.image{
    padding-bottom: 50px;
}


/* その他　*/

.cm{
	width: 800px;
	margin-bottom: 15px;
        margin-top: 100px;
}
.cm p{
	margin: 10px;
	font-size: 12px;
	line-height: 150%;
}

/*クリアフロート*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/*試し*/
.sideleft p{
    color:#000000;
    font-style: oblique;
    font-size: x-large;
    font-family:DFKai-SB,游明朝,"Yu Mincho";
    font-weight: bold;
}

.sideleft ul{
    color:#EB823E;
    list-style-type: none;
    font-family:DFKai-SB,游明朝,"Yu Mincho";
    font-weight: bold;
    margin-top: 5px;
    font-size: large;
}

.sideleft li{
    font-style: oblique;
    margin-bottom: 5px;
}

.sideleft a{
    text-decoration: none;
}

.sideleft a:link,.sideleft a:visited{
    color:#EB823E;
}

.sideleft a:hover{
    text-decoration: underline;
    /*font-size: x-large;*/
    color: #805B43;
}