@charset "Shift_JIS";
/*----- 基本設定 -----*/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #444444;
}
/*----- フロートボックス解除用 -----*/

.clear {
	clear: both;
}
/*----- BODY BG -----*/

#body-bg {
	background: #ffffff url(../img/bg.gif);
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

#body-shadow {
	background: url(../img/body_shadow.png) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 966px;
}

/*----- ヘッダー -----*/

#header {
	margin: 0px auto;
	padding: 0px;
	width: 946px;
}

/*----- メインイメージ -----*/

#main-image {
	background: url(../img/main_image_bg.gif) no-repeat;
	margin: 0px auto;
	padding: 0px;
	width: 946px;
	height: 460px;
}

/*----- コンテンツ -----*/

#contents {
	background: #ffffff url(../img/contents_shadow.gif) repeat-x;
	margin: 0px auto;
	padding: 20px 20px 60px 20px;
	width: 906px;
}

/*----- フッター -----*/

#footer {
	background: #24543c;
	margin: 0px auto;
	padding: 10px 20px 10px 20px;
	width: 906px;
}

/*----- コピーライト -----*/

#copyright {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	background: #ffffff;
	margin: 0px auto;
	padding: 6px 0px 20px;
	width: 946px;
	text-align: center;
}

/*----- リンクカラー -----*/

a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:active {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #f1c72a;
	text-decoration: underline;
}

a:link {
	color: #0033ff;
	text-decoration: none;
}
a:active {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	color: #0033ff;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}

/*----- 見出し -----*/

h1,h2 {
	margin: 0px;
	padding: 0px;
}

.title-green {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	background-color: #ffffff;
	font-size: 16px;
	color: #14833b;
	border-bottom: #ff0000 2px solid;
}

/*----- テーブルレイアウト -----*/

table {
	text-align: left;
}

.table-style td {
	padding: 5px 15px 5px 15px;
	font-size: 14px;
}

.table-style2 td {
	padding: 5px 15px 5px 15px;
	font-size: 14px;
	line-height: 2.5em;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;
}

/*----- フォント -----*/

.font10 {
	font-size: 10px;
	line-height: 1.5em;
}

.font11 {
	font-size: 11px;
	line-height: 1.5em;
}

.font12 {
	font-size: 12px;
	line-height: 1.5em;
}

.font13 {
	font-size: 13px;
	line-height: 1.5em;
}

.font14 {
	font-size: 14px;
	line-height: 1.5em;
}

.bold {
	font-weight: bold;
}

/*----- リスト -----*/

ul,li {
	margin: 0px;
	padding: 0px;
}


/*----- マージン・パディング -----*/

.box-mt0 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
