/* ボディ */
body {
    background-color: #f0ffff;
}

/* ヘッダメニュー用 */
div.head {
    margin-bottom: 15px;
}

div.head_nomenu {
    margin-bottom: 40px;
}

/* 画面全体 */
div.frame {
    text-align:center;
    width:960px;
}

div.frame_pop {
    text-align:center;
}

div.frame_pop2 {
    text-align:center;
    width:360px;
}

/* メイン用 */
div.main {
    width: 800px;
    margin: 10px 0px 10px 0px;
}

div.main_pop {
    text-align: left;
    margin: 30px;
}

/* ログイン用 */
div.login {
    background-color: #ffffcc;
    width: 400px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

/* 情報表示用 */
div.info1 {
    background-color: #ffffcc;
    width: 400px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

div.info2 {
    background-color: #ccffcc;
    width: 400px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

div.info3 {
    background-color: #ffffcc;
    width: 550px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

div.info4 {
    background-color: #ffffcc;
    width: 650px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

div.info5 {
    background-color: #ffffcc;
    width: 750px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

/* 一覧用 */
div.list {
    background-color: #ffffcc;
    width: 950px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

div.list2 {
    background-color: #ffffcc;
    width: 650px;
    padding: 20px;
    border: 2px solid gray;
    text-align: center;
}

/* 画面タイトル用 */
div.title {
    margin: 10px 0px 10px 0px;
    font-size: 15pt;
    font-weight: bold;
    color:#356734;
}

/* サブタイトル用 */
div.sub-title {
    color: #335533;
    margin: 10px 0px 10px 0px;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

/* メニュー枠用 */
div.menu {
    width: 650px;
    padding: 20px;
    border-width: 2px;
    border-color: gray;
    border-style: solid;
    background-color: #ffffcc;
    margin: 20px 5px 20px 5px;
}

div.menu_left {
    width: 650px;
    padding: 20px;
    border-width: 2px;
    border-color: gray;
    border-style: solid;
    background-color: #ffffcc;
    margin: 20px 5px 20px 5px;
}

div.menu_right {
    width: 650px;
    padding: 20px;
    border-width: 2px;
    border-color: gray;
    border-style: solid;
    background-color: #ffffcc;
    margin: 20px 5px 20px 5px;
}

/* メニュー項目用 */
div.menu_item {
    font-size: 13pt;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 1em;
}

/* メニュー説明用 */
div.menu_sub {
    font-size: 10pt;
    padding-left: 2em;
    color: #554433;
}

div.menu_title {
    padding: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #ccffcd;
    background-color: green;
    font-weight: bold;
}

div.url {
    font-size: 12pt;
    padding: 3px 5px 3px 5px;
    border: 1px 1px 1px 1px black solid;
    background-color: white;
    height: 1em;
}


/* エラーメッセージ用 */
div.err_msg {
    text-decoration: underline;
    text-align: left;
    font-size: 12pt;
    font-weight: bold;
    color: red;
    margin: 5px 2px 5px 2px;
}

div.err_cmt {
    color: red;
    font-size: 10pt;
    text-align: left;
    padding-left: 2em;
}

/* 説明文章用 */
span.text {
    font-size: 9pt;
}

span.text#alert {
    color: #ee0000;
}

span.text2 {
    font-size: 11pt;
}


table.info {
    font-size: 11pt;
}

/* データ件数表示用 */
div.data_cnt {
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
}

/* 一覧用 */
table.list {
    border-width: 1px;
    border-color: #39805b;
    border-style: solid;
    font-size: 10pt;
}

/* 一覧ヘッダ用 */
tr.list_head {
    color: white;
    font-weight: bold;
    background-color: #39805b;
}

td.list_head {
    text-align: center;
    border-width: 0px 0px 0px 1px;
    border-color: white;
    border-style: solid;
    padding: 5px 3px 5px 3px;
}

/* 一覧ヘッダ最左カラム用 */
td.list_head#firsthead {
    border-width: 0px 0px 0px 0px;
}

/* 一覧データ用 */
tr.list_data {
    background-color: white;
}

td.list_data {
    border-width: 1px 0px 0px 1px;
    border-color: gray;
    border-style: solid;
    padding: 5px 3px 5px 3px;
}

/* 一覧データ最左カラム用 */
td.list_data#firstdata {
    border-width: 1px 0px 0px 0px;
}

/* 検索条件 */
div.condition {
    text-align: center;
}

table.condition {
    width: 500px;
    font-size: 13px;
    margin: 15px;
    padding: 5px;
    border: 1px 1px 1px 1px solid gray;
}

table.condition#mailsend {
    width: 95%;
}

td.cond_head {
    width: 50%;
    padding: 3px;
    color: white;
    text-align: center;
    background-color: #498b49;
    font-weight: bold;
}

td.cond_head#span {
    width: 25%;
    padding: 3px;
    color: white;
    text-align: center;
    background-color: #498b49;
    font-weight: bold;
}

td.cond_input {
    color: black;
    padding: 3px;
    background-color: white;
    border: 0px 1px 0px 1px solid gray;
}

td.cond_button {
    background-color: #dddddd;
    border: 0px 1px 0px 1px solid gray;
}

/* 一覧検索条件用 */
table.condition#list {
    font-size: 9pt;
}


/* 調査票設計 基本情報 */
table.basic {
    font-size: 10pt;
    padding: 5px;
}

td.basic_head {
    font-weight: normal;
    color: #000000;
    background-color: #ffcc99;
    text-align: left;
    border-width: 0px 1px 1px 0px;
    border-color: #c0c0c0;
    border-style: solid;
}

td.basic_input {
    background-color: #ffffcc;
    border-width: 0px 1px 1px 0px;
    border-color: #c0c0c0;
    border-style: solid;
}

td.basic_input#tensya {
    padding: 0px;
}

td.basic_head#tensya_head {
    border-width: 0px 0px 1px 0px;
}
td.basic_input#tensya_input {
    border-width: 0px 0px 0px 0px;
}

/* 調査票設計 設問設定 */
table.question {
    font-size: 10pt;
    padding: 5px;
}

td.question_head {
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    background-color: #006666;
    text-align: center;
    border-width: 0px 1px 1px 0px;
    border-color: #c0c0c0;
    border-style: solid;
}

td.question_input {
    background-color: #ffffcc;
    text-align: left;
    border-width: 0px 1px 1px 0px;
    border-color: #c0c0c0;
    border-style: solid;
}

/* 調査票集計用 */
div.sum_block {
    text-align: left;
    margin: 30px;
}

div.question {
    font-size: 12pt;
    text-align: left;
}

/* グラフ */
div.graph {
    background-color: white;
    border: 1px 1px 1px 1px solid black;
    margin: 10px 5px 20px 5px;
    padding: 5px 5px 5px 5px;
}

table.graph {
    font-size: 11pt;
}

tr.graph_line {
    font-size: 0px;
    height: 5px;
}

td.graph_line {
    width: 198px;
    border-color: black;
    border-style: solid;
}

td.graph_line#left_top {
    border-width: 0px 1px 1px 2px;
}

td.graph_line#right_top {
    border-width: 0px 2px 1px 1px;
}

td.graph_line#left_bottom {
    border-width: 1px 1px 0px 2px;
}

td.graph_line#right_bottom {
    border-width: 1px 2px 0px 1px;
}

td.graph_item {
	width: 80px;
}

td.graph_rate {
	width: 50px;
}

/* 上ヘッダ用 */
table.summary1 {
    font-size: 10pt;
    background-color: gray;
}

td.sum1_head {
    width: 50%;
    font-weight: bold;
    color: #ffffff;
    background-color: #39805b;
    text-align: center;
}

td.sum1_head#pop {
    width: 60%;
    font-weight: bold;
    color: #ffffff;
    background-color: #39805b;
    text-align: center;
}

td.sum1_data {
    width: 50%;
    background-color: #ffffff;
}

/* 左ヘッダ用 */
table.summary2 {
    font-size: 10pt;
    background-color: gray;
}

td.sum2_head {
    font-weight: bold;
    color: #ffffff;
    background-color: #39805b;
    text-align: center;
}

td.sum2_data {
    background-color: #ffffff;
}


/* 回答用 */
pre {
    margin: 5px 0px 10px 0px;
}

/* 回答備考 */
span.note {
    font-size: 10pt;
}


/* 汎用 */
td.labelmain {
    color: #ffffff;
    background-color: #708090;
    font-weight: bold;
    font-size: 11pt;
}

td.label {
    color: #000000;
    background-color: #dcdcdc;
    text-align: left;
    font-size: 9pt;
    width:200;
}

td.input {
    background-color: #ffffff;
    width:450;
    font-size: 9pt;
}

td.input_pop {
    background-color: #ffffcc;
}

td.quiz {
    color: #000000;
    background-color: #dcdcdc;
    text-align: left;
    vertical-align: top;
    font-size: 9pt;
}

td.label0 {
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    background-color: #000099;
    text-align: center
}

td.label1 {
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    background-color: #006666;
    text-align: center;
}

td.label2 {
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;
    background-color: #0066cc;
    text-align: center;
}

td.input0 {
    background-color: #ffffcc;
}

td.input1 {
    background-color: #ffffff;
}

td.input2 {
    font-size: 9pt;
}

td.input3 {
    background-color: #ffffff;
    font-size: 9pt;
}


/* 共通 */
.hide {
    display: none;
}

a:hover {
    position: relative;
    top: 1px;
    left: 1px;
    color: red;
}

/* エラー強調表示用 */
select.ErrorDisp{
    	BACKGROUND-COLOR: #81FF35
}

/* 強調表示解除用 */
select.ErrorCleared{
	    BACKGROUND-COLOR: 
}

/* フッタ */
td.footer{
    font-size: 9pt;
    text-align: center;
}
