﻿@charset "utf-8";

/* ＋＋＋ top page ＋＋＋ */

#topLeadimg {
	margin: 0;
	padding: 0;
}

/* mainWrap */

#mainWrapper .columnL {
	width: 200px;
	margin-top: 0px;
}

#mainWrapper .columnC {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -6px;
	width: 474px;
}

#mainWrapper .columnR {
	width: 180px;
	margin-top: 4px;
}

#mainWrapper .midashiBar {
	background-color: #e7e8ef;
	border-bottom: 1px solid #a3acaf;
	margin: 0 0 5px;
	padding: 0;
}

#mainWrapper .midashiBar h3 {
	background: url(../images/midashi_bg.gif) no-repeat;
	margin: 0;
	padding: 0;
	color: #fff;
}

.midashiBar ul.links  {
	float: right;
	margin: 0;
	padding: 5px 0;
}

.midashiBar ul.links li  {
	list-style-type: none;
	float: left;
	font-size: 12px;
	padding-left: 14px;
	line-height: 1;
}

/* 見出し枠下 一覧&RSS */

.midashiBar ul.links li.infolist {
	background: url(../images/icon_info.gif) no-repeat 0 top;
}

.midashiBar ul.links li.infolist a {
	color: #3f5258;
	text-decoration: none;
}

.midashiBar ul.links li.rss {
	margin-left: 12px;
	background: url(../images/icon_rss.gif) no-repeat 0 top;
	margin-right: 1em;
}

/*IE6 hack*/
.midashiBar ul.links li.rss {
	_margin-right: 0.5em;
}

.midashiBar ul.links li.rss a {
	color: #f38f11;
	text-decoration: none;
}

.midashiBar ul.links li.infolist a:hover,
.midashiBar ul.links li.rss a:hover {
	color: #ff007e;
}

.whatsnew {
	margin: 0 0 30px;
	padding: 0 0 0 0.5em;
	overflow: auto;
	clear: both;
}

.whatsnew li {
	list-style-type: none;
	text-indent: -3.5em;
	padding-left: 3.5em;
	line-height: 150%;
}

.whatsnew a {
	text-decoration: none;
	color: #343434;
}

.whatsnew a:hover {
	text-decoration: underline;
	color: #ff7a00;
}

.whatsnew2 {
	margin: 0 0 30px;
	overflow: auto;
	clear: both;
	padding-left: 2em;
}

.whatsnew2 li {
	list-style-type: disc;
	padding-left: 0em;
	line-height: 150%;
}

.whatsnew2 a {
	text-decoration: none;
	color: #343434;
}

.whatsnew2 a:hover {
	text-decoration: underline;
	color: #ff7a00;
}

/* 以下、仮オープンのため表示・非表示設定 */
#InfoList01 {
	visibility: hidden;
}

#InfoList02 {
	visibility: hidden;
}

#InfoRSS01 {
	visibility: hidden;
}

#InfoRSS02 {
	
}

/* end css */

