@charset "UTF-8";


/* ------------------------------------------------- */
/* 　01.共通設定（全体・カラー・フォント・その他）　 */
/* ------------------------------------------------- */


/* --- ボディー設定 -- */
#wrapper {
}

/*　リンクテキスト設定　*/
a,a:link,a:visited,a:active {
	color: #003399;
}
a:hover {
	color: #FF3300;
}

/* --- コンテナーエリアのレイアウト設定 --- */
#container {
	width: 640px;
}

/* ------------------------------------------------- */
/* 　02.ヘッダーエリア設定 */
/* ------------------------------------------------- */

/* --- ヘッダーエリアのレイアウト設定 --- */
#header {
	display: none;
}


/* ------------------------------------------------- */
/* 　03.メインエリア設定 */
/* ------------------------------------------------- */

/* --- メインエリアのレイアウト設定 --- */
#main {
	position: relative;
}

pre{ margin:0; padding:0; font-size:1em; line-height:1.5em;}


/* ------------------------------------------------- */
/* 　04.コンテンツエリア設定 */
/* ------------------------------------------------- */

/* --- コンテンツエリアのレイアウト設定 --- */
#contents {
	width: 640px;
}
#contents_inner {
	margin: 10px;
}


/* テーブル　データ表用　設定 */
#contents table.data {
	background-color: #CCCCCC;
}
#contents table.data caption {
	text-align: right;
	font-size: smaller;
}

#contents table.data th {
	background-color: #D3E3E8;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
#contents table.data tr,
#contents table.data td {
	background-color: #FFFFFF;
}

#contents table.data td.gray {
	background-color: #EFEFEF;
}

#contents #images {
	position: relative;
}
#contents #images img {
	margin: 5px;
	float: left;
}

/* サイトマップ用　リンク設定　*/
#contents #links a {
	background-image: url(../image/icon_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* ------------------------------------------------- */
/* ▼ トップページのレイアウト設定 */

/* トップメイン　画像 */
#top_img {
	width: 620px;
	height: auto;
}
/* トップメイン　バナー */
#top_banner {
	height: auto;
	width: 620px;
}

/* トップ　お知らせ */
#top_info {
	width: auto;
}
#top_info_iframe {
	width: auto;
}

/* トップ　トピックス */
#top_topics {
	width: auto;
}
#top_topics_iframe {
	width: auto;
}

/* ------------------------------------------------- */
/* 　05.サイドメニューエリア設定 */
/* ------------------------------------------------- */

/* --- サイドメニューのレイアウト設定 --- */
#sidemenu {
	display: none;
}


/* ------------------------------------------------- */
/* 　06.フッターエリア設定 */
/* ------------------------------------------------- */

/* --- フッターのレイアウト設定 --- */
#footer {
	width: 640px;	
}
