@charset "UTF-8";

@media print, screen and (min-width: 961px){

.wrap {
	overflow: hidden;
}
/* ========BASIC======== */
html {
   overflow-y:scroll;
   min-height: 100%;
  position: relative;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   margin-bottom: 5em;
   background:#fff;
   min-width: 960px;
}

br {
   letter-spacing:normal;
}

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

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

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

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


/* ========TEMPLATE LAYOUT======== */
#top {
   width:100%;
   border-top:3px solid #333;
}

#header-line {
   width:100%;
   border-top:1px solid #ccc;
   background:#f4f4f4;
   padding:0px 0 1px 0;
   margin-bottom:10px;
}

#header {
   margin:0 auto;
   position:relative;
   padding:0 5px;
   width:960px;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   position:absolute;
   top:0;
   right:0;
}

#icatch {
   /*width:100%;*/
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:400px;
   background:#fff;
   margin: 0 auto;
}

#icatch img {
   width:100%;
}

#icatch-sub {
   width:960px;
   clear:both;
   height:200px;
   margin:0 auto 20px auto;
}

#icatch-sub img {
   width:100%;
   border:1px solid #ccc;
}

#topInfo {
   width:100%;
   text-align: center;
   background:#fff;
   margin:0 0 15px 0;
}

#topInfo a img {
   margin:10px 3px 10px 2px;
   border:2px solid #ccc;
}

#topInfo a:hover img {
   border:2px solid #e66414;
}

#backColor {
   background:#f0f0ff;
   padding:40px 0 40px 0;
}

#contents {
   clear:both;
   position:relative;
   /*z-index:100;*/
   overflow:hidden;
   width:960px;
   margin:0 auto;

}

#main {
   float:left;
   width:960px;
}

#mainRight {
   float:right;
   width:700px;
   padding:5px 0 0 0;
   margin-bottom:80px;
}

#subLeft {
   float:left;
   width:250px;
   padding-bottom:100px;
}

#mainLeft {
   float:left;
   width:660px;
   display:inline;
   margin-bottom:10px;
   padding:0 0 2em 0;
   /*border:1px solid #aaa;*/
   /*border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;*/
   background:#fff;
   box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
}

#subRight {
   float:left;
   width:280px;
   display:inline;
   margin-bottom:10px;
   margin-left:17px;
   padding:0 0 2em 0;
   background:#fff;
   box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
}

#mainBox {
   float:left;
   width:465px;
   display:inline;
   margin:0 5px 10px 5px;
   padding:0 0 1em 0;
   border:1px solid #aaa;
   border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

#pageTop {
   width:960px;
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   background:#fff;
   margin: 0 auto;
}

#footer {
   float:left;
   width:100%;
   background:#333 0 10px repeat-x;
}

#footMenu {
   margin: 0 auto; 
}

#footCopy {
   margin: 0 auto; 
}


/* ========HEADER CUSTOMIZE======== */
#header img {
   margin:0;
   padding:10px 0 10px 0;
   line-height:1.0;
}

#header #gnavi ul {
   list-style:none;
}

#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}

/* ========MENU CUSTOMIZE======== */
#menu {
   float:left;
   overflow:hidden;
   margin:30px 0;
   margin-left:auto;
   padding:0;
}

#menu .list {
   float:left;
   color:#888;
   text-align:center;
   list-style-type:none;
   margin:0 auto;
}

#menu .list a {
   display:block;
   width:100px;
   color:#888;
   line-height:40px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu .list a.active {
   color:#222;
   text-decoration:none;
}

#menu .list a.home {
   color:#e66414;
   
   text-decoration:none;
}

#menu .list a:hover {
   color:#222;
   text-decoration:none;
}

#menu .list a.active span{
   width:100px;
   padding:0 0 7px 0;
   border-bottom:3px solid #e66414;
}

#menu .list a.home span{
   width:100px;
   color:#e66414;
   font-weight:bold;
   padding:0 0 7px 0;
}

#menu .list a:hover span{
   width:100px;
   padding:0 0 7px 0;
   border-bottom:3px solid #e66414;
}

#menu .list:last-child {
   border-right:1px solid #e5e5e5;
}

/* ========FOOTPATH CUSTOMIZE======== */
#breadcrumbs {
   margin:0 auto;
   position:relative;
   padding:0 10px;
   width:960px;
   color:#555;
}

#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
#breadcrumbs ol li:before {
  content: " > ";
}
#breadcrumbs ol li:first-child:before {
  content:"";
}

#breadcrumbs ol li a {
  color:#555;
}

#breadcrumbs ol li a:hover {
  color:#e66414;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#002800;
}

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

#main img {
   padding:0 10px 3px 3px;
}

#main h1 {
   font-size:26px;
   padding:5px 0 15px 0;
}

#main h2 {
   clear:both;
   margin-bottom:2px;
   padding:5px 0 5px 25px;
   line-height:2.0;
   /*color:#147864;*/
   color:#555;
   font-size:14px;
   
}

#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:14px;
   color:#002800;
   border-bottom:3px solid #005f32;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
}

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

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


/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   font-size:14px;
}

#main table {
   width:960px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#efefef;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

#main table td ol {
   margin:0;
   padding:0 0 0 30px;
}

#main table td li {
   margin:0;
   padding:0;
}

/* ========MAINRIGHT CONTENTS CUSTOMIZE======== */
#mainRight a {
   color:#111;
}

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

#mainRight img {
   padding:0 10px 3px 3px;
}

#mainRight h1 {
   font-size:26px;
   padding:5px 0 15px 0;
   line-height:330px;
}

#mainRight h2 {
   clear:both;
   margin-bottom:2px;
   padding:5px 0 0 25px;
   line-height:100px;
   color:#555;
   font-size:28px;
   
}

#mainRight h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:16px;
   color:#333;
}

#mainRight h4 {
   padding:8px 0 8px 10px;
   margin-left:5px;
   margin-bottom:15px;
   line-height:1.8;
   font-size:14px;
   color:#333;
   border:1px solid #ddd;
   background:#f5f5f5;
   float:left;
   width:97%;
}

#mainRight h5 {
   padding:5px 0 0px 5px;
   margin-left:5px;
   margin-bottom:5px;
   line-height:1.8;
   font-size:16px;
   color:#333;
   border-bottom:1px solid #ddd;
}

#mainRight h6 {
   clear:both;
   padding:5px 0 0px 10px;
   margin-left:5px;
   line-height:30px;
   color:#555;
   font-size:20px;
}

#mainRight p {
   margin:0 0 1em 0;
   padding:0 0 0 10px;
   font-size:14px;
   line-height:1.8;
}

#mainRight strong {
   padding:5px 0 5px 8px;
   margin-bottom:5px;
   line-height:1.8;
   font-size:18px;
   color:#333;
   border-left:3px solid #e66414;
}

#mainRight iframe {
   margin-left:20px;
   margin-bottom:20px;
}

#mainRight table {
   font-size:14px;
}

#mainRight table {
   width:700px;
   margin-left:20px;
   margin-bottom:20px;
   line-height:2.5;
}

#mainRight table th {
   padding:5px;
   border-bottom:1px dashed #ccc;
   border-width:0 0 1px 1px;
   font-weight:bold;
   text-align:left;
}

#mainRight table td {
   padding:5px;
   border-bottom:1px dashed #ccc;
   border-width:0 0 1px 1px;
   text-align:left;
}

#mainRight table td ol {
   margin:0;
   padding:0 0 0 30px;
}

#mainRight table td li {
   margin:0;
   padding:0;
}

#mainRight iframe {
    width:650px;
    height:300px; 
}

#mainRight .imageBox {
    width:100%;
    padding:10px 0 20px 0;
}

#MainList .section {
   float:left;
   width:315px;
   height:130px;
   padding:5px 10px 0 10px;
   margin:0 5px 10px 5px;
   border:2px solid #ccc;
   position:relative;
}

#MainList p {
   color:#555;
   padding:10px;
   font-size:14px;
   border-bottom:1px dashed #ccc;
   border-left:4px solid #e66414;
}

#MainList span {
   font-size:13px;
}

#MainList span.cRight {
   bottom:5px;
   position:absolute;
   text-align:right;
   right:20px;
}

#MainList span.cRight a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 40%;
}

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

#MainList a:hover {
   color:#e66414;
   text-decoration:none;
}

#MainList img {
   border:1px solid #aaa;
   margin:10px 0 30px 0;
}

#MainListBus {
   padding:0 0 0 0;
}

#MainListBus .section {
   float:left;
   width:315px;
   height:310px;
   padding:5px 10px 0 10px;
   margin:5px 5px 10px 5px;
   position:relative;
   border:2px solid #ccc;
}

#MainListBus p {
   color:#555;
   padding:10px;
   font-size:16px;
   border-bottom:1px dashed #ccc;
   border-left:4px solid #e66414;
}

#MainListBus span {
   float:left;
   font-size:14px;
   margin:5px 5px 10px 5px;
}

#MainListBus span.cRight {
   bottom:5px;
   position:absolute;
   text-align:right;
   right:20px;
}

#MainListBus span.cRight a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 40%;
}

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

#MainListBus a:hover {
   color:#e66414;
   text-decoration:none;
}

#MainListBus img {
   clear:both;
   margin:0 0 5px 5px;
   float:left;
}

#MainListBus  a:hover img {
   opacity:0.8;
}

#MainListWork {
   padding:0 0 0 0;
}

#MainListWork .section {
   float:left;
   width:30%;
   padding:5px 10px 0 10px;
   margin:5px 5px 10px 5px;
   position:relative;
   border:2px solid #ccc;
}

#MainListWork p {
   color:#555;
   padding:10px;
   font-size:16px;
   border-bottom:1px dashed #ccc;
   border-left:4px solid #e66414;
}

#MainListWork span {
   float:left;
   font-size:14px;
   margin:5px 5px 10px 5px;
}

#MainListWork span.cRight {
   bottom:5px;
   position:absolute;
   text-align:right;
   right:20px;
}

#MainListWork span.cRight a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 40%;
}

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

#MainListWork a:hover {
   color:#e66414;
   text-decoration:none;
}

#MainListWork img {
   margin:0 0 5px 5px;
   float:left;
   width:30%;
}

#MainListWork  a:hover img {
   opacity:0.8;
}

#MainListRec .section {
   float:left;
   width:315px;
   height:150px;
   padding:5px 10px 0 10px;
   margin:0 5px 10px 5px;
   border:2px solid #ccc;
   position:relative;
}

#MainListRec p {
   color:#555;
   padding:10px;
   font-size:14px;
   border-bottom:1px dashed #ccc;
   border-left:4px solid #e66414;
}

#MainListRec span {
   
}

#MainListRec span.cRight {
   bottom:5px;
   position:absolute;
   text-align:right;
   right:20px;
}

#MainListRec span.cRight a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 40%;
}

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

#MainListRec a:hover {
   color:#e66414;
   text-decoration:none;
}

#MainListRec img {
   border:1px solid #aaa;
   margin:10px 0 30px 0;
}

/* ========MAINLEFT CONTENTS CUSTOMIZE======== */
#mainLeft h2 {
   padding: .50em 0 0 1em;
   float:left;
}

#mainLeft h2:first-letter {
   font-size: 1.5em;
   color:#e66414;
}

#mainLeft p {
   padding:10px 10px 0 10px;
   float:right;
   background:url("../images/bg_arrow.gif") 0 60% no-repeat;
}

/* ========NEWTOPICS CONTENTS CUSTOMIZE======== */

#newTopics{
	float: left;

}

#newTopics dl{
   width: 640px;
   margin:0 0 0 10px;
   border-top: 1px solid #e6a046;
   
}

#newTopics dl dt{
   padding: 9px 0;
}

#newTopics dl dt{
   float:left;
   width:640px;
   clear:both;
   padding-left: 10px;
   color: #e66414;
   font-weight:bold;
   
}

#newTopics dl dt img{
   padding:0 20px 0 0;
}

#newTopics dl dd{
   clear:both;
   width:640px;
}

#newTopics dl dd a{
   color: #666;
   text-decoration: none;
}

#newTopics dl dd a:hover{
   color: #222;
   text-decoration: underline ;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#subLeft .section {
   margin-bottom:10px;
}

#subLeft h2 {
   padding:0 auto;
   margin:5px 0 0 0;
   line-height:330px;
   text-align:center;
   font-size:20px;
   font-weight: lighter;
   color:#fff;
   background:#e66414;
}

#subLeft h3 {
   padding:0 auto;
   margin:5px 0 0 0;
   line-height:100px;
   text-align:center;
   font-size:20px;
   font-weight: lighter;
   color:#fff;
   background:#e66414;
   
}

#subLeft ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
   background:#fff9f4;
}

#subLeft li {
   padding:10px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
   font-size:13px;
}

#subLeft li span {
   font-weight:bold;
}

#subLeft li ul {
   border:none;
   padding:0 10px 0 10px;
   border-top:1px solid #E7E7EF;
   margin:10px -10px -10px -10px;
   background:#fff;
}

#subLeft li ul li {
   border:none;
   font-size:12px;
}

#subLeft li ul li a {
   border:none;
   padding:0 5px 0 15px;
}

#subLeft li a {
   display:block;
   color:#333;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#subLeft li a:hover {
   display:block;
   color:#e66414;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}

#subLeft a img {
   border:1px solid #ccc;
   float:left;
   margin:25px 0 0 0 ;
}

#subLeft a:hover img {
   border:1px solid #e66414;
}

#subRight .section {
   margin-bottom:10px;
}

#subRight h2 {
   padding: .50em 0 0 1em;
   float:left;
}

#subRight h2:first-letter {
   font-size: 1.5em;
   color:#e66414;
}

#subRight p {
   padding:10px 10px 0 10px;
   float:right;
   background:url("../images/bg_arrow.gif") 0 60% no-repeat;
}

#subRight a img {
   border:1px solid #ccc;
   float:left;
   margin:5px 0 0 0 ;
}

#subRight a:hover img {
   opacity: 0.8;
}

#subTopics{
	float: left;

}

#subTopics dl{
   width: 260px;
   margin:0 0 0 10px;
   border-top: 1px solid #e6a046;
   
}

#subTopics dl dt{
   clear:both;
   color: #e66414;
   font-weight:bold;
   padding: 10px 0 0 10px;
}


#subTopics dl dt img{
   margin:5px 0 5px 5px;
}

#subTopics dl dd{
   margin:0 0 0 15px;
}

/* ========MAINBOX CONTENTS CUSTOMIZE======== */
#mainBox h2 {
   padding: .50em 0 0 .50em;
   float:left;
   font-size:20px;
}

/* ========WORKSTOPICS CONTENTS CUSTOMIZE======== */
#worksTopics{
	float: left;
}

#worksTopics dl{
   width: 440px;
   margin:0 0 0 10px;
   
}

#worksTopics dl dt a{
   float: left;
   width:420px;
   height:120px;
   clear:both;
   padding: 0 0 0 10px;
   margin:5px 0 5px 10px;
   color: #555;
   font-weight:bold;
   font-size:14px;
   border:1px solid #aaa;
   border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}


#worksTopics dl dt a:hover{
   border:1px solid #e66414;
   border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
   opacity:0.8;
}

#worksTopics dl dt img{
   float:right;
   padding:5px 10px 0 0;
}


#worksTopics p {
   display:table-cell;
   vertical-align: middle;
   padding:10px 10px 0 10px;
   float:left;
}

/* ========WORKSUBSTOPICS CONTENTS CUSTOMIZE======== */
#worksSubTopics{
	float: left;
}

#worksSubTopics h4 {
   padding: .50em 0 0 .50em;
   font-size:16px;
   border-bottom:1px solid #ccc;
}

#worksSubTopics h5 {
   font-size:14px;
   height:50px;
   position:relative;
}

#worksSubTopics h5 span {
   position:absolute;
   top: 60%;
   margin-top: -1.0rem; 
}

#worksSubTopics dl{
   float: left;
   /*width: 320px;*/
   width: 220px;
   margin:0 5px 0 5px;
}

#worksSubTopics dl dt{
   float: left;
   /*width:315px;*/
   width:200px;
   height:240px;
   clear:both;
   padding: 0 5px 0 10px;
   margin:5px 0 10px 5px;
   color: #555;
   font-weight:bold;
   font-size:14px;
   border:1px solid #aaa;
   border-radius: 1px 1px 1px 1px / 1px 1px 1px 1px;
}

#worksSubTopics dl dt img{
   padding:5px 0 0 0;
}

#worksSubTopics p {
   padding:10px 0 0 0;
   float: right;
   font-size:12px;
   width:100px;
}

/* ========SLIDER CONTENTS CUSTOMIZE======== */
.slide {
     overflow:hidden;
     position:relative;
     /*background:#fafafa;*/
}
.slide .slidePrev {
    position:absolute;
    cursor:pointer;
    z-index:100;
}
.slide .slideNext {
    position:absolute;
    cursor:pointer;
    z-index:100;
}
.slide .slidePrev img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}
.slide .slideNext img {
    position:absolute;
    width:50px !important;
    height:60px !important;
}
.slide .slideInner {
    position:relative;
    margin:0;
    padding:0;
}
.slide .slideInner li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.slide .slideInner li img {
    margin:0 5px 0 0;
    padding:0;
    vertical-align:bottom;
    /*width:100%;*/
}
.slide .filterPrev {
    position:absolute;
    left:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}
.slide .filterNext {
    position:absolute;
    right:0;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color:#fff;
}
.slide .controlNav {
      position:relative;
      float:left;
      left:50%;
}
.slide .controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      background:#ccc;
      text-indent:-9999px;
      vertical-align:middle;
}
.slide .controlNav span:hover {
      background:#999;
      cursor:pointer;
}
.slide .controlNav span.current {
      background:#f19500;
}
.workImage {
	width:700px;
	padding:10px;
}
.workImage p {
	height:400px;
	float:left;
}
.workImage ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
}
.workImage li {
	display:block;
	margin:5px;
}
.workImage li img {
	width:100px;
	cursor:pointer;
}


#mainRight table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin:0 0 50px 5px;
	width: 690px;
}
#mainRight table.type01 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #444;
	text-align:left;
	font-size:18px;
}
#mainRight table.type01 thead th span {
    padding-left: 10px;
	border-left: 5px solid #e66414;
}
#mainRight table.type01 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: lighter;
	font-size:14px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #ffdca0;
	color: #444;
}
#mainRight table.type01 td {
	width: 400px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#mainRight table.type02 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin:0 auto;
}
#mainRight table.type02 thead th {
	width: 60px;
	vertical-align: top;
	color: #444;
	text-align:left;
	font-size:14px;
	border:none;
	background: #ccc;
}
#mainRight table.type02 tbody th {
	width: 40px;
	font-weight: lighter;
	font-size:14px;
	vertical-align: top;
	border:none;
	background: #fff;
	color: #e66414;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
#mainRight table.type02 td.detail01 {
	width: 200px;
	padding: 10px;
	vertical-align: top;
	border:none;
	border-bottom: 1px dashed #ccc;
}

#mainRight table.type02 td.detail02 {
	width: 60px;
	padding: 10px;
	vertical-align: top;
	border:none;
	border-bottom: 1px dashed #ccc;
}

/* ボタン（タイプ2） */
.btn02 a {
	float:left;
	display:block;
	padding:3%;
	color:#fff !important;
	font-size:24px; 
	font-weight:bold;
	text-decoration:none;
	background:#ff7828;
	transition:all 0.2s ease 0s;
	margin:10px 15px 30px 15px ;
	text-align:center;
	border-radius:5px;
	width:50%;
}
.btn02 a:hover {
	color:#fff !important;
	background:#ff9b3c;
	transition:all 0.2s ease 0s;
	text-decoration:none !important;
}

/* ========BANNER CUSTOMIZE========= */
#banner {
   float:left;
   width:100%;
   background:#ddd 0 10px repeat-x;
   margin:0px 0 0 0;
   padding:10px 0 30px 0;
}

#bannerMenu {
   width:800px;
   margin:0 auto;
   text-align:center;
}

#banner img {
   float:left;
   margin:20px 40px 0px 50px;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
   font-size:11px;
   padding:10px 0 0 0;
}

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

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#e66414;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   /*border-top:1px solid #ddd;*/
}

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

#footMenu li a {
   color:#ccc;
}

#footMenu li a:hover {
   color:#fff;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#ccc;
   line-height:3.0;
   text-align:center;
}


}
