/*
Theme Name: ORIGINAL
Theme URI: 
Description: MUEXのテーマ
Version: 1.0
Author: 
Author URI: 
*/

* { margin: 0; padding: 0;}

body {
    margin: 0;
    padding: 0;
    font-size: 90%; /* Resets 1em to 10px */
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
    background-color: #fff;
    color: #555;
    text-align: center;
    line-height:160%;
    }
body{
    background-image: url('../images/body_bg.jpg');
    background-repeat: repeat-x;
    position: top;
}

.clear{ clear: both; line-height: 0;}


/* ---------------------------見出し title */
h1{ 
    float: left;
    margin:0px 0px 0px 0;
    padding:3px 0px 0px 30px;
    font-size: 70%;
    font-weight: normal;
    }

#main h2,.single h2,.post_h2,.title_h2,.center {
    font-size: 1.1em;
    color:#444;
    background-image: url('../images/h2_bg.jpg');
    background-repeat: no-repeat;
    padding: 7px 0 6px 20px;
    margin-bottom: 10px;
    clear: both;
    }

.pagetitle{
    font-weight: normal;
    color: #fff;
    padding: 40px 0 0 50px;
}


.post h3{
    font-size: 1.1em;
    margin: 20px 0;
    color: #435198;
    clear: both; 
    padding: 5px 0 5px 30px;
    
    background-image: url('../images/arrow02.gif');
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #ccc;
    }
.post h3 a{
    color: #fff;
}
.post h3 a:hover {
	text-decoration: none;
	}
.single h3{
    margin-bottom: 20px;
}

#main h4{
    float: left;
    padding: 0px 0 0px 10px;
    width: 100%;
    font-size: 100%;
    }
.post h4{
    color: #CC6600;
}

/* -------------------------------------Basic Layout */

#wrapper{
    clear: both; 
    text-align: center;
    width: 900px; 
    margin: 0 auto;
    }
#layout{
    float: left;
    text-align:center;
    margin:0 auto;
    padding:0px;
    width: 900px;
    } 
#contents {
    float: left;
    padding:0;
    margin-top: 0;
    width: 900px;
    height: 100%;
    background-color: #fff; 
    clear:both;
    text-align: left;
    min-height: 680px;
    }

#contents a{
    text-decoration: none;
    }
#contents a:hover{
    text-decoration: underline;
    }
#header {
    position: relative;  
    margin: 0 auto;
    padding: 0;
    float: left;
    height: 100px;
    width: 900px;
    }
#main {
    text-align:left;
    padding:0px;
    margin:0 20px 20px 0;
    width:610px;
    float: right;
    background-color: #fff;
    }

#main a{
    

}

.entry{
    margin: 0;
}

#side{
    width: 240px;
    float: left;
    margin: 0 0 0 15px;
}
#footer {
    text-align: center;
    width: 900px; 
    height: 120px;
    margin:0 auto;
    clear: both;
    }

.sub_image{
    height: 100px;
    background-image: url(../images/sub_image.jpg);
    background-repeat: no-repeat;
}
/* -------------------------------------ヘッダー */       
.logo{
    float: left;
    margin: 8px 0 0 30px; 
    }    

.head_box_01{
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    height: 52px;
    width: 285px;
    }

/* -----------------------head navi */
#head_navi{
    margin-top: 0px;
    float: right;
    }
.tel{
    float: right;
    margin-top: 15px;
}

#h_navi {
 padding-top: 3px; float: right;
}

ul#h_navi li{
    background-image: url('../images/arrow.gif');
    background-repeat: no-repeat;
    background-position: left center;
    list-style: none;
    display: block;
    float: left;
    padding-left: 13px; 
    color: #666;
    }    
ul#h_navi li a{
    padding-right: 5px; 
    font-size: 10px;
    list-style: none;
    display: block;
    float: left;
    color: #666;
    text-decoration: none;
    }    
ul#h_navi li a:hover{
    color: #bb4f26;
    text-decoration: underline;
}

/* -------------------------------------main menu */

#main_menu{
    text-align: center; 
    width: 900px;
    height: 40px;
    clear: both;
    margin: 0 auto;
    }

#main_menu ul li{
    list-style: none;
    display: block;
    float: left;
    position: relative; 
    }
#main_menu ul li a{
    width: 149px;  
}

#main_menu a {
    font-size: 90%;
    line-height: 40px;
    float: left;
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
    color: #fff; 
    }
#main_menu a:hover{
     
    font-size: 90%;
    line-height: 40px;
    background-image: url('../images/menu_on.jpg');
    background-repeat: repeat-x; 
    text-decoration: none;
    color: #fff;
    }
#main_menu li{
   background-image: url('../images/menu_border.jpg');
   background-repeat: no-repeat;
   background-position: center left;
}

.navi_end{
   float: left;
   width: 1px;
   height: 40px;
   background-image: url('../images/menu_border.jpg');
   background-repeat: no-repeat;
   background-position: center right;
}

 
#main_menu li a:hover,.current_page_item{
    background-image: url('../images/menu_on.jpg');
    background-repeat: repeat-x; 
}

/* -------------------------------------ドロップダウンメニュー */                                       

#main_manu ul li li { /*2段目以降のリスト項目*/
  clear: left;
  position:relative;
}



#main_menu ul ul ul { /*3段目以降*/
  top: 0;
  left: 160px;
}

ul.sub-menu {
    display: none; position: absolute; top: 40px; left: 0;
}  
* html ul.sub-menu { line-height: 0; }  
ul.sub-menu li{float: none;


}
 
ul.sub-menu li a{
    text-align: left;
    padding-left: 10px;    
    display: block;  
    background-color:#666;
    margin: 0;    
    border-bottom: 1px dotted #ccc;  
    zoom: 1;  
    line-height: 1;
}  
ul.sub-menu li a.hover {
    color: #fff;

}  


/* -------------------------------------home ホーム*/

.main_image {
    float: left;
    width: 900px;
    height: 300px;
    clear: both;
}

.home_h2_01{
    margin-top: 15px;
}
.box_1{
    margin-bottom: 10px;
}
.bn_h2{
  float: right;
}

.ichiran {
   margin-top: 3px;
   margin-right: 20px;
   float: right;
}



/*-------------------------------------- side */
#side a{ color: #775600;}

.side_bn{
  margin: 0px 0 10px 0px;
 
 }

.btn_02{ margin-top: 8px;
    border: 1px solid #ccc;}



.feed{ margin-top: 10px; border-top: 1px dotted #ccc; padding-top: 3px;}

/* ------------------------------------- home 新着情報*/
ul.new_ul li{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    }
.new_ul{
    width: 100%;
    float: left;
    margin: 0px 0 15px 0;
}
ul.new_ul li {
	list-style-type: none;
	background-image: url('../images/arrow-5.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
/* -------------------------------------サイドバーウィジット挿入時 */
ul.side_navi ul li {
	list-style-type: none;
	background-image: url('../images/arrow-5.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 15px;
    border-bottom: 1px dotted #ccc;
	}

ul.side_navi li a{
    font-size: 90%;
    padding-left: 0px;
    }

#side h2{
    background-image: url('../images/side_h2.jpg');
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 1.1em;
    color:#444;
    padding: 6px 0 6px 20px;
    margin: 10px 0 5px 0;
}

.widget-container {
    list-style-type: none;
}
/* -------------------------- side_menu_2 */
ul.side_navi_2{
    margin-top: 5px;
}

ul.side_navi_2 li{
    list-style-type: none;
    border-bottom: 1px solid #ccc;

}
ul.side_navi_2 li a{
    font-size: 90%;
    font-weight: bold;
    display: block;
    background-color: #F0F7DB;
    padding: 7px 0 7px 18px;
    background-image: url('../images/arrow02.gif');
    background-repeat: no-repeat;
    background-position: center left;
}
ul.side_navi_2 li a:hover{
    background-color: #F8FAEB;
}
        
/*--------------------------------------パンくずリスト*/    

.bread{
    width: 885px;
    height: 15px;
    margin-bottom: 5px;
    padding: 5px 0 7px 15px;
    clear: both;
    color: #666;            
    }
.bread a{
    color: #666;
    text-decoration: underline;
    }    
.bread a:hover{
    color: #5db700;
}    

.bread ul li{
    list-style-type: none;
    float: left;
    padding-right: 5px;

}

/*------------------page top*/

.page_top{
    background-color: ;
    margin: 0 auto;
    width: 900px;
    background-color: #fff;
    text-align: right;
    height: 24px;
    clear: both;
    }
.page_top a{
    float: right;
    margin-right: 20px; 
    display: block;
    width: 115px;
    height: 24px;
    background-image: url('../images/page_top.gif');
}

.page_top_2{
   clear: both;
   margin-top: 15px;
}

/* -------------------------------------footer */

#footer_bg{
    background-color: #d9d9d9;
    height: 125px;
    width: 100%;
}
    
#footer p {
    margin: 0;
    padding: 0;
    }
#footer a {
    color:#666;
    }
#f_navi{
    text-align: center;
    clear: both;
    padding-top: 10px;
    text-align: center;
    }
#f_navi li {
    background-image: url('../images/border_02.gif');
    background-repeat: no-repeat;
    background-position: center left;
    vertical-align: center;
    text-align: center;
    background-color: ;   
    display: -moz-inline-box;   
    display: inline-block;   
    padding: 0;
     
    }   
* html #f_tnavi li{     
    display: inline;   
    margin-right: 3px;   
    zoom: 1;   
    }   
*+html #f_navi li {     
    display: inline;   
    margin-right: 3px;   
    zoom: 1;   
    }   
#f_navi li a {
    font-size: 80%;   
    display: block;   
    text-decoration: none;   
    }  
#f_navi li a:hover {
    font-size: 80%;
    color: #45a28d;   
    display: block;   
    text-decoration: underline;   
    }
    
#f_navi li {
    padding-left:10px;
    padding-right:10px;
    }
#f_navi li.last {
    border-right:0;
    } 
.footline{
    height: 10px;
    width: 900px;
    margin-bottom: 5px;
    background-image: url('../images/footline.gif');
    background-repeat: repeat-x;
}    
      
/*-------------------------------------- address */

.address{
    color: #666;
    float: left;
    text-align: left;
    }

.add_box01{
   float: left;
   padding-right: 10px;
   margin-right: 10px;
   border-right: 1px dotted #ccc;
}
.add_box02{
   float: left;
}

.copy{
    color: #666;
    font-size: 70%; 
    font-family:Osaka,Verdana,Arial,Helvetica,sans-serif;
    float: right;
    margin-top: 40px;
    text-align: center;
    }
/*-------------------------------------- table */

/* -------------------------table bace */
table.bace_t{
    margin: 0px 0 15px 0;
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.bace_t th {
    background-color: #EFEFEF;
    padding: 7px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    
}
.bace_t td {
    padding: 7px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.bace_t2{
    margin: 0px 0 15px 0;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.bace_t2 th {
    background-color: #EFEFEF;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    
}
.bace_t2 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.bace_t3{
    width: 100%; 
    margin: 0px 0 15px 0;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.bace_t3 th {
    background-color: #f1ffde;
    padding: 5px;
    text-align: center;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    
}
.bace_t3 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


/* -----------------table その他 */
/* コンタクトフォームタイトル */
.cf_title{
    text-align: left;
}

.table_01 th{
    width: 100px; 
}
.img_table td{
    padding: 3px;
}
.title_t_1 th{
    width: 120px;
}

/*--------------------------- ページ設定 */
/* 製品情報 */

.product_img{
   padding: 3px;
   border: 3px solid #ccc;
}
.probox_1{
   float: left;
}
.probox_2{
   margin-left: 15px;
   max-width: 410px;
   float: left;
}
.product_h4{
   margin-bottom: 15px;
   border-left: 3px solid #FF9900;
}

.here_link a{
   padding-left: 13px;
   background-image: url(../images/arrow-07.gif);
   background-repeat: no-repeat;
   background-position: center left;
   text-decoration: underline;
}

/*-------------------------------------- img 画像*/

a img { border: none; }
p img {	padding: 0; max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {float: right;padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {float: left;padding: 4px;margin: 0 7px 2px 0;display: inline;}

/*-------------------------------------- Form Elements */
#search_box{
 height: 36px; margin-top: 10px; background-color: #F3F3F3;
}
#searchform {padding: 5px 0px 5px 0;text-align: center;}
#side #searchform #s {width: 160px;	padding: 2px;}
#side #searchsubmit {padding: 1px;}
.entry form {text-align:center;}
.select {width: 130px;}
/* -------------------------------------アーカイブ 投稿記事 */
.post {	margin: 0 0 40px;}
.post hr { display: block;}
.entry ul{margin-left: 20px;}
.entry ol {margin-left: 20px;}
.postmetadata ul, .postmetadata li {display: inline;list-style-type: none; list-style-image: none; }
blockquote {margin: 15px 30px 0 10px;padding-left: 20px;border-left: 5px solid #ddd;}
blockquote cite {margin: 5px 0 0;display: block;}
.center { text-align: center; }/* エラータイトルh2 */
.hidden { display: none; }
.navigation { display: block;text-align: center;margin-top: 10px;margin-bottom: 60px;}
.aligncenter,div.aligncenter {display: block; margin-left: auto;margin-right: auto;}
div.alignleft{float: left;}
div.alignright{float: right;}
.daytime{
    width: 100%;
    margin-top: 3px;
    text-align: right;
    margin-bottom: 15px;	
	clear: both;
	font-size: 0.9em;
	}
.more-link{
     border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
    float: right;
    padding: 5px;
    margin-top: 10px;
    display: block;
    color: #666;
    background-color: #d9d9d9;
}
img.attachment-thumbnail{ padding: 4px;border: 1px solid #ccc;margin-right: 10px;}
hr { margin: 10px 0; color: #ccc; } 
code { font: 1.1em 'Courier New', Courier, Fixed;}

/*-------------------------------------- Calendar */
#wp-calendar {width: 100%;}
#wp-calendar caption {
	color: #222;font-size: 14px;font-weight: bold;padding-bottom: 4px;text-align: left;
	}
#wp-calendar thead {font-size: 11px;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
	background: #f5f5f5;padding: 3px 0 2px;text-align: center;
	}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}

/* -------------------------------------プライバシー */
.pri_title{
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 15px; 
    font-size: 100%;
    color: #993300;
    }

