@charset "UTF-8";
/* CSS Document */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}


body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", "ヒラギノ角ゴ Pro W3", "Osaka", "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
}

img {
	border:0px;
}
a {
	color: #333333;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

#top {
	background-attachment: fixed;
	background-color: #FFFFFF;
	height: 149px;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}
#billboad {
	height: 258px;
	width: 804px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #00B0EC;
	padding-top: 10px;
}
#maincontent {
	width: 804px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincontent #content {
	float: left;
	width: 600px;
}
#maincontent #content p {
	color: #00B0EC;
	letter-spacing: 0.1em;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}
#maincontent #content .h2titlebace {
	background-color: #00B0EC;
	width: auto;
	margin-right: auto;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#maincontent #content .h2titlebace h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: auto;
	width: auto;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
#maincontent #content .h3titlebace {
	background-color: #00B0EC;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#maincontent #content .h3titlebace h3 {
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#maincontent #content .h4titlebace {
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;
	background-color: #00B0EC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#maincontent #content .h4titlebace h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 6px;
}

/*トピックスタイトルベース
----------------------------------------------------------- */
#maincontent #content .topicsbace {
	margin-right: 30px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009CD0;
	margin-bottom: 5px;
}

/*トピックスタイトルこれにタイトル文字が入る
----------------------------------------------------------- */
#maincontent #content #topicsTitle {
	background-color: #00C0FF;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009CD0;
	border-right-color: #009CD0;
	border-bottom-color: #009CD0;
	border-left-color: #009CD0;
	color: #FFFFFF;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(img/DOT.gif);
	font-weight: bold;
}

/*　トピックス日付
----------------------------------------------------------- */
#maincontent #content .topicsbace .date {
	color: #FFFFFF;
	float: left;
	width: 90px;
	background-color: #00B0EC;
	padding-left: 10px;
}
/*　トピックス内容
----------------------------------------------------------- */
#maincontent #content .topicsbace .coment {
	float: right;
	width: 425px;
	color: #00B0EC;
	padding-left: 15px;
}

/*サイドバーのエリア
----------------------------------------------------------- */
#maincontent #sidebar {
	float: right;
	width: 200px;
}

/*サイドバーメニューのベース
----------------------------------------------------------- */
#maincontent #sidebar .sidetitlebace {
	background-color: #00B0EC;
	width: 180px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* サイドバーのタイトルリア
----------------------------------------------------------- */
#maincontent #sidebar .sidetitlebace .sidetitlebar {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00B0EC;
	height: auto;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	padding-left: 5px;
}

/*　フッターここから
----------------------------------------------------------- */
#footer {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
}

/* パンクズリスト
----------------------------------------------------------- */
#crumbsbk {
	height: 30px;
	width: 794px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #00B0EC;
}
#crumbs {/* フッターのパンくずリスト */
	height:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#crumbs li {
	float:left;
	line-height:30px;
	padding-left:0.75em;
	color:#FFFF00;
}
#crumbs  li a {
	display:block;
	background-image: url(img/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}
#crumbs  li  a:link, #crumbs  li  {
	text-decoration:none;
	color:#FFFFFF;
}

#crumbs li a:hover, #crumbs li a:focus {
	color:#B3D5EC;
}

/*フッターナビゲーションリスト
----------------------------------------------------------- */
#footer #gnaviBace {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#footer #gNavi {
	margin:0;
	padding:0 10px;
	line-height:30px;
	text-decoration: none;
	font-size: 12px;
}  
#footer #gNavi a {
	text-decoration: none;
	color: #00B0EC;
}
#footer #gNavi a:hover {
	text-decoration: none;
	color: #80D4FF;
}
#footer #gNavi li {/* フッターのグローバルナビゲーション用リスト　*/
	display:inline;
	padding-right:10px;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00B0EC;
	padding-left: 10px;
}

/*　コピーライトテキスト
----------------------------------------------------------- */
#footer #copyright {
	color: #00B0EC;
	width: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00B0EC;
}
#footer #top {
	margin-top: 5px;
	text-align: right;
	height: 20px;
	float: right;
}
#footer #top li {
	text-align: left;
	display: list-item;
	float: right;
}
#footer #top li a {
	color: #00B0EC;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	background-image: url(img/top.gif);
	padding-left: 20px;
}
#footer #top li a:hover {
	color: #0084B0;
	text-decoration: none;
	background-image: url(img/topov.gif);
}

/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td	{
	padding: 5px;
	color: #FFFFFF;
}

.TableMain	{
	margin-right: 30px;
	margin-left: 30px;
	background-color: #00C0FF;
	margin-bottom: 5px;
	margin-top: 5px;
	width: auto;
}

.sample9 caption {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	background-color: #00C0FF;
	background-image: url(img/DOT.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	caption-side: left;
	vertical-align: top;
	text-align: left;
}
/* サンプル9 テーブル
----------------------------------------------------------- */
.sample9 th	{
	width: 20%;
	border: 1px solid #008BB9;
}
.sample9 th a {
	color: #FFFFFF;
}
.sample9 th a:hover {
	color: #A7EAFF;
}
.sample9 td	{
	width: 40%;
	border: 1px solid #008BB9;
}
.sample9 td a {
	color: #FFFFFF;
}
.sample9 td a:hover {
	color: #A8D0EC;
}

.floatR
{
	float: right;
	margin-left: 3px;
} 
.floatL
{
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
