@charset "Shift_JIS";

* {	margin: 0; padding: 0; }
html { overflow-x: hidden; }
body { background: #f0f2f8; height: 100%; }
img { border: 0; }
.clear { clear: both; background: none; }

/* リンク */
a:link { color: #0000CC; }
a:visited { color: #0000CC; }
a:hover { color: #FF9900; }

/* #wrapper　大外枠 */
#wrapper {
	margin: 0 auto;
	width: 800px;
	position: relative;
	background:#f0f2f8 url(IMG/back.gif) repeat-x;
	border:#999999 solid 1px;
}

/* #main　メインコンテンツ部分 */
#main {
	width: 100%;
	background-image: url(IMG/main_base.gif);
}

/* #header　ヘッダー部分 */
#header {
	color: #333;
	width: 780px;
	height: 80px;
}

/* #header　ヘッダー部分・ロゴ */
.toppage_img {
	position:absolute;
	width:110px;
	height:45px;
	z-index:1;
	left: 650px;
	top: 0px;
}

/* #header　ヘッダー部分・アイコン */
.topicon {
	position:absolute;
	width:780px;
	height:40px;
	z-index:2;
	left: 30px;
	top: 42px;
}
.topicon h1 {
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
	display: inline;
}
.topicon_img { margin: 0 0 0 8px; }

/* #navigation トップナビゲーション部分 */
#navigation {
	padding:0px;
	margin-top:-13px;
	background-image: url(IMG/navi_base.gif);
	height: 60px;
}

/* #navigation トップナビゲーションボタン指定部分 */
ul.navi {
	width: 100%;
}
ul.navi li {
	list-style: none;
	margin-top: 18px;
	float: left;
}

/* #navigation トップナビゲーションボタン位置指定部分 */
.icon1{
	margin-left:35px;
	_margin-left:18px; /* IE6 */
}
.icon2{
	margin-left:10px;
}
.icon3{
	margin-left:17px;
}

/* #rss表示部分 */
#rss { text-align: left; }

/* #flash フラッシュ表示部分 */
#flash { margin:0px 5px 5px 30px; }

/* #leftcolumn 左表示部分 */
#leftcolumn {
	float: left;
	color: #333;
	padding: 0px 0px 0px 30px;
	width: 525px;
	display: inline;
	position: relative;
}

/* #leftcolumn 新着情報表示部分 */
#leftcolumn #news{
	margin: 2px 0;
	border: solid 1px #adadad;
	float: left;
	width: 515px;
	height: 160px;
	overflow: auto;
}

/* #leftcolumn メニュー表示部分 */
#leftcolumn #top_left, #top_center, #top_right,
#under_left, #under_center, #leftcolumn #under_right {
	border: solid #adadad;
	float:left;
	width:171px;
	font-size:75%;
	line-height:140%;
	overflow:auto;
}
#leftcolumn #top_left {
	border-width:0 1px;
	height:220px;
}
#leftcolumn #top_center, #top_right {
	border-width:0 1px 0 0;
	height:220px;
}
#leftcolumn #under_left {
	border-width:0 1px 1px 1px;
	height:240px;
}
#leftcolumn #under_center {
	border-width:0 1px 1px 0;
	height:240px;
}
#leftcolumn #under_right {
	border-width:0 1px 1px 0;
	height:240px;
}
#leftcolumn h2 {
	font-weight:bold;
	font-size:120%;
	margin:5px 0 5px 2px;
}
.listbox{
	margin:30px 0 0 0;
}
ul.listleft li {
	background-image :url(IMG/list_icon01.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 15px;
	list-style:none;
	margin-left:10px;
	font-weight:bold;
}

/* #rightcolumn 右表示部分 */
.info {
  margin: 5px 0;
  border: solid 1px #adadad;
}

/* #rightcolumn 右表示部分 */
#rightcolumn {
	display: inline;
	color: #333;
	padding-right: 20px;
	width: 222px;
	float: right;
}

/* #rightcolumn 右表示部分 */
#rightcolumn #right_info{
	margin: 2px 0;
	border: solid 1px #adadad;
	width: 208px;
	height: 160px;
	overflow: auto;
}
#rightcolumn .img_bn {
	padding:5px 0;
}
.movies {
	margin: 10px 1px;
}
.movies p {
	margin: 2px 0;
	font-size: 75%;
}
.list { margin: 2px 0; }

/* お知らせ・募集ダミー表示部分　*/
#rightcolumn .event_sentence { width: 200px; }
#rightcolumn .event_sentence ul.event {
	width:200px;
	font-size:75%;
	line-height:140%;
}
#rightcolumn ul.event li {
	background-image :url('IMG/listicon_info.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px; 
	list-style:none;
	margin:0 0 0 2px;
	display:block;
}

/* #footer　フッター部分 */
#footer {
	padding: 10px;
	background: #000000 url(IMG/bg_footer.gif) repeat-x;
	font-size: 75%;
	line-height: 160%;
	position: relative;
}
div#footer p {
	color: #FFFFFF;
	margin-left: 20px;
}
div#footer .count {
	position: absolute;
	right: 15px;
}
div#footer a:link,
div#footer a:visited,
div#footer a:active { color:#FFFFFF; }
div#footer a:hover { color:#FF9900; }

