@charset "utf-8";
/*レイアウト、文字の指示ファイル*/

/*中央揃え*/
body{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-alain: center;
	background-color: transparent;
	color: #333333;
	background-image: url(../image/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
    }
    
/*ページ全体のラッパー*/
#wrapper{
	width: 799px;
	text-alain: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: auto;
    }

/*フッター*/
#fotter{
    weidth: 754px;
    height: 6px;
    background-color: #447C3B;
    margin-top: 5px;
    padding: 0px;
    clear:both;
    }
/*------------ここから中身-----------------*/   
/*ヘッダー　タイトル部分*/
#header{
	width: 799px;
	background-color: #ffffff;
	border: 1px solid #666666;
    }

h1{
    padding: 30px 0px 10px 5px;
    margin: 0px;
    }
    
/*ナビゲーションバー*/
#navi{
	width: 799px;
	height: 20px;
	background-color: #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding-top: 5px;
	margin-bottom: 5px;
    }
    
    
/*-------------メインの大左部----------------*/      
/*メイン＿全体のラッパー Home～最後まで囲う*/
#main{
	width: 799px;
	clear:both;
     }
     
/*メイン＿上部１段目のラッパー*/
#main_top{
	width: 799px;
	height: 45px;
     }

/*----top2とメインの左部と中央部を囲うラッバー----*/
#main_left_center{
    width: 588px;
    float: left;
    }

/*----top2とメインの左部と中央部を囲うラッバー　会社概要ページ用----*/
#main_left_center1{
    width: 799px;
    float: left;
    }
	
	         
/*メイン＿上部2段目のラッパー*/
#main_top2{
     width: 588px;
     height: 37px;
     float: left;

     }
     
/*MENUの文字*/
h2 {
    padding: 0px;
    margin: 0px;
    }

/*メイン＿左部のラッパー*/
#main_left{
     width: 130px;
     height: 663px;
     float: left;
     background-color: #447C3B;
     color: #ffffff;
     font-weight: bold;
     }


/*メイン＿中央部のラッパー*/
#main_center{
     width: 402px;
     min-height: 663px;
     padding-left:30px;
     float: left;
     }
     
	 
/*メイン＿中央部のラッパー　会社概要ページ用*/
#main_center1{
     width: 600px;
     min-height: 663px;
     padding-left:30px;
     float: left;
     }
	 
	 
	      
/*-------------メインの大右部----------------*/     
/*メイン＿右部のラッパー*/
#main_right{
     width: 150px;
     height: auto;
     border-left: 2px solid #447C3B;
     padding: 0px 0px 0px 10px;
     float:left;
     }
    
.migi_photo{
    float:right;
    }
    
     

/*Topicsの文字*/
h3 {
	font-family: "Times New Roman", Times, serif;	/*フォント指定*/
	font-size: 30px;						/*フォントサイズ*/
	font-weight: bold;						/*太字*/
	color: #000000;							/*フォントの色*/
	background:url(../image/point.gif) no-repeat 0 0;
	letter-spacing: 7px;					/*字間指定*/
    padding: 0px 10px 0px 10px;
    margin:0; 
    line-height:120%;
    }
    
/*メイン下部分テキストの見出し*/
h4 {
	text-decoration: underline;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.5em;
	margin: 10px 0px 5px 0px;
	padding:0;
	white-space: nowrap;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    }

h5 {
    color: #660000;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    }

h6 {
   color: #999933;
   font-size: 14px;
   line-height: 1.2em;
   margin: 0px;
   
   }
  

b.navi{
   color: #ffffff;
   padding: 0px;
   margin: 10px;
   }

p{
   	line-height:150%;
   	margin:0;
   	padding-bottom: 15px;
   }
   
hr{
   margin: 3px;
   }
   
/*----ここからindex以外のページに関する記述----*/
.category_haikei{
	width: 400px;
	min-height:30px;
	height: 10px;
	background: #447c3b;
	padding:2px 0px 2px 10px;
	clear:both;
   }   

/*会社概要ページ用*/
.category_haikei1{
	width: 600px;
	min-height:30px;
	height: 10px;
	background: #447c3b;
	padding:2px 0px 2px 10px;
	clear:both;
   }   
   
   
.category_s_wrapper{   
   width: 410px;
   min-height:px;
   clear:both;
   }
   
.kaku_menu{
   width: 75px;
   min-height:50px;
   float:left;
   }
   
.menu_photo{
   width: 65px;
   height: 40px;
   background: #999999;
   margin-bottom:10px;
   }

.pagetop{
   margin:0;
   padding:0;
   line-height:1.2em;
   float:right;
   }
   
.normal{
   margin:0;
   padding:0;
   line-height:1.2em;
   }
   
#map{
   width: 300px;
   height: 250px;
   border: solid 1px #00ff99;
   }
   
#header1 {
	width: 799px;
	height: 299px;
	background-color: #ffffff;
	border: 1px solid #666666;
}
