﻿@charset "UTF-8";
/* ========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:12px;
   color:#333;
   background:#dfdfdf;
}
br {
  letter-spacing:normal;
}
a {
    color:#333;
   text-decoration:underline;
}

a:hover {
   color:#53baff;
   text-decoration:none;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
/* ========HEADER CONTENTS======== */
#header {
   width:100%;
   margin:0 auto;
   position:relative;
   border-top:5px solid #53baff;
   height: 174px;
}

#header #bkg_image {
   width:800px;
   height: 174px;
   /*background-image: url("../images/logo.png");*/
   position: relative;
   top: 0px; /* 位置を調整 */
   left: 0px; /* 位置を調整 */
   z-index: 0;
}
#header #bkg_image #logo_image {
  background-image: url("../images/logo.gif");
            position: relative;
            top: 0px; /* 位置を調整 */
            left: 0px; /* 位置を調整 */
            width: 10px; /* サイズを調整 */
            z-index: 2;
 }
/* ========HEADER CUSTOMIZE======== */

.catchcopy {
   position: relative;
   padding-top:0px;
   padding-left:600px;
   font-size:12px;
   font-weight: bold;
   z-index: 2;
}

#menu li {
   float:none;
   color:#333;
   text-align:left;
   padding-top:12px;
   font-size:16px;
   font-weight: bold;
   padding-bottom:12px;
   /*list-style-type:none;*/
}

#menu li a {
   display:block;
   /*width:100px;
   color:#333;
   line-height:10px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;*/
   
}
#icatchWrap {
 display:none;/*スマートフォンの時は表示*/
}

#icatch {
 display:none;/*スマートフォンの時は表示*/
}

/* ========MAIN CONTENTS ======== */
#main {
 float:none;
 width:100%
}
/* ========MAIN CONTENTS CUSTOMIZE======== */

/* ========SUB CONTENTS ======== */
#sub {
display:none;
}
/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
display: none;
}
/* ========FOOTER CUSTOMIZE======== */
@media screen and (Min-width: 480px){
/* ========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:12px;
   color:#333;
   background:#dfdfdf;
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#53baff;
   text-decoration:none;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
#header {
   width:800px;
   margin:0 auto;
   position:relative;
   /*border-top:3px solid #53baff;*/
   height: 174px;
}

}
#header #bkg_image {
   position:absolute;
   width:800px;
   height: 174px;
   top: 0%;
   left: 0%;
   background-image: url("../images/BKGImg.gif");
   z-index: 0;
}

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

#header h1 a {
   color:#333;
}

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

#header #pr p {
   margin:0;
   padding:0px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}

.catchcopy {
   padding-top:30px;
   padding-left:430px;
   font-size:16px;
   font-weight: bold;
}
#menu {
   width:800px;
   margin:0 auto;
   position:relative;
   /*border-bottom:5px solid #53baff;*/
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:800px;
   margin:0 auto;
   padding:0;
   /*border-right:1px solid #e5e5e5;*/
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   font-size:14px;
   padding-top:0px;
   padding-bottom:0px;
}

#menu li a {
   display:block;
   width:160px;
   color:#333;
   line-height:50px;
   text-decoration:none;
   background:url("../images/bg_menu_off.gif") 0 0 repeat-x;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.png") 0 0 repeat-x;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.png") 0 0 repeat-x;
}

#icatchIndexWrap {
   display:block;
   clear:both;
   position:relative;
   z-index:-1;
   overflow:hidden;
   height:150px;
   background:#ddd;
}

#icatchWrap {
   display:block;
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:150px;
   background:#ddd;
}

#icatch {
   display:block;
   width:780px;
   margin:0 auto;
}

#icatch h2{
   display:block;
   font-size:20px;
   font-weight: bold;
}

#icatch p {
   display:block;
   font-size:14px;
   margin:-2px
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:800px;
   margin:-60px auto 0 auto;
   background:#f3f3f3;
}

/* ========MAIN CONTENTS ======== */
#main {
   float:left;
   width:800px;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
/* ========Index page Project CONTENTS ======== */
.boxed-image {
   float:left;
   color:#333;
   padding-left:50px;
   hight:100px;
   width:300px;
}
.boxed-text {
   float:left;
   color:#333;
   hight:100px;
   width:300px;
   text-align:left;
   list-style-type:none;
   font-size:14px;
   font-weight: bold;
}
.boxed-image1 {
   float:left;
   color:#333;
   padding-left:140px;
   hight:300px;
   width:140px;
}
.boxed-text1 {
   float:left;
   color:#333;
   hight:100px;
   width:300px;
   padding-left:100px;
   text-align:left;
   list-style-type:none;
   font-size:14px;
   font-weight: bold;
}
/* ========System Discription　page======== */
.system-image {
   float:left;
   padding-top:30px;
   padding-left:30px;
   hight:100px;
   width:300px;
}
.system-text {
   float:left;
   hight:100px;
   width:400px;
   padding-left:20px;
   text-align:left;
   list-style-type:none;
   font-size:14px;
   font-weight: bold;
}
/* ======== menu Discription　page　======== */
.role-icon {
   float:left;
   padding-top:20px;
   padding-left:100px;
   hight:60px;
   width:60px;
}
.role-text {
   float:left;
   hight:50px;
   width:450px;
   padding-left:50px;
   text-align:left;
   /*list-style-type:none;*/
   font-size:14px;
   font-weight: bold;
}
.role-list {
   float:left;
   hight:100px;
   width:400px;
   padding-left:-150px;
   text-align:left;
   /*list-style-type:none;*/
   font-size:18px;
   font-weight: bold;
}

.function-icon {
   float:left;
   padding-top:0px;
   padding-left:100px;
   hight:80px;
   width:80px;
}
.function-image {
   float:left;
   padding-top:30px;
   padding-left:30px;
   hight:100px;
   width:300px;
}
.function-text {
   float:left;
   hight:100px;
   width:300px;
   padding-left:20px;
   text-align:left;
   list-style-type:none;
   font-size:14px;
   font-weight: bold;
}
/* ======== Licence Discription　page　======== */
.license-icon {
   float:left;
   padding-top:20px;
   padding-left:100px;
   hight:60px;
   width:60px;
}
.license-text {
   float:left;
   hight:100px;
   width:300px;
   padding-left:60px;
   text-align:left;
   list-style-type:none;
   font-size:14px;
   font-weight: bold;
}
.license-image {
   float:left;
   color:#333;
   padding-left:20px;
   hight:80px;
   width:240px;
}
.license-list {
   float:left;
   hight:100px;
   width:400px;
   padding-left:-150px;
   text-align:left;
   list-style-type:none;
   font-size:14px;
   font-weight: bold;
}
#main1 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main2 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main3 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main4 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main5 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main6 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main7 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main8 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main9 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main10 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main11 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main12 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main13 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
#main14 {
   float:right;
   width:800px;
   display: block;
   padding:0px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:24px;
   font-weight:bold;
   /*border-bottom:3px double #5A5132;*/
}

#main h3,#main1 h3,#main2 h3,#main3 h3,#main4 h3,#main5 h3,#main6 h3,#main7 h3 ,#main8 h3 ,#main9 h3,#main10 h3,#main11 h3,#main12 h3,#main13 h3,#main14 h3{
   margin-bottom:5px;
   padding:6px 10px 10px 10px;
   font-size:20px;
   font-weight: bold;
   /*border-bottom:1px dotted #ddd;*/
   background:url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:5px;
   padding:0px;
   font-size:18px;
   font-weight: bold;
   border-left:5px solid #53baff;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:0px;
   font-size:13px;
   color:#fff;
   background:#53baff;
}

#main,#main1,#main2 h6 {
   margin-bottom:5px;
   font-size:10px;
}

#main p,#main1 p,#main2 p,#main3 p,#main4 p,#main5 p,#main6 p,#main7 p,#main8 p,#main9 p,#main10 p,#main11 p,#main12 p,#main13 p,#main14 p{
   margin:0 0 1em 0;
   font-weight: bold;
   font-size:16px;
}
#main ul li {

   font-size:14px;
}

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

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
   font-size:14px;
}

/* ========SUB CONTENTS ======== */


#pageTop {
   clear:both;
   width:750px;
}

#footer {
   clear:both;
   background:#ddd;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   background-image: url("../images/footer.png");
   height: 63px;
   margin:0 auto;
   padding:60px 10px 30px 40px;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}

/* 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 table {
   width:100%;
   /*border-collapse:collapse;*/
}

#main table th {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:none;
   background:#f0f7fc;
}

#main table td {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:none;
}
#mail table th {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:none;
   background:#f3f3f3;
}

#mail table td {
   padding:0px;
   font-size:12px;
   text-align:left;
   border:none;
}
/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:26px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   /*background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;*/
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   display: block;
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

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

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
