@charset "Shift_JIS";

/*　全体の設定　*/
/*　clearfixハック　*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* MacIE5以外 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

/*20100326add start*/
body {
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS-PGothic, sans-serif;
	color: #333333;
}
/*20100326add end*/

img {
	border: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}

/*　Win+IE6の場合，通常のインラインのままのimgには
	とれないmarginがついているため、ボックス要素にしてそのmarginをなくす　*/
#place img, #footer img {
	display: block;
}

/*　左floatと右floatとfloatのclear　*/
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.fclear {
	display: inline;
	clear: both;
}



/*　ヘッダー部分　*/
#header_cover {
	background: url(../Images/header_bg.gif) repeat-x;
	/* MacIE5だけに適用させる \*//*/
	background: url(../Images/header_bg_macie.gif) repeat-x;
	border-bottom: solid 3px #333333;
	height: 160px;
	/* ここから先は全部に適用される*/
}

#header {
	width: 920px;
	height: 157px;
	margin-left: 24px;
	background: url(../Images/online_bg.gif) no-repeat;
	border-bottom: 3px solid #333333;
	/* MacIE5だけに適用させる \*//*/
	background: url(../Images/online_bg_macie.gif) repeat-y;
	border-bottom: none;
	/* ここから先は全部に適用される*/
}

#header_top {
	background: url(../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(../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;
}

/*　copyrightの中は右寄せにしたいので、
	一番上の#footer imgでボックス化したimgをインラインに戻す　*/
#footer #copyright img {
	display: inline;
}
/*　Win+IE6の場合，通常のインラインのままのimgには
	とれないmarginがついているため、ボックス要素にしてそのmarginをなくす　*/
#navi img {
	display: block;
}

#navi2 img {
	display: block;
}


/*　ヘッダのロゴ　*/
#logo {
	margin-left: auto;
	margin-right: 0;
}

/*　赤い文字の注　*/
.notes {
	color: #f85353;
}


/*　a:hoverでボーダーを出す場合、
　　<a>に対して以下のようにボーダーの設定を行っていないと、
　　win系でFlashの挙動がおかしくなることがある　*/
#top p a, #top2 p a, #top3 p a, #topnomenu p a, #top_sch p a {
	color: #0098bd;
	text-decoration: none;
	border-bottom: 1px none transparent;
}
#top p a:hover, #top2 p a:hover, #top3 p a:hover, #topnomenu p a:hover, #top_sch p a:hover {
	border-bottom: 1px solid #0098bd;
}
