@charset "Shift_JIS";

* {
-webkit-text-size-adjust:100%;
}

/*　新規ページのリンクの設定　*/
#main a {
	color: #0098bd;
	text-decoration: none;
}
#main img {
	display: block;
	line-height: 0;
}

/*　clearfixハック　*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* MacIE5以外 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* MacIE5以外終わり */

img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}

a:hover img {
	border-bottom: 1px none transparent;
}	

/*　ヘッダー部分　*/
#header_cover {
	background: url(../../Shared/Images/header_bg.gif) repeat-x;
	/* MacIE5だけに適用させる \*//*/
	background: url(../../Shared/Images/header_bg_macie.gif) repeat-x;
	border-bottom: solid 3px #333333;
	height: 160px;
	/* ここから先は全部に適用される*/
}

#header {
	width: 920px;
	height: 157px;
	margin-left: 24px;
	background: url(../../Shared/Images/online_bg.gif) no-repeat;
	border-bottom: 3px solid #333333;
	/* MacIE5だけに適用させる \*//*/
	background: url(../../Shared/Images/online_bg_macie.gif) repeat-y;
	border-bottom: none;
	/* ここから先は全部に適用される*/
}

#header_top {
	background: url(../../Shared/Images/icconline_bg.gif) repeat-x;
}
#icconline {
	display: block;
	float: left;
}
#menuswf {
	float: right;
	width: 698px;
}
/*　ヘッダーの左側　*/
#iccSearch {
	float: left;
	height: 22px;
	padding: 21px 0 0 5px;
	/* MacIE5だけに適用させる \*//*/
	padding: 12px 0 0 5px;
	/* ここから先は全部に適用される*/
}
#iccSearch #iccSearchInput {
	display: block;
	float: left;
	width: 126px;
	height: 14px;
	margin: 2px 5px 0 0;
	padding: 0;
	font-size: 10px;
}

/*　Safariのテキストエリアの大きさを修正するハック　*/
html[xmlns*=""] body:last-child #iccSearch #iccSearchInput {
	width: 130px;
	height: 18px;
}

#iccSearch #search_btn {
	display: block;
	float: left;
	margin: 2px 7px 0 0;
}
#iccSearch #line {
	display: block;
	float: left;
	margin-right: 6px;
}

#schedule {
	float: left;
	margin-top: 2px;
	background: url(../../Shared/Images/schedule_btn-over.gif) no-repeat;
}
#schedule a {
	display: block;
	width: 72px;
	height: 18px;
}
#schedule a:hover {
	background-color: transparent;
}
#schedule a:hover img {
	visibility: hidden;
}

/*　ヘッダーの右側　*/
#place {
	float: right;
	width: 635px;
}

/*　ヘッダのロゴ　*/
#logo {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

/*　メイン　*/
#main {
	width: 944px;
	margin: 0;
	margin-bottom: 90px;
}

/*　コンテンツ部分（右側）　*/
#contents {
	float: right;
	width: 608px;
}
/*　パンくず及びタイトル部分　*/
#top {
	width: 600px;
	height: 133px;
	padding: 6px 8px 0 0;
	background: url(../../Shared/Images/path_bg.gif) repeat-x;
}

#top p {
	height: 20px;
	margin: 0;
	text-align: right;
}
/*　a:hoverでボーダーを出す場合、
　　<a>に対して以下のようにボーダーの設定を行っていないと、
　　win系でFlashの挙動がおかしくなることがある　*/
#top p a {
	color: #0098bd;
	text-decoration: none;
	border-bottom: 1px none transparent;
}
#top p a:hover {
	border-bottom: 1px solid #0098bd;
}

/*　ナビゲーション部分（左側）　*/
#navi {
	float: left;
	width: 304px;
	background: url(../../Shared/Images/title_bg.gif) no-repeat;
}

/*　コーナータイトル部分　*/
#title {
	width: 280px;
	height: 112px;
	margin-left: 24px;
	padding: 27px 0 0 0;
}
#title img {
	display: block;
	margin: 0 0 0 auto;
}
/*　ナビゲーション本体　*/
#navi ul {
	border-top: solid 1px #333333;
}
#navi ul a {
	display: block;
	width: 304px;
	height: 25px;
}
#navi li {
	display: inline;
	height: 25px;
	line-height: 0;
}
#navi ul a:hover {
	background-position: 0px -25px;
}
#navi ul a span {
	display: none;
}

/*　その下にあるテキストナビゲーション　*/
#sub_navi {
	margin-top: 24px;
	padding: 15px 0 0 164px;
	border-top: solid 1px #333333;
}
#sub_navi .part {
	width: 140px;
	margin-bottom: 18px;
}
#sub_navi .part ul {
	margin-top: 12px;
	border: none;
}
#sub_navi .part li {
	line-height: 200%;
}
#sub_navi .part form li {
	line-height: 180%;
}
#sub_navi .part form li label {
	display: block;
}
#sub_navi .part ul a {
	display: inline;
	width: auto;
	height: auto;
	border-bottom: 1px none transparent;
}
#sub_navi .part ul a:hover {
	border-bottom: 1px solid #0098bd;
}
#sub_navi .part ul a.here {
	color: #333333;
	border-bottom: 1px none transparent;
}
#sub_navi .part ul a.here:hover {
	color: #333333;
	border-bottom: 1px solid #333333;
}

/*　フォーム部分　*/
#sub_navi .part form {
	margin: 16px 0 0 0;
}
#search_txt {
	display: block;
	width: 136px;
	height: 14px;
	margin: 0 0 4px 0;
	padding: 0px;
	font-size: 10px;
}

/*　Safariのテキストエリアの大きさを修正するハック　*/
html[xmlns*=""] body:last-child #search_txt {
	width: 140px;
	height: 18px;
}
#sub_search_btn {
	display: block;
	float: left;
}

#sub_navi .part form ul {
	float: right;
	width: 75px;
	margin: 0;
}

/*　ラジオボタンとテキストの高さ調整　*/
#sub_navi .part form ul span {
	vertical-align: top;
}
* html #sub_navi .part form ul input {
	vertical-align: middle;
}
/* Mac IE5のみ適用 \*//*/
html #sub_navi .part form ul input {
	vertical-align: top;
}
/* end */
* html #sub_navi .part form ul span {
	vertical-align: middle;
}
/* Mac IE5のみ適用 \*//*/
html #sub_navi .part form ul span {
	vertical-align: top;
}
/* end */

/*　moreリンク用　*/
.more {
	margin: 2px 0 0 109px;
	background: url(../../Shared/Images/more-over.gif) no-repeat;
}
#sub_navi .part ul .more a {
	display: block;
	width: 30px;
	height: 16px;
}
.more a:hover {
	background-color: transparent;
}
.more a:hover img {
	visibility: hidden;
}

/*　フッター部分　*/
#footer_cover {
	background: url(../../Shared/Images/foot_bg.gif) repeat-x;
}
#footer {
	width: 920px;
	height: 107px;
	margin-left: 24px;
}
#footer ul {
	height: 23px;
	padding: 0 0 0 639px;
	border-bottom: 1px solid #333333;
}
#footer ol {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: block;
	float: left;
}

#copyright {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

/*　Win+IE6の場合，通常のインラインのままのimgには
	とれないmarginがついているため、ボックス要素にしてそのmarginをなくす　*/
#footer img {
	display: block;
}

/*　copyrightの中は右寄せにしたいので、
	一番上の#footer imgでボックス化したimgをインラインに戻す　*/
#footer #copyright img {
	display: inline;
}

/*　イメージのテキスト部分　*/
#txt {
	width: 608px;
	padding: 22px 0;
	border-top: solid 1px #333333;
	text-align: right;
}
#txt img {
	display: block;
	margin: 0 0 0 auto;
}
/*　日本語のテキストだけに使用　*/
#txt #txt_jp {
	margin-bottom: 20px;
}

/*　左floatと右floatとfloatのclear　*/
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.fclear {
	display: inline;
	clear: both;
}

/*　テキスト右寄せ　*/
.rpos {
	text-align: right;
}

/*　赤い文字の注　*/
.notes {
	color: #f85353;
}
/*　注釈用　*/
.subtxt {
	line-height: 150%;
	color: #666666;
}
.subtxt2 {
	color: #666666;
}
.notxt {
	color: #999999;
}
.notxt2 {
	line-height: 150%;
	color: #999999;
}

/* 登録日表示 */
#entryDate{
	display: block;
	text-align: right;
	margin-top: 1em;
}

