@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #DCE5E7;
	background-image: url(images/bk_navigation.jpg);
	background-repeat: repeat-y;
}
#container {
	width: 968px;
}
#navigation {
	float: left;
	width: 200px;
	display: inline;
	background-color: #2BC64E;
	text-align: right;
}
#navigation ul {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#navigation ul li a {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	font-size: 16px;
	display: block;
	height: 22px;
	width: 130px;
	text-align: right;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-collapse: collapse;
	padding-right: 20px;
}
#navigation ul li a:hover {
	color: #2BC64E;
	background-color: #FFF;
}
#navigation h6 {
	margin-right: 20px;
	font-size: 75%;
	line-height: 120%;
	color: #FFF;
}
#main {
	float: right;
	width: 768px;
	display: inline;
}
#main #main_inside {
	width: 710px;
	float: left;
	background-color: #FFF;
	padding: 20px;
}
#main #main_inside h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 110%;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #92E5AB;
	border-bottom-color: #999;
	margin-bottom: 30px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 2px;
}
#main #main_inside h2 {
	margin-bottom: 10px;
}
#main #main_inside table td{
	font-size: 75%;
	color: #666;
	padding-bottom: 10px;
	padding-right: 10px;
}
#main #main_inside #topic_left {
	float: left;
	width: 420px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 30px;
}
#main #main_inside #topic_right {
	float: right;
	width: 260px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 30px;
}
#main #main_inside #footer address {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	letter-spacing: 1px;
	text-align: right;
	padding-right: 20px;
	line-height: 130%;
}
#main #main_inside #footer {
	clear: both;
	background-color: #81E397;
}
#main #navigation_right {
	float: right;
	width: 18px;
	display: inline;
}
#main #navigation_right p {
	margin-top: 5px;
}
#main #main_inside .topic {
	width: 167px;
	float: left;
	display: inline;
	margin-bottom: 30px;
	margin-right: 10px;
}
#main #main_inside .topic h4 {
	text-align: center;
	font-size: 70%;
	color: #666;
	margin-top: 5px;
}
#gotosmart {
	height: 70px;
	width: 100%;
	margin-top: 10px;
	display: none;
	background-color: #88B7C3;
}
#gotosmart p {
	text-align: center;
	font-size: 200%;
}
#gotosmart p a {
	color: #000000;
	height: 50px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
