@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
}

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;
}

.table4 {
  border-collapse: collapse;
  width: 430px;
}
.table4 th, .table4 td {
  border: 0px solid gray;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
   width:800px;
   margin:0 auto;
   background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
   width:800px;
   background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 10px;
}

div#pr {
   position:relative;
   width:120px;
   left:680px;
   padding:10px 0px 0px 20px;/* 上=10px、右=0px、下=10px、左=20px */
   font-size:100%;/*16pxに相当*/
   background:url("images/bg_menulist.gif") 0 16px no-repeat;
}

div#pr a {
   color:#0172AB;
}

div#pr a:hover {
   color:#0172AB;
   border:0;
   text-decoration:none;
}

div#menuWrapper {
   float:left;
}

div#menu {
   float:left;
   padding:0 5px;
  
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

div#main {
   float:left;
   width:500px;
}

div#main01 {
   float:left;
   width:600px;
}

div#sub {
   float:right;
   width:230px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 10px;
   background:#0082C6 url("images/bg_footer_left.gif") 0 0 no-repeat;
}


/* ========HEADER CUSTOMIZE======== */

div#header h1 {
   margin:0;
   padding:15px;
   font-size:150%;/* 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;
   font-size:82%;/* 13px相当 */
}


/* ========MENU CUSTOMIZE(協賛企業)======== */
div#contents #sub div#menu h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   border:1px solid #426D9C;
   background:url("images/bg_sub_h2.gif") 0 50% no-repeat;
}

div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   font-size:75%;/* 12px相当 */
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
   background:url("images/bg_menulist.gif") 0 12px no-repeat;
}

div#contents #sub div#menu li01 a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
  }

div#contents #sub div#menu li b01 {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
 }
 

div#contents #sub div#menu li a:hover {
   color:#0096E7;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border:0;
   text-decoration:underline;
}

div#main h2 {
   margin-bottom:8px;
   padding-left:12px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   background:url("images/bg_main_h2.gif") 0 50% no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:82%;/* 13px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main p01 {
   margin:0 0 1em 0;
   font-size:100%;/* 15px相当 */
   color:#FF3399;
}

div#main p02 {
   margin:0 0 1em 0;
   font-size:100%;/* 15px相当 */
   color:#CC3300;
}

div#main div.section {
   margin-bottom:30px;
}

div#main div.section01 {
   margin-bottom:30px;
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main td {
   margin:0 0 1em 0;
   font-size:82% ;/* 13pxに相当*/
}

/* INFORMATION CUSTOMIZE */
div#main dl.information {
   margin:0;
}
div#main dl.information dt {
   float:left;
}

div#main dl.information dd {
   margin:0 0 5px 0;
   padding: 0px 0px 5px 9em;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub div.section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   border:1px solid #426D9C;
   background:url("images/bg_sub_h2.gif") 0 50% no-repeat;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:14px;
   background:url("images/bg_sub_list.gif") 0 5px no-repeat;
}

/* ===協賛企業の表示=== */

div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   font-size:75%;/* 12px相当 */
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
   background:url("images/bg_menulist.gif") 0 12px no-repeat;
}

div#contents #sub div#menu li a:hover {
   color:#0096E7;
}



/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding-left:8px;
   background:url("images/bg_totop.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;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#fff;
   text-align:center;
   background:url("images/bg_footer_right.gif") 100% 0 no-repeat;
}