﻿@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.8;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:78%;
   color:#333;
   border-top:3px solid #ff0000;
   background:#fff;
}

br {
   letter-spacing:normal;
}

/*
a {
  color:#0089a1;
   text-decoration:underline;
}
*/

a {
  color:#000000;
   text-decoration:none;
}


a:hover {
   text-decoration : underline ;
 color : #000000 ;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#header {
	width:980px;
	margin:0 auto;
	position:relative;
	padding:0 5px;
   font-size:9px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #cb1818; /* メニューバーの下線の色（赤） */
   background:url("../images/bg_menu.gif") 0 0 repeat-x; /* メニューバーの背景画像（黒） */
}

#icatchIndexWrap {
   clear:both;
   position:relative;
   /* z-index:-1 */
   overflow:hidden;
   height:300px;
   background:#CCC url(../images/bg.gif);
}

#icatchWrap {
   clear:both;
   position:relative;
   /* z-index:-1 */
   overflow:hidden;
   height:200px;
   background:#ddd;
}

#icatch {
	width:980px;
	margin:0 auto;
   background:url(../images/head-right_back.jpg);
   height:300px;	
}

#contents {
	clear:both;
	position:relative;
	z-index:100;
	overflow:hidden;
	width:980px;
	margin:-60px auto 0 auto;
	background:#fff;
	border:1px solid #CCC;
}
/*
#main {
   float:left;
   width:670px;
   padding:10px 10px 10px 10px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}
*/
#main {
   float:left;
   width:67%;
   padding:10px 10px 10px 10px;
}

#main_contents {
   float:left;
   padding:5px 15px 0 15px;
}


#sub {
   float:right;
   width:28%;
   padding:10px;
}
/*
#sub {
   float:right;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}
*/
#pageTop {
   clear:both;
   width:80%;
}

#footer {
	clear:both;
	background:#333;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:90%;
   margin:0 auto;
   padding:30px 10px 30px 30px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 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:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}

#header #gnavi ul {
   list-style:none;
   float:right;
}

#header #gnavi li {
   float:left;
   margin-left:15px;
   padding-right:5px;
   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 ul {
   overflow:hidden;
   width:980px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
   float:left;
   color:#FFF;
   font-weight:bold;
   text-align:center;
   list-style-type:none;
   color:#FFF;
}

#menu li a {
   display:block;
   width:18%;
   color:#FFF;
   line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li a:active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x; /* メニューの各項目選択時の背景画像（赤） */
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x; /* メニューの各項目マウスオーバー時の背景画像（赤） */
}


/* ========PULLDOWN CUSTOMIZE======== */

ul#pulldown-menu a {
	display:block;
  	width:159px;
	line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background:url("../images/bg_menu.gif") 0 0 repeat-x; /* プルダウンの各項目通常時の背景画像（黒） */
}
ul#pulldown-menu a:hover, 
ul#pulldown-menu a:active {
        background:url("../images/bg_menu_on.gif") 0 0 repeat-x; /* プルダウンの各項目選択時の背景画像（赤） */
}

ul#pulldown-menu li {
        float: left;
}
ul#pulldown-menu li a {
        display: block;
        text-align: center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
        width: max-content;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 200;
        width: max-content;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
		padding-bottom:10px;
		width:159px;
		height:30px;
}



/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:10px 10px 5px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h3.list {
   margin-bottom:5px;
   padding:10px 10px 0px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:5px;
   margin-left:10px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #333;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#808080;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dl.information {
   margin:0;
}
#main dl.information dt {
   float:left;
   padding-top:10px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 2px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
   border:1px solid #666;
   padding:10px;
}

#main dl.information dt {
   float:left;
   width:9em;
   margin:0;
   padding:0;
}

/* #main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}*/

#main table {
   width:100%;
   border:0;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:0 solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:0 solid #ddd;
}

.new img {
vertical-align:middle;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h3 {
   padding:7px 5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_menu_on.gif") 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#FFFFD6;
}

#sub .title {
   margin-bottom:3px 5px 2px 5px;
   padding:5px;
   line-height:2.0;
   border:1px solid #CCA34F;
   list-style:none;
   font-weight:bold;
   background:#fff url("../images/bg_sub_list_2.gif") 0 0 repeat-x;
   color:#333;
}

#sub li {
   margin-bottom:5px;
   display:block;
   /*padding:5px;*/
   padding:2px 5px 2px 5px;
   line-height:2.0;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#ff0000  url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:2.0;
   text-decoration:none;
   font-size:100%;
   color:#333;
}


#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	padding:20px 0 4px 0;
	text-align:right;
	float:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   color:#FFF;
   background:#333 url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:980px;
   margin-right:10px;
   margin-left:8px;   
   padding:0;
}

#footMenu h3 {
   font-size:11px;
   color:#FFF;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu a {
   padding-left:10px;
   font-size:10px;
   color:#FFF;
   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;
   color:#FFF;
}

.topic {
	margin:10px 0 10px 0;
	padding:0 10px 0 0;
}	



.img {
	margin:0 10px 0 0;
	padding:0 5px 0 5px;
	width:58px;
	height:19px;
	background:url(../images/news.gif);
	float:left;
}

.img2 {
	margin:0 10px 0 0;
	padding:0 5px 0 5px;
	width:58px;
	height:19px;
	background:url(../images/press_e.gif);
	float:left;
}


.imgevent {
	margin:0 10px 0 0;
	padding:0 5px 0 5px;
	width:58px;
	height:19px;
	background:url(../images2/event.gif);
	float:left;
}

.line {
	margin:5px 5px 5px 5px;
}


/* ========BREADCRUMBS CUSTOMIZE======== */

#breadcrumbs li{
    display:inline;
}
#breadcrumbs a{
    padding-right: 10px;
	padding-left:5px;
    background: url('../images/bg_arrow.gif') center right no-repeat;
}


/* ======== CUSTOMIZE======== */

ul#portfolio {
	margin:  0;
	padding: 0;

}
ul#portfolio li {
	margin: 0;
	padding: 0;
	display:inline;
}

