@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#navibar {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#navibar a:hover {
	color: #0000FF;
	background-image: url(images/menu_over.gif);
}

#seachbar {
	text-align: center;
	width: 100%;
	background-color: #6a8af1;
	height: 1px;
	padding-top: 0px;
}

#navibar a {
	background-image: url(images/menu.gif);
	height: 80px;
	width: 133px;
	display: block;
	padding-top: 22px;
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;
}

#content_left {
	height: 100%;
	background-color: #eff0f1;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 85%;
}

#sidemenu {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#sidemenu a {
	font-size: 12px;
	line-height: 24px;
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#sidemenu a:hover {
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}

#content_right {
	width: 85%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #999999;
	padding: 10px;
}

#content_right h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

#content_right .topics01 {
	background-color: #FFFFFF;
	padding: 7px;
	background-image: url(images/blt_02.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content_right .topics01 a {
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
}

#content_right .topics02 {
	background-color: #FFFFEC;
	padding: 7px;
	background-image: url(images/blt_02.jpg);
	background-repeat: no-repeat;
	background-position: 7px center;
}

#content_right .topics02 a {
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
}

#hotevent {
	margin-top: 20px;
	text-align: center;
}

#hotevent p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#hotevent img {
	margin-bottom: 5px;
}

#content_center {
	height: 100%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#content_center .maintopic {
	height: 150px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#content_center .maintopic img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content_center .maintopic h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#content_center .maintopic2 {
	height: 240px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#content_center .maintopic2 img {
	float: left;
	margin-right: 10px;
}

#content_center .maintopic2 h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content_center .maintopic2 h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#content_center .maintopic2 h4 {
	font-weight: normal;
	font-size: 12px;
	color: #F00;
	line-height: 18px;
}

#content_center .subtitle {
	background-image: url(images/sub_title.jpg);
	height: 20px;
	padding: 10px;
	color: #333333;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

#content_center .topic00 {
	color: #666666;
	font-size: 12px;
}

   table.company {
   border-collapse: collapse;
   border: 0px solid; /* 外側の枠線 */
   font-size: 12px;
   color: #666666;
}
table.company td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-color: #999999; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 8px; /* セル内側の余白 */
}

#footer {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 200x;
	background-color: #6a8af1;
	padding-top: 5px;
}
