@charset "UTF-8";


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

body {
	margin:0;
	padding:0;
	line-height:normal;
	letter-spacing:1px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#000;
	border-top:3px solid #ddd;












	background:bg2.jpg;
	background-image: url(../images/bg2.jpg);
	font-style: normal;
	font-weight: bold;
	background-color: #FFF;
}

br {
   letter-spacing:normal;
}

a {
	color:#45b88d;
	text-decoration:none;
}

a:hover {
   color:#45b88d;
   text-decoration:none;
}

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

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


/* ========TEMPLATE LAYOUT======== */
#header {
   width:1080px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #45b88d;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
	clear:both;
	position:relative;





   z-index:-1
   overflow:hidden;
	height:424px;
	background:#ddd;
	background-image: url(../images/bg2.jpg);
	background-color: #FFFFFF;
}

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

#icatch {
   width:1080px;
   margin:0 auto;
}

#contents {
	clear:both;
	position:relative;
	z-index:0;
	overflow:hidden;
	width:1080px;
	margin:5px auto 0 auto;
	background:#fff;
	background-color: #FFFFFF;
}

#main {
	float:none;
	width:auto;
	padding:10px;
	background:url("../images/bg_contents.gif") 100% 0 no-repeat;
	text-align: left;
}

#sub {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

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

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

#footMenu {
   clear:both;
   overflow:hidden;
   width:1080px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


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

#header h1 a {
   color:#333;
}

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

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

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


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

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
	display:block;
	width:119px;
	color:#333;
	line-height:50px;
	text-decoration:none;
	border-left:1px solid #fff;
}

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

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


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


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
	margin-bottom:0px;
	color:#076737;
	font-size:24px;
	font-weight:bold;
	border-bottom-width: 3px;
	border-bottom-color: #5A5132;
	position: static;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
	border-bottom-style: dotted;
}

#main h3 {
	margin-bottom:5px;
	padding:16px 10px 10px 10px;
	font-size:12px;
	border-bottom:1px dotted #45b88d;
	background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
	margin-bottom:5px;
	padding:5px;
	font-size:18px;
	border-bottom-width: medium;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #45b88d;
}

#main h5 {
	margin-bottom:5px;
	padding:10px;
	font-size:24px;
	color:#FFF;
	background-color: #45B88D;
	text-align: left;
}

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

#main p {
	margin:0 0 1em 0;
	text-align: left;
}

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

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

/* 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:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#fff;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #fff;
}

#sub h3 {
   padding:10px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_sub_h3.gif") 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#fff;
}

#sub li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;
   border:1px solid #fff;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0;
   border-left:5px solid #0089a1;
}

#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;
}

#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 {
   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;
}
#Live {
	color: #09F;
}
#U {
	color: #F90;
}
#live {
	color: #09F;
}
#UU {
	color: #F90;
}
