/*==========================================================*/
/* 全体レイアウト                                           */
/*==========================================================*/
/* ボディー */
body {
	margin:0px;
	font-size:15px;
	height:100%;
	background-color:#ffffff;
	color:#ffffff;
}
/* テーブル全体 */
table {
	margin:0px;
	font-size:15px;
	color:#ffffff;
}
/* 強調 */
strong {
	font-size:15px;
}
/* レイアウトテーブル */
table#layout {
	width:757px;
	height:100%;
	empty-cells:show;
}
/* メインテーブル枠 */
td#left{
	width:750px;
	height:100%
}
/* 影用（右側） */
td#right_shadow {
	width:7px;
	height:100%;
	font-size:0px;
}
div#r_shadow {
	width:7px;
	height:100%;
	background-image:url("../images/main/right_shadow.jpg");
}
/* メインテーブル */
table#main {
	height:100%;
}
/* 画像 */
img {
	border:0;
}
/* トップイメージ */
td#top_img {
	width:750px;
	height:105px;
	background-image:url("../images/main/top.jpg");
}
/* メニュー欄 */
td#menu_bg {
	width:150px;
	background-image:url("../images/menu/menu_bg.jpg");
}
td.menu {
	width:150px;
	height:30px;
}
/* メニューマージン */
td.menu_margin {
	height:5px;
}
/* スポンサー欄 */
table.sponsor {
	margin:30px 0px 0px 40px;
	width:100px;
}
table.sponsor td{
	margin:0px;
	padding:7px 0px 0px 0px;
}
/* 再上段メニュー欄 */
td#menu_top_bg {
	height:15px;
	background-image:url("../images/menu/menu_top_bg.jpg");
}
/* 左上丸み */
td#left_top_bg {
	height:15px;
	background-repeat:no-repeat;
	background-image:url("../images/main/left_top_bg.jpg");
	background-color:#000033;
}
/* 再下段メニュー欄 */
td#menu_bot_bg {
	height:15px;
	background-image:url("../images/menu/menu_bot_bg.jpg");
}
/* 左下丸み */
td#left_bot_bg {
	height:15px;
	background-repeat:no-repeat;
	background-image:url("../images/main/left_bot_bg.jpg");
	background-color:#000033;
}
/* トップメッセージ */
h1#top_msg1 {
	margin:0px;
	padding:1px 0px 0px 155px;
	height=12px;
	font-size:12px;
	color:#ffffff;
}
h1#top_msg3 {
	margin:0px;
	padding:5px 0px 0px 270px;
	height=12px;
	font-size:12px;
	color:#ffffff;
}
h2#top_msg2 {
	margin:0px;
	padding:25px 0px 0px 265px;
	font-size:20px;
	color:#ffffff;
}
/* 罫線が点線のテーブル */
table.dotted {
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
table.dotted td {
	border-style: dotted;
	border-width: 1px;
	border-color: #4f4f4f
}
/* 罫線が点線のテーブル */
table.bot_dot {
	border-collapse: collapse;
	border: 2px solid #000033;
}
table.bot_dot td {
	border-bottom: 2px dotted #ffffff;
}
/* スクロール領域 */
div.scroll {
	margin: 10px 0px 0px 0px;
	overflow-y : scroll;
	width : 560px;
	height : 200px;
}


/*==========================================================*/
/* コンテンツ領域                                             */
/*==========================================================*/
/* コンテンツ */
td#contents {
	width:600px;
	background-color:#000033;
}
/* お知らせ */
div.info {
 font-size:13px;
}
/* イベント */
div.event {
 font-size:13px;
}
/* トピックス */
div.topics {
 font-size:13px;
}
/* 相互リンク */
a.link:link,a.link:visited {
	color:#ffa500;
	text-decoration : none;
}
a.link:hover,a.link:active {
	color:#ffa500;
	text-decoration : underline;
}
#center_page_msg {
	text-align: center;
}
.err_msg {
	color:#ff0000;
}

/*==========================================================*/
/* フッター領域                                             */
/*==========================================================*/
/* フッター欄 */
td#footer {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:65px;
	background-image:url("../images/main/bot.jpg");
	color:#000033;
}
div.footer_link {
	color:#ffffff;
}
/* フッター部リンク */
a.footer_link:link,a.footer_link:visited {
	color:#ffffff;
}
a.footer_link:hover,a.footer_link:active {
	color:#000033;
}

/* コピーライト部リンク */
a#copyright:link,a#copyright:visited {
	color:#000033;
	text-decoration : none;
	border-style:none;
	border:0;
}
a#copyright:hover,a#copyright:active {
	color:#000033;
	text-decoration : underline;
	border-style:none;
	border:0;
}


