@charset "utf-8";

@import url("menu.css");

/* ---------- 基本設定 ---------- */

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,img {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color:#333333;
	background-color: #3399FF;
	background-image: url(../commonimages/background.gif);
	background-repeat: repeat;
}
#base {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0px auto;
}
#header {
	width: 870px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
#main {
	width: 680px;
	display: inline;
	float: left;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
	font-size: 14px;
}
#menu {
	width: 175px;
	display: inline;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	width: 900px;
	background-image: url(../commonimages/footer01.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* ---------- テキストリンク ---------- */

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ---------- 見出し ---------- */

h1 {
	font-size: 14px;
	line-height: 1.5em;
	color:#333333;
}
h2 {
	font-size: 14px;
	line-height: 1.5em;
	color:#333333;
}
h3 {
	height: 22px;
	width: 670px;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	display: block;
	color: #004400;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #004400;
}

/* ---------- 所々フォント ---------- */

address {
	font-style: normal;
	font-size: 12px;
	line-height: 1.5em;
}
.copyright {
	font-size: 12px;
	color: #666666;
	text-align: right;
}

/* ---------- トピックス ---------- */

#topics {
	margin: 10px;
	width: 660px;
}
#topics ul{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon01.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics ol{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon02.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004400;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 0px;
}

/* ---------- セミナートピックス ---------- */

#topics2 {
	background-color:#AEDAFF;
	margin: 10px;
	width: 660px;
}
#topics2 ul{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon01_2.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics2 ol{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon02.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics2 li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000ff;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 0px;
}

#topics2a {
	background-color:#AEDAFF;
	margin: 10px;
	width: 660px;
}
#topics2a ul{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon01_2.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics2a ol{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon02.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics2a li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000ff;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 0px;
}

/* ---------- 全国移住ナビトピックス ---------- */

#topics3 {
	background-color:#FFFF33;
	margin: 10px;
	width: 660px;
}
#topics3 ul{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon01_1.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics3 ol{
	line-height: 1.25em;
	list-style-image: url(../images/topicsicon02.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#topics3 li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6600;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 0px;
}

/* ---------- ヘッダー ---------- */

.header_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004400;
}

/* ---------- フォントサイズ ---------- */

.size10 {
	font-size: 10px;
	line-height: 1.5em;
}
.size12 {
	font-size: 12px;
	line-height: 1.5em;
}
.size14 {
	font-size: 14px;
	line-height: 1.5em;
}
.size16 {
	font-size: 16px;
	line-height: 1.5em;
}
.size18 {
	font-size: 18px;
	line-height: 1.5em;
	color: #990033;
	font-weight: bold;
}
.size24 {
	font-size: 24px;
	line-height: 1.5em;
}

.style10 {	color: #FF0000;
	font-weight: bold;
}
.style33 {color: #FF0000}
.style37 {
	color: #006600;
	font-weight: bold;
}
.style38 {color: #000000}
.style39 {
	font-size: 10px;
	font-weight: bold;
}
.style41 {
	color: #333333;
	font-weight: bold;
}
.style42 {font-size: 12px}
.style47 {
	color: #FF0000;
	font-size: 11px;
}
.style49 {
	color: #FF6600;
	font-weight: bold;
}

/* ---------- 引き継ぎ用 ---------- */

.textcenter {
	color: #FF0099;
}
#base #main table tr td table tr td table tr td {
	text-align: left;
}
#base #main table tr td table tr td {
	font-weight: bold;
}

.syougaku {
	color: #FFFFFF;
}

.chu1 {
	color: #FF0000;
}

#text {
	margin-left:30px;
	margin-right:50px;
}
.title_s {
	color: #FFFFFF;
}
#kokuchi {
	color: #F00;
	font-weight: bold;
}
.style1 {
	font-size: 20px;
	color: #003300;
}
#webse {
	font-size: 24px;
	color:#030;
	font-weight: bold;
}
#tekigou {
	font-size: 13px;
}

.h_title {
	color: #FF6600;
	font-size: 20px;
}

.h_title2 {
	color: #000000;
	font-size: 14px;
}