@charset "utf-8";

/*------------------------------------------------------------------------------
	横浜-中国産業WEB　要素の基本設定＆リセット
------------------------------------------------------------------------------*/

/*	Formatting Reset
----------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 150%;
}

/*	Redefine
----------------------------------------------------*/

body{
	color: #000000;
	font-family:"MS　Pゴシック",
	"MS PGothic",
	"ヒラギノ角ゴ Pro W3", 
	"Hiragino Kaku Gothic Pro",
	"HiraKakuPro-W3",
	Osaka,
	"メイリオ",
	"Meiryo",
	Sans-Serif;
	background:url(http://211.19.54.72/common/image/bg-body.gif) left top repeat-x #ffffff;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6{ font-size:100%;padding:0;margin:0;}

p,th,td { line-height: 150%;}

ul,
ul li{ list-style-type:none;}

a:link { color: #ef8b8f;text-decoration: underline;}
a:visited {	color: #ef8b8f;text-decoration: underline;}
a:hover,
a:visited:hover	{ color: #ef8b8f;text-decoration: none;}
a:active { color: #ef8b8f;}
a:active, 
a:focus{ outline:none;}

img{ border:0; vertical-align:bottom;}
strong { color: #0057a8;}
noscript { display:none;}

#main a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

hr { display: none;}

