@charset "utf-8";
/* CSS Document */
html {
  filter: expression(document.execCommand("BackgroundImageCache", 
  false, true));
}
body {
	margin:0;
	padding:0px;
	text-align: center;
	background: #F8FDFF;
	font: 100%/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border:0;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size:150%;
	color:#666666;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size:130%;
	color:#666666;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:120%;
	color:#666666;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size:100%;
	color:#666666;;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size:90%;
	color:#666666;
	margin: 0px;
	padding: 0px;
}
p {
	font-size:80%;
	color:#333333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
em {
	font-size:50%;
	color:#cccccc;
	margin: 0px;
	padding: 0px;
	display: none;
}
#wrapper {
	margin: auto;
	width: 720px;
	height: auto;
	background: #FFFFFF;
	padding: 0px;
	text-align: left;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
#header {
	margin: auto;
	padding: 0px;
	width: 720px;
	background: url(../img_common/head.jpg) no-repeat;
	height: auto;

}
#header  em {
	display: none;
	width: 200px;
	font-size: 5px;
	float: left;
	visibility: hidden;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#header .menu {
	list-style: none;
	margin: 30px 0px 0px;
	padding: 0px;
	height: 20px;
	float: right;
	font: 11px "HGP創英角ｺﾞｼｯｸUB", "HGS創英角ｺﾞｼｯｸUB";
	color: #666666;
	width: 360px;
}
#header .menu a:link,#header .menu a:visited, #header .menu a:active {
	height: 16px;
	margin: 0px;
	padding: 2px 8px 0px 18px;
	display: block;
	float: right;
	color: #666666;
	text-decoration: none;
}
#header .menu a:hover{
	color: #FF3300;
}
#header .menu #company a:link,#header .menu #company a:visited, #header .menu #company a:active {
	background: url(../img_common/ic_company.gif) no-repeat left top;
}
#header .menu #company a:hover{
	background: url(../img_common/ic_company_over.gif) no-repeat left top;
}
#header .menu #contact a:link, #header .menu #contact a:visited, #header .menu #contact a:active{
	background: url(../img_common/ic_contact.gif) no-repeat left top;
}
#header .menu #contact a:hover {
	background: url(../img_common/ic_contact_over.gif) no-repeat left top;
}
#header .menu #policy a:link, #header .menu #policy a:visited, #header .menu #policy a:active{
	background: url(../img_common/ic_policy.gif) no-repeat left top;
}
#header .menu #policy a:hover {
	background: url(../img_common/ic_policy_over.gif) no-repeat left top;
}
#header .menu #trade a:link, #header .menu #trade a:visited, #header .menu #trade a:active{
	background: url(../img_common/ic_trade.gif) no-repeat left top;
}
#header .menu #trade a:hover {
	background: url(../img_common/ic_trade_over.gif) no-repeat left top;
}
#contents {
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
}
#contents a:link{
	text-decoration:underline;
	color: #003399;
}
#contents a:visited{
	text-decoration:underline;
	color: #003399;
}
#contents a:hover, a:active {
	color: #FF3333;
}

#footer {
	height: auto;
	width: 720px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	background: #C6EFFE;
	color: #666666;
}
.color_red {
	color: #FF3333;
}
.color_green {
	color: #009966;
}
.color_red2 {
	color: #bb004b;
}
