@charset "UTF-8";

/* ==========================================================================
   BASIC
   ========================================================================== */
html {
   overflow-y:scroll;
}


body {
   margin:0;
   padding:0;
   line-height:2;
   letter-spacing:1px;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   font-size:12px;
   color:#333;
   border-top:3px solid #0089a1;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:none;
}

a:hover {
   color:#0089a1;
   text-decoration:none;
}

img {
	border:0;
	vertical-align:bottom;
	padding-bottom: 0px;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

li {
   list-style-type:none;
}

li a {
}

/* ==========================================================================
   画像のロールオーバーと重なり指定
   ========================================================================== */
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	z-index:1;/*重なり順指定*/
}	


/* ==========================================================================
   TEMPLATE
   ========================================================================== */
header {
	width:780px;
	margin:0 auto;
	position:relative;
	padding:0 5px;
}

#menu {
	width:100%;
	float:left;
	background:url("../images/bg_menu.gif") 0 0 repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.clearfix {
	width:1000px;
	margin:0 auto;
}

#container {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:800px;
   margin:-60px auto 0 auto;
   background:#fff;
}

#main {
	float:right;
	width:540px;
	padding:10px;
	background:url("../images/bg_contents.gif") 100% 0 no-repeat;
	display: block;
}

#sidebar {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#pageTop {
   clear:both;
   width:800px;
}

#footer {
	clear:both;
	background:#ddd;
	position: relative;/* IE6 */
	padding-top: 30px;
}
.boxwrap {
	display: block;
	width:780px;
	margin: 0px auto;
}

#footer .sitemap {
	clear:both;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 40px;
	border: 1px dotted black;
	margin-bottom: 20px;
	overflow: hidden;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
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;
}

/* ==========================================================================
   MAIN NAV
   ========================================================================== */
#menu ul {
   overflow:hidden;
   width:780px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   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;
}
/* ==========================================================================
   SLIDER
   ========================================================================== */
#slider {
	clear:both;
	background:#ddd;
	background: url("../images/loading.gif") no-repeat center;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
#slider ul {
	left: 0px;
	top: 0px;
	position: absolute;
}
#slider li {
	float: left;
}
#slider #prev {
	top: 220px;
	position: absolute;
	cursor: pointer;
}
#slider #next {
	top: 220px;
	position: absolute;
	cursor: pointer;
}
#slider #prev {
	left: 20px;
}
#slider #next {
	right: 20px;
}
#slider ul {
	visibility: hidden;
}
#slider #next {
	visibility: hidden;
}
#slider #prev {
	visibility: hidden;
}
#slider .layer {
	background: url("../images/dot.gif") 0px 0px rgb(102, 102, 102); left: 0px; top: 0px; width: 900px; height: 480px; filter: alpha(opacity=50);
	position: absolute; opacity: 0.5;
}
.stage {
	margin: 0px auto; width: 980px;
}

/* ==========================================================================
   SELECTER
   ========================================================================== */

#selecter {
    clear: both;
    background: rgb(255,255,255);
    width: 800px;
    height: 200px;
	margin: 0px auto;
	padding-top: 10px;
    overflow: hidden;
    position: relative;
}

/* ==========================================================================
   ICATCH
   ========================================================================== */
#icatch h2 {
   padding-top:30px;
}

/* ==========================================================================
   MAIN 
   ========================================================================== */
#main h1 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h2 {
   margin-bottom:5px;
   padding:5px;
   font-size:15px;
   font-weight:bold;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#main h3 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:15px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:15px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#eee;
}

table {
   width:100%;
   border-collapse:collapse;
}

table th {
	padding:5px;
	font-size:12px;
	text-align:left;
	border:1px solid #ddd;
}

table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

#msgbox .btn {
	text-align: right; padding-right: 20px;
}

#msgbox .btn a {
	background: rgb(51, 51, 51);
	padding: 3px 0px;
	width: 280px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: inline-block;
}

#msgbox .btn a:hover {
	background: rgb(102, 102, 102);
}

#msgbox {
	overflow: hidden;
}

.left_r10 {
	float:left;
	margin-right: 10px;
}

#newsbox {
	height: 100px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
	overflow: auto;
}

/* ==========================================================================
   FLAT BOX
   ========================================================================== */
.flat-wrap {
	width: 520px;
	clear: both;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
}
.flat-block {
	margin: 5px;
	float: left;
}
.flat-block3 {
	margin: 5px;
	float: left;
}

/* ==========================================================================
   RECOMMEND
   ========================================================================== */
#myframe {
	border-width: 0px;
}

/* ==========================================================================
   INFORMATION
   ========================================================================== */
* 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;
}

/* ==========================================================================
   SUBCONTENTS
   ========================================================================== */
.subnav {
	margin-bottom:10px;
	border:1px solid #E8E8E8;
}

#sidebar .sidettl {
	line-height:4.0;
	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;
}

#sidebar .sidettl a {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#0089a1 url("../images/bg_sub_h3_off.gif") 0 0 repeat-x;
}
#sidebar .sidettl a:hover {
	background:#0089a1 url("../images/bg_sub_h3_on.gif") 0 0 repeat-x;
}

#sidebar ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sidebar li {
   margin-bottom:5px;
   padding:5px;
   line-height:2.0;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sidebar li a {
	display:block;
	padding-left:5px;
	line-height:3.0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006699;
}

#sidebar li a:hover {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #09F;
}

#sidebar li a.active {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006699;
}

#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
   ========================================================================== */
#pageTop {
	text-align:right;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#pageTop a {
	background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
	font-size:11px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 17px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footmenu {
	float:left;
	width:170px;
	margin-right:10px;
	padding:0;
	font-size: 14px;
}

.footmenu ul {
   margin:0;
   padding:0;
}

.footmenu ul li h3 {
	font-weight: bold;
	margin:0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}

.footmenu ul li a {
	color: #333;
	padding-left:20px;
	font-size:14px;
	background-attachment: scroll;
	background-image: url(../images/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.footmenu ul ul li a {
	font-weight: normal;
	padding-left:15px;
	font-size:12px;
	background-attachment: scroll;
	background-image: url(../images/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.footmenu ul li a:hover, .footmenu ul ul li a:hover {
	color: #069;
	text-decoration: underline;
}

.footer_address {
}

.address {

}
/* ==========================================================================
   CGI Display制御
   ========================================================================== */
.updateinfo {
	display: none;
}
/* ==========================================================================
   COPYRIGHT
   ========================================================================== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
