
/*-----------------------------------------
		General Setting 
-----------------------------------------*/

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead,label, th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.fclear {
	clear: both;
}


.white {
	color:#fff;
	font-family:Arival, Verdana, "ＭＳ Ｐゴシック", sans-serif;  
	font-size:0.8em;
	line-height:1.8;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}


body {
	margin:0; 
	padding:0;
	line-height:1.6;
	font-size:16px;
	color:#333;
	font-family:Arival, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background:#fff;
}

h1 {
	display: none;
}

.fl_r {
	float:right;
}


/*--text--------------------------------------------------------------------------*/

h4 {
	color: yellow;
	background-color: navy;
	padding: 15px 0;
	text-align: center;
	font-size:24px;
	width: 770px;
	margin:0 auto 20px;
}

/*--text--------------------------------------------------------------------------*/


#header {
	width:950px;
	height:115px;
	margin:0 auto;
}

/*-----------------------------------------
		General Setting 
-----------------------------------------*/

#menu {
	height:30px;
	width:950px;
	margin: 0 auto;
	background: url(../images/btn.gif) no-repeat;
	position:relative;
}

ul#menuBody{
	width:100%; 
	position: absolute; 
	z-index:10;
}

ul.nav{
	height:30px;
	margin: 0 0 0 10px;
	 overflow: hidden;
	  background: #000086;
	   color:#fff;
	    width: 178px;
	     font-size:14px;
	      text-align: center;
	       float: left;
}

ul.nav li{
	height:30px;
	 line-height:30px;
	 display: block;
}

ul.nav li:hover{
	background: #0001f2;
	color:red;
	 cursor: pointer;
	 display: block;
}


/*--text--------------------------------------------------------------------------*/

.content_top {
	background:url(../images/content_top.jpg) no-repeat;
	width:950px;
	height:40px;
	margin:0 auto;
}

.content_middle {
	background:url(../images/content_middle.jpg) repeat-y;
	width:770px;
	padding:5px 90px;
	margin:0 auto;
}

/*---------------------------------------
		goods
---------------------------------------*/

.content_middle p {
	margin:20px 0 0 0;
}

.content_foot {
	background:url(../images/content_foot.jpg) no-repeat;
	width:950px;
	height:40px;
	margin:0 auto;
}

h3 {
	line-height:1.6;
	margin:5px 0;
}

h3 img {
	vertical-align:middle;
	margin: 0 3px 0 0;
}

ul.goods {
	padding: 10px 0 0 30px;
}

ul.list_red {
	padding: 0 0 0 20px;
	margin:10px 0 0 0;
}

ul.list_red li {
	list-style: square;
	color:red;
}

ul.list_red li span {
	color:#000;
}

.price_table {
	width: 770px;
	margin:10px auto 5px;
}

.price_table table tr td {
	text-align: center;
	padding: 5px 0;
	border: 1px solid #fff;
	background-color:#ccecfd;
}

.design_p {
	color:red;
	font-weight: bold;
	text-align: right;}

/*---------------------------------------
		default color
---------------------------------------*/

.fc_navy {
	color:#039;
	font-size: 20px;
	font-weight:bold;
}

.fc_red20 {
	color:red;
	font-size: 20px;
	font-weight:bold;
}

.fc_red26 {
	color:red;
	font-size: 26px;
	font-weight:bold;
}

.fc_red16 {
	color:red;
	font-size: 16px;
}

.ta_r {
	text-align: right;
	padding:0 10px 0 0;
}

#nav li {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px;
  width: 200px;
  height: 20px;
  border: solid 1px #ccc;
  font-weight: bold;
  display: block;
}

#nav li:hover {
  color: #fff;
  background: #333;
  display: block;
}

#nav li ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 5px;
  width: 200px;
  background: #eee;
  border: solid 1px #ccc;
}

#nav li ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  border: none;
  display: block;
}

#nav li ul li a {
  display: inline-block;
  width: 200px;
  height: 20px;
}

#nav li ul li a:hover {
  background: #999;
  color: #fff;
  display: block;
}

#content_inner {
	width:930px;
	background:url(../images/bg2cm.jpg) repeat-y;
	margin:0 auto;
}



#header {
	width:950px;
	height:115px;
	margin:0 auto;
}

#footer {
	background:url(../images/footer.jpg)no-repeat;
	width:950px;
	height:82px;
	margin: 0 auto;
}

.mail_btn {
	width: 102px;
	height:47px;
	padding: 12px 20px 0 0;
	float:right;
}

.pd_5 {
	padding: 5px;
}