@charset "Shift_JIS";
/* CSS Document */


/*---リセット指定---*/
body,div,ul,li,h1,h2,h3,h4,h5,p,span {
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;}
ul {
	list-style:none;}
img {
	border:none;
	margin:0;
	padding:0;}

/*---ページ基本指定---*/
html {
	text-align:center;
	background:url(../images/common/bg.gif);}
body {
	position:relative;
	text-align:left;
	width:800px;
	margin:15px auto 200px auto;
	background:#fff;
	font:100%/1.5 "ヒラギノ角ゴ Pro W3", 
	"Hiragino Kaku Gothic Pro", 
	"メイリオ", Meiryo, Osaka, 
	"ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  -webkit-box-shadow:5px 5px 6px rgba(0,0,0,0.2);
  -moz-box-shadow:5px 5px 6px rgba(0,0,0,0.2);
  box-shadow:5px 5px 6px rgba(0,0,0,0.2)}
a {
	color:#000;
	text-decoration:none;}
a:hover {
	color:#09F;
	text-decoration:none;}

/*---ヘッダ指定---*/
#header {
	position:relative;
	padding-top:16px;
	width:800px;
	height:56px;}
#header h1 img {
	float:left;
	margin-left:20px;
	margin-top:-3px;}

/*---ヘッダナビ指定---*/
#header h4 {
	position:absolute;
	left:-9999px;}/*off_left*/
#header ul.nav {
	margin-left:80px;
	font-size:70%;}
#header ul.nav li {
	float:left;
	display:inline;}/*for ie6*/

/*---メイルリンク指定---*/
#header p.mail {
	width:58px;
	height:13px;
	float:right;
	margin:-2px 20px 0 0;}
#header p.mail a {
	display:block;
	width:58px;
	height:13px;
	text-indent:-9999px;}
#header p.mail {
	background:url(../images/common/mail_on.gif) no-repeat top left;}
#header p.mail a {
	background:url(../images/common/mail_off.gif) no-repeat top left;}
#header p.mail a:hover {
	background-image:none!important;}

/*---非表示テキスト指定---*/
h6,
#header h2 {
	position:absolute;
	left:-9999px;}