@charset "utf-8";


/* 基本スタイル
---------------------------------------------*/

* {
 margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
 text-align: center;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", sans-serif;
	line-height: 1.5;
	color: #666666;
	background: #5B5A59;	
}
a {
	color: #FF3300;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FF6600;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 730px;
	margin: 0 auto;
	text-align: left;
 background: url(../images/bg_body.gif) left top no-repeat;	
}
#header {
 position: relative;	
	width: 100%; /* for WIN IE6*/
 height: 127px;
}
#logo {
 position: absolute;
	background: url(../images/logo_top.gif) left top no-repeat;
	left: 30px;
	margin-top: 45px;
	width: 145px;
 height: 67px;
}
#logo h1 a {
  display: block;
  width: 145px;
  height: 67px;
  text-indent: -9999px;
}

/* グローバルナビゲーション
---------------------------------------------*/

#navi {
 position: absolute;
	margin-top: 80px;
	margin-left: 380px;
	width: 340px;
 height: 35px;
}
#navi ul {
	width: 340px;
	height: 35px;
	list-style-type: none;
}
#navi li {
 float: left;
	width: 68px;
}
#navi li a {
 display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:35px;
	padding-top: 35px;
	background-image: url(../images/globalnav.gif);
	color: #FFFFFF;
}

/*　オフマウス　*/
#navi01 a { background-position:    0px  0; }
#navi02 a { background-position:  -68px  0; }
#navi03 a { background-position: -136px  0; }
#navi04 a { background-position: -204px  0; }
#navi05 a { background-position: -272px  0; }

/*　選択済み　*/
#navi01 a.stay { background-position:    0px  -35px; }
#navi02 a.stay { background-position:  -68px  -35px; }
#navi03 a.stay { background-position: -136px  -35px; }
#navi04 a.stay { background-position: -204px  -35px; }
#navi05 a.stay { background-position: -272px  -35px; }

/*　オンマウス　*/
#navi01 a:hover { background-position:    0px  -70px; }
#navi02 a:hover { background-position:  -68px  -70px; }
#navi03 a:hover { background-position: -136px  -70px; }
#navi04 a:hover { background-position: -204px  -70px; }
#navi05 a:hover { background-position: -272px  -70px; }


/* ボディー
---------------------------------------------*/

#crossfader {
 position: relative;
	width: 100%; /* for WIN IE6*/
	height: 361px;
	margin-left: 31px;
}
#container {
 position: relative;
	width: 100%; /* for WIN IE6*/
	margin: 20px 0px;
}
#primary {
 float: left;
	width: 300px;
	padding-left: 26px;
}
#secondary {
 float: left;
	width: 400px;
	text-align: right;
}
#secondary p {
 color: #000000;
	font-size: 75%;
}
#secondary p.pad6{
 padding-right: 6px;
}
#secondary a {
 text-decoration: none;
}
dl.news dt {
 float: left;
 color: #FF3300;
 width: 4em;
}

dl.news dd a {
 padding: 0 0 5px 4em;
 text-decoration: underline;
 color: #FFFFFF;
}
dl.news dd a:hover {
 color: #FF6600;
}


/* フッター
---------------------------------------------*/

#footer {
 clear: both;
	text-align: right;
	width: 707px;
 height: 50px;
}
#footer p {
 color: #000000;
	padding-top: 5px;
	font-size: 75%;
}
