@charset "UTF-8";

/* --- 全体のリンクテキスト --- */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #990099;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #cc0000;
	text-decoration: none;
}

/* --- 全体の背景・テキスト --- */
body {
	color: #000000; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	text-align: center;
	background-color: #FFFFFF; /* ページの背景色 */
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
}

/* --- 全体構造 --- */
#wrap {
	width: 760px; /* ページの幅 */
	margin: 0px auto; /* センタリング */
}

/* --- ヘッダ --- */
#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 175px;
	background-color: #FFFFFF; /* ヘッダの背景色 */
	overflow: hidden;
}
#header img {
	border: none;
	vertical-align: top;
}
#header-left {
	width: 152px;
	height: 155px;
	float: left
}
#header-right {
	width: 608px;
	height: 108px;
	float: right;
}
/* --- メニューボタン上段 --- */
#header ul.btn-top {
	float: left;
	width: 608px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#header ul.btn-top li {
	float: left;
	list-style-type: none;
}
#header ul.btn-top li a {
	height: 38px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#header ul.btn-top li a:hover {
	background-position: 0px -38px;
}
a.btn01 {
	width: 85px;
	background-image: url(../wnew/images/what12.gif);
}
a.btn02 {
	width: 87px;
	background-image: url(../wnew/images/riyou12.gif);
}
a.btn03 {
	width: 87px;
	background-image: url(../wnew/images/tenjiguide12.gif);
}
a.btn04 {
	width: 88px;
	background-image: url(../wnew/images/toku_kika12.gif);
}
a.btn05 {
	width: 86px;
	background-image: url(../wnew/images/kouzamoyoshi12.gif);
}
a.btn06 {
	width: 86px;
	background-image: url(../wnew/images/new_hyakka12.gif);
}
a.btn07 {
	width: 89px;
	background-image: url(../wnew/images/kenkyuu12.gif);
}
/* --- メニューボタン下段 --- */
#header ul.btn-bottom {
	width: 608px;
	height: 29px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header ul.btn-bottom li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header ul.btn-bottom li a {
	margin: 0px;
	padding: 0px;
	height: 29px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#header ul.btn-bottom li a:hover {
	background-position: 0px -29px;
}
a.btn08 {
	width: 85px;
	background-image: url(../wnew/images/gyorui12.gif);
}
a.btn09 {
	width: 87px;
	background-image: url(../wnew/images/kankoubutu12.gif);
}
a.btn10 {
	width: 87px;
	background-image: url(../wnew/images/tomo12.gif);
}
a.btn11 {
	width: 88px;
	background-image: url(../wnew/images/faq12.gif);
}
a.btn12 {
	width: 86px;
	background-image: url(../wnew/images/link21.gif);
}
a.btn13 {
	width: 86px;
	background-image: url(../wnew/images/theater12.gif);
}
a.btn14 {
	width: 89px;
	background-image: url(../wnew/images/syokuin12.gif);
}

/* --- サブボタン --- */
#sub-btn {
	width: 760px;
	height: 28px;
	margin: 7px 0px;
	padding: 10px 10px;
	border-style: solid none;
	border-color: #808080;
	border-width: 2px;
}
/* --- サブボタン中身 --- */
#sub-btn ul.sbtn {
	width: 550px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#sub-btn ul.sbtn li {
	list-style-type: none;
	float: left;
}
#sub-btn ul.sbtn li a {
	width: 85px;
	height: 28px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
#sub-btn ul.sbtn li a:hover {
	background-position: 0px -28px;
}

a.s-btn01 {
	background-image: url(link12.gif);
}

/* --- パンくずナビ --- */
#crumbnav ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	height: 16px;
}
#crumbnav li {
	list-style-type: none;
	float:left;
	font-size:84%;
}
#crumbnav a {
	text-decoration: underline;
}

/* --- コンテンツ --- */
#content {
	width: 760px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	line-height: 150%;
	text-align: left;
}

/* --- 下線設定 --- */
#content a {
	text-decoration: underline;
}

/* --- フッタ --- */
#footer {
	clear: both; /* フロートのクリア */
	margin: 0px;
}

address {
	margin: 0px;
	padding: 0.2em 0;
	background-color: #009966;
	color: #FFFFFF;
	font-size: 100%;
	text-align: center;
	font-style: normal;
}

address a:link    {color: #FFFFFF;}
address a:visited {color: #FFFFFF;}
address a:hover   {color: #FFFFFF;}
address a:active  {color: #FFFFFF;}
