/*** 全体の設定 ***/
* {
	margin: 0;
	padding: 0;
}

body {
    background-color: #fff;
	background-repeat: repeat;
	list-style-type: none;
	text-align:center;
	font-size: 93%;
	line-height: 170%;
}

/*** リンクの設定 ***/
a {
	text-decoration: bold;
}

a:link {
	color: #000033;
}

a:visited {
	color: #000033;
}

a:hover {
	color: #66ccff;
}


a img {
	border-style: none;
	border-width: 0px;
	text-decoration: none;
}

/*** レイアウトブロック ***/

#header {
	background-color: #fff;
	width: 1000px;
	height:100%;
	margin: 0 auto;
}

.header {
	background-image:url(img/header01.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 88px;
	border-bottom: 10px solid #CCCCCC;
}

#main-wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	zoom: 100%;
	text-align: left;
	border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

#main {
	width: 100%x;
}

#footer {
	margin: 0 auto;
	background-image:url();
	width: 980px;
	height: 50%;
}

#m-content-top {
	position: relative;
	width: 100%;
    padding: 0% 0% 0% 0%;
	background-color: #fff;
}

#m-content {
	position: relative;
    /*float: right;*/
	position: relative;
	width: 650px;
	margin-left: 28%;
    padding: 0% 0% 0% 0%;
	background-color: #FFF;
}

#m-content img {
	margin: 10px;
}

#m-content li {
	list-style-type: none;
	list-style-position: inside;
}

#m-side {
    width: 200px;
    /*float: left;*/
	position: absolute;
	padding: 10px;
	top: 230px;
	margin-left: 30px;
	background-color: #fff;
	border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.text-side001{
    width: 100%;
	font-size: 80%;
	font-family : Arial,'ＭＳ ゴシック',sans-serif ;
	font-weight: 900;
	color: #800000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCCd;	
}

#m-side li {
	list-style-position: inside;
	list-style-type: none;
}


#top-side {
    width: 200px;
    /*float: left;*/
	position: absolute;
	padding: 10px;
	top: 10px;
	margin-left: 10px;
	background-color: #fff;
	background-color: #fff;
	border-right: 1px solid #e6e6fa;
    border-left: 1px solid #e6e6fa;
	border-top: 1px solid #e6e6fa;
    border-bottom: 1px solid #e6e6fa;
}

.side_box{
    font-size: 80%;
    padding: 10px 10px 10px 10px;
    margin: 10px;
	background-color: #fff;
	border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.top_boxout{
    width: 100%;
	background-color: #FFF;
	padding: 10px;
}

.top_box{
    width: 300px;
    height: 210px;
    float: left;
    margin: 10px;
    padding: 8px;
	border-right: 6px solid #e6e6fa;
    border-left: 6px solid #CCCCCC;
	border-top: 6px solid #CCCCCC;
    border-bottom: 6px solid #e6e6fa;
}

.top_boxbig{
    width: 650px;
    height: 170px;
    margin: 20px;
    padding: 8px;
	border-right: 6px solid #e6e6fa;
    border-left: 6px solid #CCCCCC;
	border-top: 6px solid #CCCCCC;
    border-bottom: 6px solid #e6e6fa;
}

.top_boxnews{
    width: 650px;
    height: 100%;
    margin: 20px;
    padding: 8px;
    border-right: 6px solid #e6e6fa;
    border-left: 6px solid #CCCCCC;
    border-top: 6px solid #CCCCCC;
    border-bottom: 6px solid #e6e6fa;
    display: inline-block;
}

.top_boxnews p img{
    padding-right: 20px;
}

.textnews {
    width: 650px;
    padding: 2% 0 0 3px;
    margin-bottom: 5px;
    font-size: 110%;
    font-weight: 900;
    font-family : Arial,'ＭＳ ゴシック',sans-serif ;
    color: #000;
    border-bottom: 6px solid #CCCCCC;
}

.sekou_box{
    width: 100%;
    float: left;
    margin: 10px;
    padding: 8px;
	border-right: 6px solid #e6e6fa;
    border-left: 6px solid #CCCCCC;
	border-top: 6px solid #CCCCCC;
    border-bottom: 6px solid #e6e6fa;
}

/** 回り込み解除 **/


/** mainコンテンツ **/
.section {
    width: 100%;
    height: 100%;
	padding: 0px 10px 5px 10%x;
	margin-right: 0%;
	margin-bottom: 0;
	background-color: #FFF;
}

.section-top {
	width: 100%;
	padding: 5px 30px 5px 10%x;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF;
}

.section-top_inner {
    height: 100%;
	width: 700px;
	padding: 5px 0 5px 5px;
	margin-bottom: 20px;
	margin-left: 250px;
	background-color: #FFF;
}


.head{
    border-bottom: 1px solid #CCCCCC;
    padding: 0 10px 0 0;
    text-align: left;
    font-size: 80%;
}

/* パンくずナビ */
.pankuzu{
    border-top: 2px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 10px 0 0;
    text-align: left;
    font-size: 70%;
}

/* サイトマップ */
.section-saitomap {
    border-top: 2px solid #CCCCCC;
	padding: 5px 30px 5px 10%x;
	background-color: #FFF;
    font-size: 70%;
}

table.saito-map { background-color: #e6e6fa; }




/* レイアウト */

.table01{
    width: 880px;
    background-color: #FFF;
    border: 0px solid #FFF;
    border-collapse: collapse;
    padding: 10px 10px 30px 10px;
    margin-bottom: 10px;
}

.table001{
    width: 850px;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-collapse: collapse;
    padding: 10px 10px 30px 10px;
    margin-bottom: 10px;
}

.flo001{
    width: 250px;
    border: 3px solid #FFFF00;
    background-color: #FF9900;
    color: #FFF;
    padding:10px;
    text-align: center;
	font-family : Arial,'ＭＳ ゴシック',sans-serif ;
	font-weight: 900;
    font-size: 180%;
}


.sekou-menu{
    width: 630px;
    height: 100%;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border-right: 3px solid #FF9900;
    border-left: 3px solid #FF9900;
	border-top: 3px solid #FF9900;
    border-bottom: 3px solid #FF9900;
}

.top-img{
	border-top: 1px solid #CCCCCC;
}

/* 題字タイトル */
.text01 {
    width: 98%;
    height: 15px;
    padding: 5% 0 5% 20px;
    background-image: url(img/bg-un.gif);
	font-size: 180%;
	font-weight: 800;
	font-family : Arial,'ＭＳ ゴシック',sans-serif ;
	color: #622d18;

    margin-top: 20px;
    margin-bottom: 20px;

}

.text001 {
    width: 98%;
    height: 7px;
    background-color: #ffdc00;
    padding: 2% 0 4% 30px;
	font-size: 160%;
	font-weight: 900;
	font-family : Arial,'ＭＳ ゴシック',sans-serif ;
	color: #622d18;
    border-bottom: medium solid #ffff84 ;
    margin-bottom: 10px;

}

.text002 {
    width: 98%;
    height: 15px;
    padding: 2% 0 2% 10px;
	font-size: 120%;
	font-weight: 900;
	font-family : Arial,'ＭＳ 明朝',sans-serif ;
	color: #8b4513;
    margin-bottom: 5px;
}


.text003 {
    width: 98%;
    padding: 2% 0 0 3px;
	font-size: 120%;
	font-weight: 900;
	font-family : Arial,'ＭＳ ゴシック',sans-serif ;
	color: #8b4513;
}


.text004 {
    width: 98%;
    padding: 10px;
	font-size: 150%;
	font-weight: 900;
	font-family : Arial,'ＭＳ 明朝',sans-serif ;
	color: #8b4513;
	background-color: #ffffdb;
}


.text005 {
    width: 98%;
    padding: 2% 0 0 3px;
    margin-bottom: 5px;
	font-size: 110%;
	font-weight: 900;
	font-family : Arial,'ＭＳ ゴシック',sans-serif ;
	color: #000;
    border-bottom: medium solid #ffdc00;
}



#cont01 {
	padding-top: 0%;
	padding-bottom: 0%;
}


#cont002 {
	font-size: 105%;
	font-weight: 700;
	color: #330033;
}

#cont003 {
	font-size: 115%;
	font-weight: 700;
	color: #330033;
}

#cont004 {
	font-size: 115%;
	font-weight: 700;
	color: #330033;
        font-family: ＭＳ 明朝;
}


/** テーブル **/

/* ヘッダー */
.table00{
	background-image:url(img/header01.gif);
        width: 1080px;
        color: #990033;
	font-size: 90%;
	font-weight: 600;
	line-height: 150%;
        border: 0px;
        text-align: left;
}

.table00 td{
        padding-top: 100px;
}



.table01 td{
        padding: 5px;
        font-color: #000000;
        border: 0px;
}

/* 会社概要 */
.gaiyou table{
        width: 100%;
        border: 1px solid #CCCCCC;
        padding: 0px;
}

.gaiyou table td{
        border: 1px solid #CCCCCC;
        padding: 5px;
}

.gaiyou table tr{
        border: 1px solid #CCCCCC;
        padding: 0px;
}


/*** sidemenuコンテンツ ***/
#sidetop {
	width: 300px;
	height: 300px;
}

#telt {
	font-size: x-small;
	text-indent: 4px;
	margin-bottom: 10px;
}

#navi {
	width: 170px;
	margin: 0 0 0 0;
}
#navi p {
	margin: 0 0 0 0;
}


/*** 余白 ***/
.cspace {
	height: 60px;
}

.cspace-gray {
	height: 30px;
    border-top: 2px solid #;
	background-color: #e6e6fa;
	
}

.cspace-m {
	height: 10px;
}

.cspace-max {
	height: 200px;
}


/********************************************** inqury 問い合わせフォーム ******************************/
#form{
        margin:10px;
}

#form tr {
        margin:5px;
}



#container {
    width: 700px;
	margin:0 auto;
	text-align:left;
}




/* 必須 */
.require {color: #CC0000;}


/* １段階小さい文字 */
.small {font-size:85%;}


/* ボタンの親 */
.button {
	text-align:center;
}

/* Table
--------------------------------------------------*/
.zeromail table,
.zeromail th,
.zeromail td {
	background-color:#fff;
	border:solid 1px #cdd8eb;
	border-collapse:collapse;
}
.zeromail table {
	width:100%;
    margin-bottom:10px;
}

.zeromail caption {
    margin:10px 0;
    padding:0.5em;
    background-color:#c9d9f0;
    color:#3762a8;
    font-weight:bold;
}

.zeromail thead th,
.zeromail tfoot th {
	background-color:#dbe5f3;
    text-align:center;
}
.zeromail thead td,
.zeromail tfoot td {
	background-color:#dbe5f3;
    text-align:center;
}

.zeromail tbody th {
    width:25%;
    padding:0.5em;
	background-color:#ebf1f9;
	font-weight:normal;
    text-align:center;
}

.zeromail td {
    padding:0.5em;
	text-align:left;
}

/* Form
--------------------------------------------------*/
.zeromail legend {
	display:none;
}

.zeromail label{
    margin:0 3px;
}

.zeromail input[type=radio],
.zeromail input[type=checkbox] {
    margin-right:0.3em;
}

.zeromail button,
.zeromail input[type=checkbox],
.zeromail input[type=radio],
.zeromail input[type=reset],
.zeromail input[type=submit] {
    padding:1px;
}

.zeromail [type=check],
.zeromail [type=radio],
.zeromail [type=submit] {
    cursor: pointer;
}

.zeromail [type=check] + label,
.zeromail [type=radio] + label {
    display: inline-block;
    cursor: pointer;
}

.zeromail [type=text],
.zeromail [type=password],
.zeromail textarea {
    padding: 1px;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.zeromail input[type=text]:hover,
.zeromail [type=password]:hover,
.zeromail textarea:hover,
.zeromail input[type=text]:focus,
.zeromail [type=password]:focus,
.zeromail textarea:focus {
	background-color: #ECFBFF;
}

/* Button
--------------------------------------------------*/
.zeromail .button {
    text-align:center;
    margin-top:20px;
}

.zeromail .button button {
    min-width:100px;
	_width:100px;
}

.zeromail button[type],
.zeromail button[id]{
    margin:0 5px;
	padding:0 5px;
    border:solid 2px;
    border-color:#ddd #aaa #aaa #ddd;
	border-radius:5px;
    background-color:#ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    line-height:1.4;
    cursor:pointer;
}

.zeromail button[type]:hover,
.zeromail button[id]:hover{
    background-color:#efefef;
}
.zeromail button[id=submit] {
    border-color:#CAD6F0 #7C99DC #889FD7 #CAD6F0;
    background-color:#AABCE8;
}
.zeromail button[id=submit]:hover {
    border-color:#C4E0F0 #8DC5E2 #8FBEE0 #C4E0F0;
    background-color:#A9D2E9;
}

.zeromail button[id=myreset],
.zeromail button[id=close]{
}


/* 確認・エラー画面(check,error)
--------------------------------------------------*/
.zeromail #confirm td  {
    padding:1em;
}

/*入力エラー*/
.zeromail strong.error {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	background:none;
    color:#A82B2B;
}

/* Message()のメッセージ */
.message {
	text-align:center;
}

/*エラー*/
.zeromail span.error{ 
	display:block;
	margin:1.5em 50px;
	padding:1.5em 0;
	background-color:#f7a499;
	border:solid 1px #e16c48;
	text-align:center;
	color:#181710;
}

/*エラーなし*/
.zeromail span.confirm{
	display:block;
	color:#339933;
	border:solid 1px;
	border-color:#D9F4C4;
	padding:10px;
}


/* 送信完了(completion.html)
--------------------------------------------------*/
#completion .success {
	margin:1.5em 50px;
	padding:1.5em 0;
	background-color:#e8f198;
	border:solid 1px #c6e148;
	text-align:center;
	color:#4e4c35;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	clear:both;
    margin-top:30px;
    font-size:10px;
	text-align:center;
}
.wtn_copyright a{
    color:#AABCE8;
	text-decoration:none;
}

/*-----------------------------------------------------
  for Ajax
------------------------------------------------------*/
/*住所検索メッセージ*/
.zeromail .zipcode-message {
	font-size:85%;
	margin-left:0.5em;
}
/* Address Search */
.zeromail .zipcode-btn {
}
.zeromail .zipcode-message {
	color:#999;
}

/* Over Text Label */
.zeromail .overTxtLabel {
    color: #888888;
}

/* Validator Advice */
.zeromail input[type=text].validation-failed,
.zeromail textarea.validation-failed {
    border-color: #ff0000;
    background-color: #ffdddd;
}
.zeromail .validation-failed:hover,
.zeromail .validation-failed:focus {
	border-color: #FF6A6A;
	background-color: #FEE;
}
.zeromail .validation-advice {
    padding-bottom: 5px;
    font-weight: bold;
    color: #ff0000;
}

/* ローディング */
.spinner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
}

/* [Ajax] Result
--------------------------------------------------*/
/* 結果 */
#result {
	margin:10px 0;
	background-color: #DFE6FD;
	text-align:center;
}

#result div {
	border: 1px solid;
	border-color:#5082EB;
	padding:10px;
}

#result:empty {
	margin:0;
    padding:0;
    border-width: 0;
}?

/* 完了メッセージ */
#result .success{
}


/*-----------------------------------------------------
  MAILFORM ADMIN CSS
------------------------------------------------------*/
#admin #container {
	width:800px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	/zoom:1;
}

#admin h1 {
	margin-bottom:30px;
}

#admin h2 {
	margin-top:0;
	padding:0.3em 0;
	background:#efefef;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	zoom:1
}

#content {
	margin-bottom:50px;
}

/* Contents Area */
.logon #content {
	position:relative;
	width:630px;
	float:right;
}

#admin .button button#submit {width:auto;}

/* [ADMIN] Login Form
--------------------------------------------------*/
#admin form.login {
	text-align:center;
	margin:50px 0;
}

form.login button#submit {
	width:auto;
}

form.login dl {
	width:18em;
	margin:0 auto;
	text-align:left;
}
form.login dt {
	float:left;
	clear:left;
	width:6em;
	text-align:right;
}
form.login dd {
	margin-bottom:5px;
}

form.login #formid {
	ime-mode: disabled;
}

#admin #content .login .button {
	position:static;
	margin:1em;
	
}

/* [ADMIN] Logout Button
--------------------------------------------------*/
.logout {
	position:absolute;
	top:1.2em;
	right:0.2em;
}

button#logout{
    border:solid 2px;
    border-color:#aaa #777 #555 #999;
    background-color:#888;
    line-height:1.4;
    margin:0;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}
button#logout:hover {
	background-color:#a00;
	border-color:#d00 #900 #700 #c00;
}

/* [ADMIN] $table content
--------------------------------------------------*/
#admin #content td {
	white-space:nowrap;
}

#admin #content .button {
	position:absolute;
	margin:0;
	padding:0;
	top:3em;
	right:0;
}

#admin form.loglist,
#admin form.directory {
	overflow:auto;
	min-width:520px;
	padding:50px 0;
}

td.nodata {
	text-align:center;
	padding:1em 0;
}

.download table dt {
	float:left;
	clear:left;
	margin:0 0 0.5em 0;
	padding:0.2em 0;
	width:30%;
	background-color:#efefef;
	text-align:center;
}

.download table dd {
	margin:0.5em 0 0.5em 35%;
	padding:0.2em 0;
	text-align:left;
}

.download td.action{
	text-align:center;
}

.download .option {
	margin:5px 0;
}

/* [ADMIN] Navigation
--------------------------------------------------*/
.logon #navi {
	width:170px;
	float:left;
}

form.idSelect {
	margin-bottom:1em;
}

#admin .navi li {
	list-style:inside disc;
	margin:0 0 0.5em 0;
}
#admin .navi a {
	text-decoration:none;
}


/* [ADMIN] Copyright
--------------------------------------------------*/
#admin .wtn_copyright {
	clear:both;
	margin:0 auto;
	padding-top:10px;
	border-top:solid 1px;
	font-size:85%;
