@charaset "UTF-8";
 
/* ---------- ReCSS ---------- */

html,body {
	font-size:16px;
	font-family:"メイリオ", Arial,helvetica,"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 100%;
}
 
html,body,h1,h2,h3,h4,h5,h6,li,dl,dt,dd {
	margin:0;
	padding:0;
	font-size:100%;
	list-style:none;
}

img {
	border:none;
}

body {
	font-size:80%;
	color: #555;
}

a {
	outline:none;
	color:#00B0EC;
}

a:hover {
	text-decoration:none;
}
 
ol,ul {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;  
	border-spacing:0;
}

p {
	margin:0 0 1em;
	padding:0;
	line-height:1.7em;
}

dd {
	line-height:1.7em;
}

p,li {
	letter-spacing: 0.1em;
}

.cancel {clear:both;}
.clearfix::after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.clearfix {min-height:1%;}
* html .clearfix {height:1%;}
 
hr {
	visibility:hidden;
	margin:0;
	clear:both;
}


.alpha a:hover img {
	opacity:.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

a:hover img {
	opacity:.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

#gnavi a:hover img {
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}


/* ---------- frame ---------- */

#wrapper {
margin: 0 auto;
padding-bottom: 30px;
width: 900px;
border-top: 5px solid #00B0EC;
}

#header {
margin: 0 0 30px;
background: url(../img/bg_header.gif) 20px top no-repeat;
}

#contents {
width: 675px;
float: right;
margin: 0 0 40px;
}


#leftNav {
width: 210px;
float: left;
margin: 0 0 40px;
}


/* ---------- header ---------- */

h1 {
margin: 10px 80px 23px 0;
float: left;
}

#gnavi li {
display: inline;
margin: 0;
padding: 0;
}

#headRight {
float: right;
margin: 8px 0 0;
}

#linkTop {
*float: right;
}

#linkTop li {
float: left;
margin: 0px 7px 10px;
font-size: 90%;
}

#linkTop li.lastChild {
margin-right: 1px;
}

#linkTop li a {
text-decoration: none;
color: #666;
}

#linkTop li a:hover {
text-decoration: underline;
}

#linkTop .home {
background: url(../img/icon_home.gif) left 3px no-repeat;
padding: 0 0 0 14px;
}

#linkTop .access {
background: url(../img/icon_access.gif) left center no-repeat;
padding: 0 0 0 14px;
}

#linkTop .contact {
background: url(../img/icon_contact.gif) left 3px no-repeat;
padding: 0 0 0 14px;
}

#linkTop .sitemap {
background: url(../img/icon_sitemap.gif) left 3px no-repeat;
padding: 0 0 0 14px;
}

#linkTop .linkpage {
background: url(../img/icon_linkpage.gif) left 3px no-repeat;
padding: 0 0 0 14px;
}

#fontSize {
background: url(../img/bg_textsize.png) left center no-repeat;
float: right;
width: 154px;
margin-right: 2px;
*margin-top: 8px;
}

#fontSize li {
float: left;
margin: 7px 3px 0 0;
cursor: pointer;
}

#fontSize .firstChild {
margin-left: 88px;
}

/* ---------- leftnavi ---------- */

#leftNav li {
background: url(../img/icon_arw_leftnavi.png) left 4px no-repeat;
margin: 0 0 15px;
padding: 0 0 15px 18px;
color: #fff;
border-bottom: 1px solid #7DC7EE;
line-height: 1.7em;
letter-spacing: 0.01em;
}

#leftNav li a {
color: #fff;
text-decoration: none;
font-size: 110%;
}

#leftNav li a:hover {
text-decoration: underline;
}

#leftNav .repeat {
margin: 0 0 30px;
width:200px;
background: url(../img/img_leftnavi_repeat.jpg) repeat-y;
}

#leftNav .top {
background: url(../img/img_leftnavi_top.jpg) top no-repeat;
padding:15px 10px 0 15px;
}

#leftNav .btm {
background: url(../img/img_leftnavi_btm.jpg) bottom no-repeat;
}

#facebook {
margin-bottom: 25px;
}

#facebookHead {
width: 188px;
height: 50px;
background: #3b5998;
padding: 6px;
}

#facebookHead a {
color: #fff;
}

#facebookHead .char {
float: left;
margin: 0 8px 0 0;
}

#facebookHead .fbLogo {
display: block;
margin: 0 0 8px 0;
}

/* ---------- index contents ---------- */

.section {
margin: 0 14px 40px;
}

h2 {
margin: 0 0 30px;
}

h3 {
width: 675px;
margin: 0 0 20px;
position: relative;
}

h3 span {
position: absolute;
top: 11px;
left: 580px;
}

.ideal {
font-size: 110%;
line-height: 2em;
}

#news {
border-bottom: 1px dotted #ccc;
margin: 0 0 23px;
padding: 0 0 5px 0;
}

#news dt {
width: 100px;
float: left;
margin: 0 0 0 8px;
}

#news dd {
width: 550px;
float: left;
color: #00B0EC;
}


#slideshow {
position:relative;
height:245px;
margin: 0 0 30px;
}

#slideshow li {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
height: 245px;
background-color: #FFF;
}

#slideshow li.active {
z-index:10;
opacity:1.0;
}

#slideshow li.last-active {
z-index:9;
}

#slideshow li img {
display: block;
border: 0;
}


/* ---------- footer ---------- */

#footer {
background: url(../img/bg_footer.jpg) left top no-repeat;
text-align: right;
margin: 0;
padding: 0 10px;
font-size: 90%;
height: 92px;
}

#footer ul {
padding: 22px 0 0;
}

#footer li {
background: url(../img/icon_arw_footer.png) left 2px no-repeat;
display: inline;
margin: 0 10px 0 0;
*margin: 0 5px 0 0;
padding: 0 0 0 14px;
}

#footer li a {
color: #fff;
text-decoration: none;
}

#footer li a:hover {
text-decoration: underline;
}

address {
margin: 10px 8px 0 0;
font-style: normal;
color: #666;
color: #fff;
}




/* ---------- forAll ---------- */

.imageSet {
text-align: center;
}

.caption {
text-align: right;
}

.anc {
text-align: right;
margin: 0 6px 8px 0;
}


/* Always written on the bottom */
br {*letter-spacing:0;}

/* 20151206 TATE tsuika */
/* 見出し */
.midashi{
border-style: solid;
border-width: 0 0 1px 5px;
border-color: #029EBC;
padding: 5px 10px;
}

/*20151210 TATE tsuika */
/* 表　*/
table {
font-size: 14px;
border: 1px solid #333333;
border-collapse: collapse;
width: 100%;
}

table th,
table td {
border: 1px solid #333333;
padding: 5px 10px;
}

table th {
background-color: #EEEEEE;
text-align: left;
}
