
/*-----------------全体の設定-----------------*/
* {
  margin: 0;
  padding: 0;
}

body {
  color:#000000;
  font-size:100%;
  font-family: "Lucida Grande", Tahoma, "Trebuchet Ms", Verdana,  "Hiragino kaku Gothic Pro W3", sans-serif; 
  background: #d7d7d7;
}

	   
a {	
	   text-decoration: none;
	}

a:link {
	   color: #FF9000;
	}

a:visited {
	   color: #FF9000;
	}
	
a:hover {
	   color: #FF9000; 
       text-decoration: underline;
	}

a:active {
	   color: #858585;
	}
	


	
* h4, h5, p , ,li {
	font-size:78%;
	margin:0px 0 3px 5px;
	padding-top:3px;
	list-style-type:none;

	}
	
h1{	
	
	color: #000; 
	font-size:80%;
	}

h2{	color: #7F7F7F;
	margin:10px 0 15px 0;
	font-size:12px;
	border-bottom: 1px dotted #CACACC;
	}

h3{
	font-size:12px;
	color:#000;
	text-align: right; text-justify;
	margin-right:10px;
	}

img {
       border: 0px;
    }
/*-----全体枠-----*/
#wrapper { 
	   
	   margin: 0px auto;
	  
	   width: 990px;
	   height: 700px;
	   background-color: #fff;
	    }
#header {
	position:relative;
	margin: 20px 0 0 10px;
	backgurond:url(../)
	
	}

#content{
	width:100%; /*for winIE6,7 */
	}

#primary {
	margin:5px 0 0 0;
	width:550;
	padding-left: 70px ;

	}

.first{
	margin-left:20px;
	float:left;
	}
.back{
	margin:10px 0 0px 0;
	width:145px;
	height:17px;
	background:#CACACC;
	}

.midashi{
	font-size:14px;
	margin:10px 0 0px 0;
	width:145px;
	height:17px;
}

.backline{
	margin:20px 0 10px 0;
	width:145px;
	height:17px;
	background:#fff;
	border: 1px solid #CACACC;
	}

.section{
	width:145px;
	padding-left:2px;
	
	}


.section .br2{
	line-height:1;
	padding:0px 0 0px 0;
}


.factory{
	margin:10px 0 10px 0;
	width:145px;
	height:17px;
	background:#fff;
	border: 1px solid #CACACC;
	}


.fac_cat{
	font-size:10px;
	color:#CACACC;
	}
