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

/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
	color: #666;
}

img {
border: none;
}

/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

body {
	font-size: small;
	text-align: center;
	width: 880px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header_up {
	width: 880px;
	height: 25px;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	background-color: #06F;
	color: #FFF;
}
#header tr td strong a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #06F;
	text-decoration: none;
}


#header {
	width: 880px;
	height: 25;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#navi {
	width: 880px;
	height: 46px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 10px;
}
#main_visual-sp {
	width: 880px;
	height: 370px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #CCC;
}
#main_visual {
	width: 880px;
	height: 150px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #CCC;
}
#left_box {
	width: 450px;
	margin-bottom: 10px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 3px;
}

#right_box {
	width: 410px;
	float: right;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
#footer {
	width: 880px;
	height: 30px;
	margin-bottom: 30px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* ---------------------------------------------------- */
/* ナビゲーション */
/* ---------------------------------------------------- */

#navi ul li {
float: left;
}
#left_box #topics {
	overflow: scroll;
	height: 150px;
	width: 448px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#right_box .table {
	border-collapse: collapse;
}

#right_box .table tr td {

}
#right_box .taitle p strong {
	float: right;
	height: 20px;
	width: 450px;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
	background-color: #E8E8E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
	margin-bottom: 4px;
	font-size: 14px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
}
