@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
font-size:10pt;
color:#666666;
background-color:#FF6600;
background-image:url(/images/common/bg_common.gif);
background-position:top;
background-repeat:repeat-y;
font-family:"ＭＳ ゴシック", "Osaka－等幅";
line-height:1.5em;
}

img {
border:0;
}


/* =================フッター================= */

#footer {
width:800px;
margin:10px 0;
padding:0;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}

.footer_left {
width:200px;
height:30px;
margin:0;
padding:10px;
float:left;
text-align:center;
}

.footer_center {
width:140px;
height:50px;
margin:0;
padding:0;
float:left;
}

.footer_right {
width:400px;
height:30px;
margin:0;
padding:10px;
float:left;
text-align:left;
}

.copyright {
width:100%;
margin:0;
padding:0;
font-size:8pt;
text-align:center;
}

/* =================ヘッダーメニュー================= */
#menu {
width:800px;
height:30px;
margin:0;
padding:0;
}

#menu ul {
margin:0;
padding:0;
}

#menu li {
display:block;
margin:0;
padding:0;
list-style-type:none;
float:left;
}

.box_line_common {
width:800px;
height:10px;
margin:0;
padding:0;
background:url(/images/common/border_common.gif) repeat-x;
}

/* =================共通設定================= */
.clear {
clear:both;
}

.fs8 {
font-size:8pt;
}

.tcenter {
text-align:center;
}

a {
color:#A9D06B;
text-decoration:none;
}

a:hover {
color:#666666;
text-decoration:underline;
}

.fleft {
float:left;
}

.fright {
float:right;
}

#box_common {
width:800px;
margin:0 auto;
padding:0;
}

#box_contents {
width:780px;
margin:0;
padding:10px;
}

.box_center {
width:660px;
margin:0 auto;
padding:0;
}

h2.top {
width:600px;
margin:5px 0 10px 0;
padding:5px 0;
color:#ff6600;
font-size:14pt;
font-weight:bold;
line-height:20pt;
border-top:2px solid #ff6600;
border-bottom:2px solid #ff6600;
}

h2 {
width:660px;
margin:5px 0 10px 0;
padding:5px 0;
color:#ff6600;
font-size:14pt;
font-weight:bold;
line-height:20pt;
border-top:2px solid #ff6600;
border-bottom:2px solid #ff6600;
}

h3 {
color:#ff6600;
font-size:12pt;
font-weight:bold;
line-height:14pt;
}





/* ============ トップページ(index) ============ */
.box_main_img {
width:800px;
height:350px;
margin:0 auto;
padding:0;
}

.box_login {
width:160px;
height:133px;
margin:10px 0;
padding: 5px 10px;
background:url(/images/top/bg_login.gif) no-repeat;
float:left;
font-size:8pt;
line-height: 1em;
color:#ffffff;
}
.box_login p {
    margin: 0;
    padding: 3px 0 0 0;
}
.box_login form {
    margin: 0;
    padding: 0;
}

.box_right {
width:600px;
margin:10px 0;
padding:0;
float:left;
}

/* ============ どんなシステム(system) ============ */
#box_system {
width:680px;
margin:10px auto;
padding:0;
background:url("/images/system/bg_waku_b.gif") repeat-y;
}

.box_system_title {
width:680px;
height:30px;
margin:0;
padding:5px 0;
background:url("/images/system/bg_waku_a.gif") no-repeat;
color:#FFFFFF;
font-weight:bold;
text-align:center;
}

.box_system_contents {
width:640px;
padding:0 20px;
}

.box_system_footer {
width:680px;
height:25px;
padding:0;
background: #ffffff url("/images/system/bg_waku_c.gif") no-repeat;
}


/* ============ こんなときに便利(benri) ============ */


/* ============ ここが心配だけど(shinpai) ============ */
.box_shinpai {
width:330px;
margin:50px 10px;
padding:10px;
border:1px dotted #ff6600;
float:left;
}


/* ============ お問合せ(inquiry) ============ */
#contact {
    /*
    min-height: 500px;
    _height: 500px;
    */
}
#contact fieldset {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 5px;
    padding: 10px;
}
#contact legend {
    padding-left: 5px;
    padding-right: 5px;
}
#contact input, #contact textarea {
    padding: 5px;
}
#contact textarea {
    width: 95%;
}
#contact-submit {
    padding: 0 5px;
    text-align: right;
}
#contact .completed {
    margin: 70px;
    text-align: center;
    vertical-align: middle;
}

.notice {
    color: #ff0000;
}
.warning {
    color: #ff0000;
}

#captcha img {
    display: block;
    border: 1px solid #444444;
}
#captcha input {
    margin-top: 5px;
}
