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

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 	common

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#inner {
	width:100%;
}
/*-------------------------*/
/*header*/
/*-------------------------*/
#header {}
#header .logo {
	background-color:#407398;
}
#header .logo img {
	margin-left:30px;
	padding:5px 0px;
}
#header .title {
	font-size:20px;
	font-weight:bold;
	line-height:2;
	color:#fed800;
	padding-left:0px;
	background:url(../img/background.png) repeat 0 0;
}
#header .title2 {
	font-size:20px;
	font-weight:bold;
	line-height:2;
	color:#fed800;
	padding-left:110px;
	background:url(../img/background.png) repeat 0 0;
}


/*-------------------------*/
/*content*/
/*-------------------------*/
#content {
	font-size:16px;
	color:#666666;
	text-align:center;
	margin-bottom:80px;
}
#content .main_txt {
	height:200px;
	background:no-repeat url(../img/bg01.jpg) right top;

	font-size:40px;
	font-weight:bold;
	line-height:4.5;
	color:#666666;
	margin:0 auto;
	border-bottom:1px solid #006599;
}
#content .main_txt p {
	width:1000px;
	margin:0px auto;
}
#content .txt {
	width:500px;
	line-height:1.5;
	text-align:left;
	margin:60px auto;
}
#content .product_table {
	width:500px;
}
#content .product_name {
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-bottom-width: 5px;
}
#content .hidden {
	display: none;
}

/*-------------------------*/
/*footer*/
/*-------------------------*/
#footer {
	width:100%;
	background:#e2e2e2;
	padding:20px 0;
	text-align:center;
	font-size:14px;
}
#footer .copyright_txt {
	color: #004386;
}
