@charset "utf-8";


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

body {
	background-color: #DED8CC;
	background-image: url(../img/body_backimg4.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/nav.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: 10pt;
	text-indent: 10px;
	margin: 0px;
	vertical-align: bottom;
}

h2 {
	background-image: url(../img/bar.gif);
	height: 34px;
	color: #ffffff;
	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: #ff3300; /* <h3>タグの左側につく色 */
	border-left-style: solid;
	border-left-width: 10px;
	border-bottom: 1px solid #ff3300;
	border-top: 1px solid #ff3300;
	border-right: 1px solid #ff3300;
	color: #222222;
	font-size: large;
	line-height: 130%;
	margin-bottom: 20px;
	text-indent: 10px;
	vertical-align: bottom;
}

h4 {
	border-left-color: #ff3300; /* <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_top_l {
	font-size: larger;
	line-height: 140%;
	margin: 0px 20px 20px 20px;
}

.p_bg {
	background-color: #FFFF66;
	font-size: larger;
	line-height: 140%;
	padding: 3px;
}
.p_bg_estore {
	background-color: #FFCC99;
	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;
}


/* freeform */

.h31 {
	float: left;
	width: 228px;
	padding: 10px;
	margin-right: 10px;
}
.h32 {
	float: left;
	width: 228px;
	padding: 10px;
	margin-right: 10px;
	background: #EEEEEE;
}
.h32_2 {
	float: left;
	width: 228px;
	padding: 10px;
	margin-right: 10px;
}
.h33 {
	float: left;
	width: 228px;
	padding: 10px;
}
.freeform h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4e7f5a;
	background-color: #FFFFFF;
	border-bottom: 1px solid #4e7f5a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: middle;
	line-height: 180%;
}
.freeform .top h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4e7f5a;
	background-color: #FFFFFF;
	border-bottom: 1px solid #4e7f5a;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: middle;
	line-height: 180%;
}
.freeform .bottom h3 {
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	background-color: #FFFFFF;
	border-bottom: 1px solid #777777;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	vertical-align: middle;
	line-height: 180%;
}
.freeform h2 {
	font-size: medium;
	font-weight: bold;
	color: #222222;
	margin: 40px 0px 0px 0px;
	padding-top: 6px;
	text-align: left;
	text-indent: 25px;
	width: 780px;
	height: 27px;
	background-image: url('/img/h2.gif');
	background-repeat: no-repeat;
	background-position: left top;

	border-left-color: none;
	border-left-style: none;
	border-left-width: none;
	line-height: 140%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.freeform strong {
	font-weight: bold;
/*	color: #009900; */
}
textarea {
	width: 600px;
	height: 150px;
}
hr {
	text-align: center;
	width:100%;
	height: 1px;
	border: 1px #CCCCCC solid;
}
.danraku {
	padding-bottom: 15px;
}
.freeform .bottom a {
	color: #777777;
}
.freeform 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%;
}
.freeform 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;
}
.freeform table tr td {
	font-size: larger;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: left;
	vertical-align: top;
}
.freeform table tr.altRow td {
	background: #f4f4f4;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

/*++ 利用者アンケート
-------------------------------------------------------------*/
.questionnaire1 {
	width: 730px;
	background-color: #f6f3ea;
	border: #8fc320 solid 5px;
	margin-left: 15px;
	padding: 15px
}

.questionnaire2 {
	font-size: 30px;
	font-weight: bold;
	color: red;
}
.questionnaire3 {
	font-size: 30px;
	font-weight: bold;
	color: red;
}
.questionnaire4 {
	font-size: 30px;
	font-weight: bold;
	color: red;
}
.questionnaire5 {
	font-size: 20px;
	font-weight: bold;
}

/*++ メルマガ記事紹介
-------------------------------------------------------------*/
.mailinterview1 {
	width: 730px;
	background-color: #f6f3ea;
	border: #FF801F solid 5px;
	margin-left: 15px;
	padding: 15px
}
.mailinterview2 {
	float: left;
}
.mailinterview3 {
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0px 0px 160px;
}
.mailinterview4 {
	font-size: 16px;
	color: #FF8000;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	clear: left;
}
.mailinterview5 {
	font-size: 16px;
	color: #FF8000;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
.mailinterview6 {
	font-size: 15px;
}

/* 横幅800px以下の場合のみ適用 */
@media (max-width: 800px) {
    #content, .header_1, .header_2, .copyright {
        width: 95%;
    }
    .message {
        background-color: #FFCC00;
        border: solid 1px #aaaaaa;
        color: #000000;
        font-size: small;
        left: initial;
        padding: 10px;
        margin-bottom: 10px;
        position: initial;
        text-align: center;
        top: initial;
        width: 90%;
    }
    .form_error_message{
        font-size: small;
    }
}

