

/* ------------------------------------------------
 構造,レイアウト
------------------------------------------------ */

body {
	background: #e7fbfc;
	background-image: url(../img/body_backimg51.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #222222; /* 全体の基本となる文字色 */
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	margin: 0px;
}

.header_1 {
	background-color: #ffffff;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 800px; /* ヘッダー部分の幅 */
}

.header_2 {
	background-image: url('/img/nav2.png');
	border-bottom-color: #4e7f5a;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	height: 33px;
/*	margin-bottom: 5px; */
	padding: 6px 5px 0px 5px;
	text-align: center;
	vertical-align: top;
	width: 800px;
/*
	background-color: #4aac4a;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	height: 33px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	vertical-align: top;
	width: 800px;
*/
}

#content {
	background-color: #ffffff;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	width: 800px; /* 本文部分の幅 */
}

.footer {
	margin-bottom: 5px;
	text-align: center;
	vertical-align: top;
	width: 800px; /* フッター部分の幅 */
}

.copyright {
	margin-bottom: 5px;
	text-align: center;
	vertical-align: top;
	width: 800px; /* コピーライト部分の幅 */
}


/* ------------------------------------------------
 テーブル
------------------------------------------------ */

#content table {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-top: 0px;
	padding: 0;
	white-space: normal;
	width: 100%;
}

.margin_left {
	margin-left: 20px;
}

#content table th {
	background-color: #e2e2e2;
	border-bottom: 1px solid #003d4c;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-top: 1px solid #fff;
	padding: 1px;
	text-align: center;
}

#content table tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: left;
	vertical-align: top;
}

#content table tr.altRow td {
	background: #f4f4f4;
}

#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

/* ------------------------------------------------
 フォーム
------------------------------------------------ */

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

textarea {
	width: 500px;
	height: 150px;
}

.form {
	background-color: #FFFFFF;
	border-top: 1px solid #aaaaaa; /* フォーム全体を囲う枠 */
	border-right: 1px solid #aaaaaa; /* フォーム全体を囲う枠 */
	border-bottom: 1px solid #aaaaaa; /* フォーム全体を囲う枠 */
	border-left: 5px solid #aaaaaa; /* フォーム全体を囲う枠 */
	color: #002200;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.form_text {
	color: #222222; /* フォームの入力欄の名前の文字色 */
	font-size: small;
	font-weight: bold;
}

.annotation {
	color: #006600; /* フォームの入力欄の説明文の文字色 */
	font-size: small;
	font-weight: normal;
}

.required{
	clear: both;
	color: #dd0000; /* フォームの入力必須記号「*」の色 */
	font-weight: bold;
}

.form_error_message{
	color: #ff0000; /* フォームのエラーメッセージの色 */
	font-size: large;
	font-weight: bold;
}

/* ------------------------------------------------
 文字
------------------------------------------------ */

h1 {
	color: #222222;
	font-size: 12pt;
	text-indent: 10px;
	margin: 0px;
	vertical-align: bottom;
}

h2 {
	background-image: url(../img/bar.gif);
	height: 34px;
	color: #222222;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;	
	font-size: large;
	line-height: 180%;
	margin-bottom: 20px;
	text-indent: 15px;
	vertical-align: bottom;
}

h3 {
	border-left-color: #4aac4a; /* <h3>タグの左側につく色 */
	border-left-style: solid;
	border-left-width: 10px;
	border-bottom: 1px solid #4aac4a;
	border-top: 1px solid #4aac4a;
	border-right: 1px solid #4aac4a;	
	color: #222222;
	font-size: large;
	line-height: 130%;
	margin-bottom: 20px;
	text-indent: 10px;
	vertical-align: bottom;
}

h4 {
	border-left-color: #85d9e0; /* <h4>タグの左側につく色 */
	border-left-style: solid;
	border-left-width: 10px;
	color: #222222;
	font-size: large;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 20px;
	text-indent: 5px;
	vertical-align: bottom;
}

h5 {
	border-left-color: #aaaaaa; /* <h5>タグの左側につく色 */
	border-left-style: solid;
	border-left-width: 3px;
	color: #222222;
	font-size: medium;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 20px;
	margin-top: 10px;
	text-indent: 5px;
	vertical-align: bottom;
}

.h5_func {
	margin-bottom: 10px;
	margin-top: 10px;
}

strong {
	color: #222222; /* 強調部分の色 */
	font-weight: bold;
}

.linktxt {
	font-size: small;
	margin: 0px 20px 25px 20px;
}

/* ------------------------------------------------
 その他
------------------------------------------------ */

ul,ol {
	margin-top: 5px;
}

fieldset {
	margin: 3px;
	padding: 3px;
	text-align: left;
}

legend {
	font-weight: bold;
}

pre {
	font-size: small;
}

p {
	margin: 0px 20px 40px 20px;
}

.p_top {
	margin: 0px 20px 20px 20px;
}

.p_bg {
	background-color: #66FF66;
	font-size: larger;
	line-height: 140%;
}

.r_p_large {
	font-size: larger;
	line-height: 140%;
}

.r_p_large_bg {
	background-color: #ffff88;
	font-size: larger;
	line-height: 140%;
}

.message
{
	background-color: #FFCC00; /* 入力エラー時などに表示されるエラーウィンドウの背景色 */
	border: solid 1px #aaaaaa;
	color: #000000;
	font-size: large;
	left: 100px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 500px;
}



