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


/* ----------------------------------------------------
	body スクロール
---------------------------------------------------- */
body{
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;
	}
		
	
/* ----------------------------------------------------
	#article
---------------------------------------------------- */

#article{
	text-align:center;
	}

/* ----------------------------------------------------
	section01
---------------------------------------------------- */


#section01{

	}


/* ----------------------------------------------------
	#Logo
---------------------------------------------------- */

#Logo{
	text-align: left;
	margin: 0 auto;
	width: 235px;
	height: 293px;
	}
	
#LogoImg{
	display: none;
	}	


/* ----------------------------------------------------
	#nav
---------------------------------------------------- */

#footerAria{
/*padding-top: 10em;*/
	}


#nav{

	width: 100%;
	height: 130px;
	background:url(../images/menu_bg.jpg) left top repeat-x;
	}
	
#nav ul{
	width: 485px;
	padding: 20px 0 0 0px;
	margin: auto;
	}	
	
#nav ul li{
	display: block;
	float: left;
	}	
	
#nav ul li a span{
	display: none;
	}	
	
#nav ul li#top{
	width: 78px;
	height: 52px;
	background: url(../images/navi_01_over.gif);
}

#nav ul li#product{
	width: 104px;
	height: 52px;
	background: url(../images/navi_02_over.gif) left top no-repeat;
	}
	
#nav ul li#about{
	width: 103px;
	height: 52px;
	background: url(../images/navi_03_over.gif) left top no-repeat;
	}	
	
#nav ul li#mail{
	width: 103px;
	height: 52px;
	background: url(../images/navi_04_over.gif) left top no-repeat;
	}	

#nav ul li#link{
	width: 97px;
	height: 52px;
	background: url(../images/navi_05_over.gif) left top no-repeat;
	}

/* ----------------------------------------------------
	#content
---------------------------------------------------- */

#content{
	width: 800px;
	height: 500px;
	margin: 0px auto;
	padding: 50px 20px 0px 20px;
	text-align:left;
	}
	
#content h1{
	width: 130px;
	height: 32px;
	background:url(../images/logo_s.gif) left top no-repeat;
	}
	
#content h1 a{
	display: block;
	width: 130px;
	height: 32px;
	}	
	
#content h1 span{
	display: none;
	}
	
#content h2{
	color: #e90000;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #e90000;
	}	
	
#content h3{
	padding: 10px 0 0 10px;
	color: #e90000;
	}	
	
#content p{
	padding: 0 10px;
	}	
	
#content .Inner{
	padding: 20px;
	}	
	
#content dl{
	margin: 10px 20px 5px 20px;
	}	
	
#content dl dt{
	color: #e90000;
}


#content dl p{
	display: block;
	margin: 0px 5px 10px 5px;
	}


#content .List{
	padding: 15px;
	
}

#content .List h3{
	display: block;
	color: #333;
	font-weight: bold;
	background:url(../images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0 2px 0px;
	}
	
#content ul{
	
	}
	
#content ul li{
	display: block;
	float: left;
	padding: 10px;
	}	


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

#footer{
	width: 100%;
	color: #e90000;
	}
	
#fotter p{
	display: block;
	text-align: center;
	padding: 10px;
	color: #e90000;
	font-family: 'Droid Serif', arial, serif;
	font-size: 12px;	
	}

/*----mail------------------*/

#mail_base ul{
	width: 700px;
	margin: 0px auto;
	padding: 20px;
	background: #efefef;
	color: #333;
	line-height: 1.4em !important;
	}
	
#mail_base ul li{
	float: none;
	line-height: 1.4em !important;
	text-indent: -1em;
	padding: 10px 10px 10px 30px;
	}	

#mail_base table{
	width: 100%;
	border: 1px solid #efefef;
	}

#mail_base th,
#mail_base td{
	padding: 5px;
	}
	
#mail_base th{
	background: #efefef;
	}	
	
#mail_base td{
	text-align:left;
	}	
	
#mail_base input{
	padding: 5px;
	}
	
#mail_base a:link {color: #ef0027; text-decoration:none;}
#mail_base a:visited {color: #ef0027; text-decoration:none;}
#mail_base a:active {color: #ef0027; text-decoration:none;}
#mail_base a:hover {color: #333333; text-decoration:underline;}	