/* 基本設定 */
*
{
	margin: 0;
	padding: 0;
}

/* 画像 */
img
{
	border: 0;
}

img.left
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

img.right
{
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

img.icon
{
	margin-right: 0.5em;
}

/* リンク */
a
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #f09;
}

a:active
{
	color: #f09;
	text-decoration: none;
}

em
{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0.8px;
	color: #036; /* c06→ */
}

small
{
	font-size: 75%;
	letter-spacing: 0.8px;
}

BODY
{
	font-size: 80%;
	font-family: Arial,Chicago,"MS UI Gothic","ＭＳ Ｐゴシック",osaka,sans-serif;
	letter-spacing: 1.0px;
	line-height: 150%;
	text-align: center;
	color: #000;
	background: #fff url(images/bsw18-2.jpg) fixed;
}

BODY.event
{
	font-size : 90%;
	font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
	letter-spacing: 1px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	background-color: #000;
}

/* ヘッダー */
#head
{
	width: 800px;
	height: 80px;
	background-color: #000;
	background-image: url(images/s001-6.gif);
	background-repeat: no-repeat;
	background-position: 720px center;
}

#head img
{
	border: 0;
	margin-left: 20px;
}

/* タイトル */
/* 2008.05.10 全面変更 */
#head h1
{
	font-family: "Comic Sans MS",fantasy;
	font-size: 85%;
	font-weight: normal;
	color: #fff;
	letter-spacing: -0.5px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

#head a
{
	color: #fff;
	text-decoration: none;
}

/* メニュー */
#menu
{
	float: right;
	width: 100px; /* 4/28 110->100 */
	margin-top: 10px;
}

#menu p
{
	margin-top: 5px;
	margin-left: 0px; /* 4/28 5->0 */
}

#map01,#map02,#map03,#map04,#map05,#map06,#map07,#map08,#map09,#map10 /* 2009.04.02 */
{
	width: 480px;
	height: 320px;
	margin: 5px 0 10px 0;
	padding: 0;
	border: 1px solid black;
}

#sidebar01,#sidebar02,#sidebar03,#sidebar04,#sidebar05,#sidebar06,#sidebar07,#sidebar08,#sidebar09,#sidebar10 /* 2010.04.02 */
{
	overflow:auto;
	margin-left: 10px;
	font-size: 85%;
}

#bottom /* 5/17 */
{
	margin-top: 30px;
}

#bottom p /* 5/17 */
{
	float: right;
	margin: 0;
	padding: 0;
}

/* フッター */
#foot
{
	width: 800px;
	height: 20px;
	margin-top: 20px;
	padding-bottom: 0; /* 5/15 */
	text-align: center;
	background-color: #000;
	letter-spacing : 0px;
	font-size: 85%;
}

/* 著作権 */
address
{
	font-style: normal;
	color: #fff;
}

/* 2008.05.10 */
/* ラベルなどを表示しないようにする */
.none
{
	display: none;
}

/* ボックスをはみ出さないようにfloatをクリアCSS:clearfixハック */
/* Opera,Safariで左寄りにならない改良版 http://norisfactory.com/stylesheetlab/000038.php */
.clearfix:after { content: url(images/spacer.gif); display: block; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* for Google analytics Bug on Win/FF3 */
#ga_shade, x:-moz-broken{display:none !important;}
