﻿@charset "utf-8";
/* CSS Document */

#top_container {
	margin:0 auto 0 auto;
	padding:0 0 15px 0;
	text-align:center;
}
#top_container .table1 {
	margin: 0 auto;
	width:820px;
}
#top_container .table2 {
	widows:370px;
}
#top_container .table2_u_l {width:10px;}
#top_container .table2_u_c {
	background-image:url(images/table_u_c.gif);
	background-repeat:repeat-x;
}
#top_container .table2_u_r {width:10px;}
#top_container .table2_m_l {
	background-image:url(images/table_m_l.gif);
	background-repeat:repeat-y;
}
#top_container .table2_m_m2 {
	background-color:#FFFFFF;
	text-align:center;
}
#top_container .table2_m_m2 img {
	width:105px;
	height:131px;
	margin: 0 5px;
}
#top_container .table2_m_m {
	background-color:#FFFFFF;
}
#top_container .table2_m_mdiv {
	height:225px;
	overflow:auto;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	font-size:14px;
	color:#0066FF;
}
#top_container .table2_m_m a {
	font-weight:bold;
	text-decoration:underline;
}
#top_container .ichioshi2 {
	margin: 0 15px;
}
#top_container .table2_m_r {
	background-image:url(images/table_m_r.gif);
	background-repeat:repeat-y;
}
#top_container .table2_b_c {
	background-image:url(images/table_b_c.gif);
	background-repeat:repeat-x;
}

#top_container .Message_table {
	width:420px;
	border: solid 1px #FF00FF;
	background-color:#FFFFFF;
}
#message_div {
	margin: 10px auto;
	width:400px;
	height:280px; /*280*/
	overflow:auto;
	text-align:left;
}
#message_div .title {
	background-image:url(images/message_icon.gif);
	background-repeat:no-repeat;
	text-indent:18px;
	font-size:14px;
	color:#0066FF;
	font-weight:bold;
}
#message_div .text {
	padding: 3px 0 15px 0;
}
#message_div .line {
	background-image:url(images/message_line.gif);
	background-repeat:no-repeat;
	font-size:0%;
	height:5px;
}
#map_div {
	margin: 10px;
	padding:0;
	text-align:left;
}
#top_container .Message_table .map {
	margin:5px;
}

#top_information {
	margin:0;
	padding: 40px 30px 50px 20px;
	width:370px;
	height:119px;
	background-image:url(images/kokuban.jpg);
	background-repeat:no-repeat;
}
#top_information #info {
	/* padding: 40px 30px 50px 20px;
	width:370px; */
	height:119px; /*139*/
	overflow:auto;
	scrollbar-face-color:#1C1C1A;       /* 表面の色 */
	scrollbar-3dlight-color: #ccc;    /* 左端と上端の色 */
	scrollbar-highlight-color: #333;  /* ハイライトの色 */
	scrollbar-shadow-color: #333;     /* 影の色 */
	scrollbar-darkshadow-color: #333; /* 右端と下端 */
	scrollbar-arrow-color: #ccc;      /* 矢印の色 */
	scrollbar-track-color: #1C1C1A;      /* バーの背景の色 */
}
#top_information #info a {
	color:#FFFF00;
}
#top_information p {
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	text-align:left;
	line-height:150%;
}
