@charset "shift_jis";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#0172AB;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:900px;
   margin:0 auto;
}

div#wrapper {
   width:900px;
   border-left:solid 1px #999999;
   border-right:solid 1px #999999;
}

div#header {
   position:relative;
   padding:0 5px;
   background-image:url(../images/header01.gif);
   background-repeat:no-repeat;
   height:110px;
}

div#pr {
   width:365px;
   position:absolute;
   left:554px;
   top:60px;
}

div#contents {
   margin:0 5px;
   padding:20px 10px 0 10px;
}

div#main {
   float:right;
   width:640px;
}

div#sub {
   float:left;
   width:210px;
}

div#pageTop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 5px;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:30px;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   color:#111111;
}

#header #contact {
	position:absolute;
	left:550px;
	top:0;
}
#header #privacy {
	position:absolute;
	left:710px;
	top:0;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
   width:200px;
}

div#sub h2 {
   padding:3px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   background:url("../images/bg_sub_h2.gif") 50% 50%;
}




/* MENU CUSTOMIZE */
div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   color:#333;
   list-style-type:none;
}

/* news
------------------------------------------*/
#sub .news {
	overflow-y:scroll;
	height:250px;
	background-color:#DEDDFF;
}
#sub .news dl {
	border-bottom:1px dotted #999999;
	margin:0px 0px 5px 0px;
}
#sub .news dt {
	margin:0;
	padding-left:35px;
	padding-right:3px;
	background-image:url(../images/new.gif);
	background-repeat:no-repeat;
	background-position:3px 5px; 
}
#sub .news dd {
	margin:0;
	line-height:1.0;
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#0172AB;
}

#main a:hover {
   text-decoration:underline;
}

#main .icatch {
margin-bottom:20px;
}

#main h2 {
   margin-bottom:8px;
   padding:5px 5px 5px 0;
}

#main h3 {
   margin:15px 10px 15px 10px;
   padding:5px 0 3px 10px;
   font-size:13px;
   border-left:5px solid #181470;
   background:url("../images/bg_h3.gif") 0 100% repeat-x;
}

#main h4 {
   margin:5px 0 2px 0;
   padding:2px;
   font-size:13px;
   background:#d0dfe9;
}

#main h5 {
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   color:#3298D3;
   border-left:8px solid #3298D3;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#3298D3;
}

#main p {
   margin:10px 0 1em 10px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

#main .red {
	color:#990000;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}
/* 組合概要
-----------------------------------*/
#main ol {
	margin:0;
	padding:0;
	margin-left:30px;
}
/* 不正利用防止
-----------------------------------*/
.red_line {
	text-decoration:underline;
	color:#ff0000;
}

/*テーブル
---------------------------------------------------*/
/* table_top01
------------------------------------*/
.table_top01 {
	width:600px;
	margin:10px auto;

}
.table_top01 th{
	width:300px;
	border:1px solid #999999;
}

.table_top01 td {
	padding:5px;
	border:1px solid #999999;
}

/* table_about01
------------------------------------*/
.table_about01 {
	width:600px;
	margin:10px auto;
	border-collapse:collapse;
	border:solid 1px #cccccc;
}
.table_about01 th {
	width:170px;
	padding:5px;
	border:solid 1px #cccccc;
	background-color:#eeeeee;
}
.table_about01 td {
	padding:5px;
	border:solid 1px #cccccc;
}

/*table_join01
------------------------------- */
.table_join01 {
	border:solid 1px #990000;
	background-color:#F3DDDD;
	margin:10px auto;
}
.table_join01 th {
	font-size:18px;
	color:#ffffff;
	background-color:#990000;
	padding:5px;
}
.table_join01 td {
	font-weight:bold;
	padding:5px 5px 5px 10px;
}

/*table_join02
------------------------------- */
.table_join02 {
	border:solid 1px #cccccc;
	border-collapse:collapse;
}
.table_join02 th {
	border:solid 1px #cccccc;
	background-color:#E1E5F3;
}
.table_join02 td {
	border:solid 1px #cccccc;
	text-align:center;
}

/* table_union01
------------------------------------*/
.table_union01 {
	border:solid 1px #ffffff;
	border-collapse:collapse;
	margin:10px auto;
}
.table_union01 th {
	background-color:#AF60BB;
	width:200px;
	border:solid 1px #ffffff;
	line-height:1.3;
	color:#ffffff;
	padding:5px 0;
}
.table_union01 td {
	background-color:#F1CFF6;
	padding:5px;
	border:solid 1px #ffffff;
	vertical-align:top;
}

/* table_etc01
------------------------------------*/
.table_etc01 {
	margin:10px auto;
	border:solid 1px #07BB2D;
}
.table_etc01 th {
	background-color:#07BB2D;
	color:#ffffff;
	padding:5px;
}
.table_etc01 td {
	padding:5px;
}
/* table_etc02
------------------------------------*/
.table_etc02 {
	margin:10px auto;
	border:solid 1px #FB64C4;
}
.table_etc02 th {
	background-color:#FB64C4;
	color:#ffffff;
	padding:5px;
}
.table_etc02 td {
	padding:5px;
}
/* table_gasoline01
------------------------------------*/
.table_gasoline01 {
	margin:10px auto 10px auto;
}
/* table_stop01
------------------------------------*/
.table_stop01 {
	margin:10px auto;
}
.table_stop01 td{
	background-color:#DE3D43;
	color:#ffffff;
	padding:5px 5px;
	border:solid 1px #ffffff;
	border-collapse:collapse;
}
/* table_const01
------------------------------------*/
.table_const01 {
	margin:0 auto;
}
.table_const01 th {
	text-align:center;
	width:80px;
	margin:0;
	vertical-align:top;
}
.table_const01 td {
	vertical-align:top;

}
.table_const01 td ol {
	margin:0;
}
/* table_contact
---------------------------------- */
#main .table_contact {
	width:600%px;
	border-collapse:collapse;
	margin:10px auto;
	border:solid 1px #cccccc;
}
#main .table_contact th {
	width:180px;
	font-weight:100;
	padding:5px 5px 5px 1em;
	text-align:left;
	font-weight:bold;
	border:solid 1px #cccccc;
	background-color:#F0F5F6;
}
#main .table_contact td {
	width:410px;
	padding:10px 5px;
	border:solid 1px #cccccc;
}
#main .table_contact td .contact_spece {
	margin-top:10px;
}
#main .table_contact .hissu {
	vertical-align:middle;
	margin-bottom:0.25em;
	padding-left:3px;

}
.contact_left {
	width:45%;
	float:left;
}
.contact_right {
	width:45%;
	float:right;
}
.clear {
	clear:both;
}


/* ========PAGETOP CUSTOMIZE========= */
div#pageTop {
   padding:10px 0;
   text-align:right;
}

div#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   margin:0 10px;
   padding:5px 0;
   font-style:normal;
   font-size:11px;
   color:#fff;
   text-align:center;
   background: #181470;
}
#err {
  display:none;
}
#err1 {}
#err2 {}
#err3 {}
#err4 {}
#err5 {}
}