@charset "utf-8";

/*----------------------------------------------------
    ブラウザ設定初期化
----------------------------------------------------*/
/* 1. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 1 */
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,th {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
}
li {
	list-style-type: none;
}


/*----------------------------------------------------
    文字サイズ統一
----------------------------------------------------*/
body {
	color: #330000;
	font-size: 80%;/* 12px相当 */
	line-height: 1.5;
}

body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,Arial,sans-serif;
}

* html body { /* for IE6 */
	font-family: "ＭＳ Ｐゴシック",sans-serif;
}

*:first-child+html body { /* for IE7 */
	font-family: "メイリオ","ＭＳ Ｐゴシック",sans-serif;
}


/*----------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #FFF;
	text-align: center;
}

/* Address 'outline' inconsistency between Chrome and other browsers. */
a:focus {
	outline: thin dotted;
}

a:link{color: #330000;}
a:visited{color: #400000;}
a:hover{color: #974343;}
a:active{color: #330000;}

a:link,
a:visited {
	/*text-decoration: none;*/
	text-decoration: none;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:hover,
a:active {
	text-decoration: underline;
	outline: 0; /* 1 */
}

/* Address style set to 'bolder' in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
	font-weight: bold;
}

/* Address differences between Firefox and other browsers. */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/* Address inconsistent and variable font size in all browsers. */
small {
	font-size: 80%;
}

/* Prevent 'sub' and 'sup' affecting 'line-height' in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/*----------------------------------------------------
    フォームのノーマライズ
----------------------------------------------------*/

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting 'line-height' on 'input' using '!important' in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent 'text-transform' inheritance for 'button' and 'select'.
 * All other form control elements do not inherit 'text-transform' values.
 * Correct 'button' style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct 'select' style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio'
 *    and 'video' controls.
 * 2. Correct inability to style clickable 'input' types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    'input' and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to 'content-box' in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 1. Address 'appearance' set to 'searchfield' in Safari 5 and Chrome.
 * 2. Address 'box-sizing' set to 'border-box' in Safari 5 and Chrome
 *    (include '-moz' to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}


/*----------------------------------------------------
    #top
----------------------------------------------------*/
#top {
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
    共通幅・マージン設定
----------------------------------------------------*/
#header_top,#tNav,#lead,#gNavA{
}


/*----------------------------------------------------
    #header
----------------------------------------------------*/
#header{
}

/*	#header > #hdLogo
----------------------------------------------------*/
#hdLogo{
	width: 425px;
	float: left;
	margin-top: 50px;
}

/*  #header > #hdNavi
----------------------------------------------------*/
#hdNavi{
	float: right;
	width: 550px;
	font-size: 12px;
}
#hdNavIn{
	clear: both;
	background: #f1f1e2;
	width:427px;
	margin-left: 114px;
	padding: 9px 0 9px 9px;
	height: 62px;
	-webkit-border-radius: 9px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 9px;     /* Firefox用 */
	border-radius: 9px;          /* CSS3草案 */
}

/*  #header > #hdNavi > #tNav
----------------------------------------------------*/
#tNav{
	text-align: right;
	padding: 12px 0 10px;
}
#tNav li{
	display: inline;
	padding-right: 25px;
}
#tNav .lt{
	padding-right: 0;
}
#tNav li a{
	padding-left: 12px;
	background:url('../img/icn_listmark04.png') no-repeat 0% 40%;
	line-height: 1;
}

/*  #header > #hdNavi > #hdSearch
----------------------------------------------------*/
#hdSearch{
}
#hdSearch form{
	position: relative;
	height: 32px;
}

#hdSearch .searchTxt,
#hdSearch .searchBox,
#hdSearch .submitBtn{
	position: absolute;
	top: 0;
}
#hdSearch .searchTxt{
	width: 127px;
	text-align: right;
	line-height: 0;
	padding-top: 3px;
}
#hdSearch .searchBox{
	width: 194px;
	position: absolute;
	left: 139px;
	height:12px;
	line-height:12px;
	-webkit-border-radius: 4px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;     /* Firefox用 */
	border-radius: 4px;          /* CSS3草案 */
	/* 以下カスタム検索のスタイルを上書きするため、!importantを付ける */
	padding:4px 3px !important;
	border-color: #a48667 !important;
	background-position: 9px 50% !important;
}
#hdSearch .submitBtn{
	position: absolute;
	left: 351px;
	top: 0;
}

/*  #header > #hdNavi > #hdFontSize
----------------------------------------------------*/
#hdFontSize,
#hdFontSize dt,
#hdFontSize dd{
	float:left;
}

#hdFontSize dt{
	margin-right: 10px;
}
#hdFontSize dd{
	margin-right: 8px;
}
#hdFontSize{
	height: 25px;
	background: #FFF;
	padding: 3px 8px 3px 9px;
	margin-right: 10px;
}

#hdFontSize dd.lt{
	margin-right: 0;
}

/*  #header > #hdNavi > #hdBgColor
----------------------------------------------------*/
#hdBgColor,
#hdBgColor dt,
#hdBgColor dd{
	float:left;
}

#hdBgColor dt{
	margin-right: 10px;
}
#hdBgColor dd{
	margin-right: 8px;
}
#hdBgColor{
	height: 25px;
	background: #FFF;
	padding:3px 8px 3px 10px;
}
#hdBgColor dd.lt{
	margin-right: 0;
}

/*  #header > #headerInr
----------------------------------------------------*/
#headerInr,
#gNav{
	width: 980px;
	margin: 0 auto;
}
#headerInr{
	height: 140px;
}

/*  #header > #gNav
----------------------------------------------------*/
#gNav{
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	height: 60px;
}
#gNav li{
	float:left;
	position: relative;
	margin: 0;
}
#gNav li a:active,
#gNav li a:focus{
	outline: none;
}
#gNav li li{
}
#gNav li li a{
	text-decoration: none;
}
#gNav li li a span{
	padding: 7px 11px 7px 0;
	margin: 0 11px;
	border-bottom: 1px dashed #d6d6d6;
	display: block;
}
#gNav li li.nav-parent a span{
	background: url(../img/icn_listmark04.png) no-repeat 100% 50%;
}
#gNav li li.nav-parent a:hover span,
#gNav li li.nav-parent a:active span{
	background: url(../img/icn_listmark16.png) no-repeat 100% 50%;
}
#gNav li li.nav-parent li a span,
#gNav li li.nav-parent li a:hover span,
#gNav li li.nav-parent li a:active span{
	background: none;
}
#gNav li.lt a span{
	border-bottom: none;
}
#gNav li.lt li a span{
	border-bottom: 1px dashed #d6d6d6;
}
#gNav li.lt li.lt a span{
	border-bottom: none;
}
#gNav li li a:hover,
#gNav li li a:active {
	background: #cbfbff;
	color: #6699cc;
}

#gNav li ul.dropdown_sub{
	position: absolute;
	left: 8px;
	top: 54px;
	background: #FFF;
	border: 2px solid #cbfbff;
	z-index: 1;
}
#gNav li ul.dropdown_sub li{
	float: none;
}
#gNav li ul.dropdown_sub li a{
	display: block;
}
#gNav li ul.dropdown_sub ul.dropdown_sub{
	top: -2px;
	z-index: 2;
}
#gNav li#menu02 ul.dropdown_sub{
	width: 213px;
}
#gNav li#menu02 ul.dropdown_sub ul.dropdown_sub{
	left: 213px;
}
#gNav li#menu03 ul.dropdown_sub{
	width: 202px;
}
#gNav li#menu03 ul.dropdown_sub ul.dropdown_sub{
	left: 202px;
}
#gNav li#menu04 ul.dropdown_sub{
	width: 168px;
}
#gNav li#menu04 ul.dropdown_sub ul.dropdown_sub{
	left: 168px;
}
#gNav li#menu05 ul.dropdown_sub{
	width: 186px;
}
#gNav li#menu05 ul.dropdown_sub ul.dropdown_sub{
	left: -190px;
}


/*----------------------------------------------------
    h2共通
------------------------------------------------------*/
h2{
	border-left: solid 1px #006699;
	border-right: solid 1px #006699;
	width: 980px;
	margin: 0 auto;
}


/*----------------------------------------------------
    .headerLine
------------------------------------------------------*/
.headerLine{
	border-bottom: solid 1px #006699;
}


/*----------------------------------------------------
    #footer
------------------------------------------------------*/
#footer{
	padding-top: 30px;
	clear: both;
}

/*  #footer > #footerInr
----------------------------------------------------*/
#footerInr{
	background: #F1F1E2;
}

/*  #footer > #copyright
----------------------------------------------------*/
#copyright{
	background: #D7D7B1;
	text-align: center;
	padding: 5px 0;
	clear: both;
}

/*  #footer > #ftContents
----------------------------------------------------*/
#ftContents{
	width: 980px;
	margin: 0 auto;
}

/*  #footer > #ftContents > #snsBtn
----------------------------------------------------*/
#snsBtn{
	padding-top: 21px;
	width: 980px;
}

.googlePlus,
.twitter,
.facebook{
	float: right;
}
.googlePlus,
.twitter{
	margin-left: 22px;
}

/*  #footer > #ftContents > #ftSitemap
----------------------------------------------------*/
#ftSitemap{
	clear: both;
	padding-top: 21px;
}
#ftSitemap .colA,
#ftSitemap .colB,
#ftSitemap .colC,
#ftSitemap .colD{
	float: left;
}
#ftSitemap .colB .nav-first{
	margin-top: 30px;
}

#ftSitemap .colA,
#ftSitemap .colB,
#ftSitemap .colC{
	width: 224px;
	margin-right: 21px;
}
#ftSitemap .colD{
	width: 245px;
}

#ftSitemap h2{
	margin: 0 3px 6px;
	width: 100%;
	border: none;
	color: #006699;
	font-weight: normal;
	font-size: 125%;
}
#ftSitemap ul{
	margin-bottom: 25px;
}
#ftSitemap li{
	font-size: 110%;
	padding: 3px 0;
	padding-left: 20px;
	background: url('../img/icn_listmark01.png') no-repeat 5px 8px;
}
#ftSitemap li a{
}
#ftSitemap li ul{
	margin-bottom: 0;
	padding-top:3px;
}
#ftSitemap li li{
	font-size: 85%;
	padding-left: 15px;
	background-position: 0 6px;
}
#ftSitemap li li li{
	font-size: 100%;
	background-position: 0 7px;
}


/*  #footer > #ftContents > #fNav
------------------------------------------------------*/
#fNav{
	clear: both;
	padding: 0 0 12px;
}
#fNav li{
	display: inline;
	padding-right: 25px;
}
#fNav .lt{
	padding-right: 0;
}
#fNav li a{
	padding-left: 18px;
	background: url('../img/icn_listmark04.png') no-repeat 2px 40%;
	line-height: 1;
}

.footer-sign-in{
	text-align: center;
	padding: 10px;
}


/*----------------------------------------------------
    #sideArea
----------------------------------------------------*/
#sideArea{
	width: 200px;
	float: left;
}


/*----------------------------------------------------
    #sideArea > .nav
----------------------------------------------------*/
#sideArea .nav{
	margin-bottom: 30px;
	padding-bottom: 5px;
	border: solid 2px #BCD390;
	-webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;     /* Firefox用 */
	border-radius: 5px;          /* CSS3草案 */
}
#sideArea .nav h3{
	background: #BCD390;
	text-align: center;
	padding: 5px 0;
}
#sideArea .nav ul{
	padding-left: 14px;
}
#sideArea .nav li{
	padding: 5px 5px 0 5px;
}
#sideArea .nav a{
	padding: 3px 0 3px 20px;
	display: block;
	text-decoration: none;
}
#sideArea .nav a:link,
#sideArea .nav a:visited{
	color: #300;
	background: url('../img/icn_listmark05_off.png') no-repeat 4px 7px;
}
#sideArea .nav a:hover,
#sideArea .nav a:active{
	color: #fff;
	background: #bcd390 url('../img/icn_listmark05_on.png') no-repeat 4px 7px;
	-webkit-border-radius: 6px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;     /* Firefox用 */
	border-radius: 6px;          /* CSS3草案 */
}
#sideArea .nav .nav-parent ul{
	padding-left: 7px;
	background: #F2F8E9;
	-webkit-border-radius: 0 0 5px 5px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 0 0 5px 5px;     /* Firefox用 */
	border-radius: 0 0 5px 5px;          /* CSS3草案 */
}
#sideArea .nav .nav-parent a:link,
#sideArea .nav .nav-parent a:visited{
	color: #300;
	background: url('../img/icn_listmark12_off.png') no-repeat 3px 7px;
	padding-left: 20px;
}
#sideArea .nav .nav-parent a:hover,
#sideArea .nav .nav-parent a:active{
	color: #fff;
	background: #bcd390 url('../img/icn_listmark12_on.png') no-repeat 3px 7px;
}
#sideArea .nav .current a:link,
#sideArea .nav .current a:visited,
#sideArea .nav .current a:hover,
#sideArea .nav .current a:active{
	color: #fff;
	background: #bcd390 url('../img/icn_listmark12_on.png') no-repeat 3px 7px;
	-webkit-border-radius: 6px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;     /* Firefox用 */
	border-radius: 6px;          /* CSS3草案 */
}
#sideArea .nav .nav-current a:link,
#sideArea .nav .nav-current a:active,
#sideArea .nav .nav-current a:hover,
#sideArea .nav .nav-current a:visited{
	color: #fff;
	background: #bcd390 url('../img/icn_listmark05_on.png') no-repeat 4px 7px;
	-webkit-border-radius: 6px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;     /* Firefox用 */
	border-radius: 6px;          /* CSS3草案 */
}
#sideArea .nav .nav-parent li a:link,
#sideArea .nav .nav-parent li a:visited{
	color: #300;
	background: url('../img/icn_listmark11_off.png') no-repeat 5px 7px;
	padding-left: 20px;
}
#sideArea .nav .nav-parent li a:hover,
#sideArea .nav .nav-parent li a:active{
	color: #300;
	text-decoration: underline;
}
#sideArea .nav .nav-parent li a:hover {
    color: #974343;
}
#sideArea .nav .nav-parent li a:active {
    color: #330000;
}
#sideArea .nav .current_parent a:link,
#sideArea .nav .current_parent a:active,
#sideArea .nav .current_parent a:hover,
#sideArea .nav .current_parent a:visited{
	color: #fff;
	background: #bcd390 url('../img/icn_listmark13_on.png') no-repeat 3px 7px;
	-webkit-border-radius: 6px 6px 0 0;  /* Safari,Google Chrome用 */
	-moz-border-radius: 6px 6px 0 0;     /* Firefox用 */
	border-radius: 6px 6px 0 0;          /* CSS3草案 */
}

#sideArea .nav .nav-active a:link,
#sideArea .nav .nav-active a:visited,
#sideArea .nav .nav-active a:hover,
#sideArea .nav .nav-active a:active{
	color: #fff;
	background: #bcd390 url('../img/icn_listmark13_on.png') no-repeat 3px 7px;
	-webkit-border-radius: 6px 6px 0 0;  /* Safari,Google Chrome用 */
	-moz-border-radius: 6px 6px 0 0;     /* Firefox用 */
	border-radius: 6px 6px 0 0;          /* CSS3草案 */
}
#sideArea .nav .nav-path-selected .nav-current {
	font-weight: bold;
}
#sideArea .nav .nav-path-selected li{
	font-weight: normal;
}
/*
#sideArea .nav .nav-current a:link,
#sideArea .nav .nav-current a:visited{
	background: url('../img/icn_listmark11_off.png') no-repeat 5px 7px;
	color: #330000;
}
#sideArea .nav .nav-current a:hover,
#sideArea .nav .nav-current a:active{
	background-image: url('../img/icn_listmark11_off.png');
}
*/

/*----------------------------------------------------
    #sideArea > .item
----------------------------------------------------*/
#sideArea .item{
	margin-top: 30px;
}


/*----------------------------------------------------
    .visual
----------------------------------------------------*/
.visual{
	background: url('../img/visualbg.jpg') repeat-x 0% 0%;
	text-align: center;
}


/*----------------------------------------------------
    #topContents
----------------------------------------------------*/
#topContents{
	width: 980px;
	margin: 0 auto;
	padding-top: 28px;
}


/*----------------------------------------------------
    .contact
----------------------------------------------------*/
.contact{
	padding: 20px 19px;
	border: solid 3px #ebebd6;
	-webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;     /* Firefox用 */
	border-radius: 10px;          /* CSS3草案 */
}
.contact dt{
	font-size: 118%;
	line-height: 1.3;
	font-weight: bold;
	padding-bottom: 8px;
}
.contact dd span{
	display: block;
	text-align: right;
	padding-right: 1em;
}
.contact .tel{
	padding-top: 5px;
}
.contact .fax{
	padding-bottom: 10px;
}
.contact .businessHours{
	padding-bottom: 15px;
}
.contact .businessHours span{
    font-size: 0.85em;
    text-align: left;
    padding-right:0;
}


.contact .accessMap{
	padding-bottom: 10px;
	text-align: center;
}
.contact .mapLink{
	font-size: 80%;
	text-align: right;
}
.contact .mapLink a{
	padding-left: 10px;
	background: url('../img/icn_listmark14.png') no-repeat 0% 50%;
}
.contact .btnInquiry{
	margin-bottom: 8px;
}
.contact .btnInquiry,
.contact .btnFacebook{

	text-align: center;
}
.contact .btnInquiry a:hover,
.contact .btnFacebook a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*  #topContents > .contact
------------------------------------------------------*/
#topContents .contact{
	width: 164px;
	float: right;
	font-size: 0.9em;
}

/*  #sideArea > .contact
------------------------------------------------------*/
#sideArea .contact{
	margin-top: 30px;
	padding: 20px 16px;
}


/*----------------------------------------------------
    緊急情報
----------------------------------------------------*/
.emergency{
	border: 5px solid #ff9999;
	-webkit-border-radius: 10px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;     /* Firefox用 */
	border-radius: 10px;          /* CSS3草案 */
	margin-bottom: 21px;
	width: 948px;
	padding: 11px;
}
.emergency h2{
	border: none;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 13px;
	background: url('../img/bg_emergency.gif') repeat-x 0% 100%;
}
.emergency p{
	margin: 0 13px 0 24px;
}
.emergency a:link,
.emergency a:visited {
	color:#08387F;
	text-decoration: underline;
}
.emergency a:hover,
.emergency a:active {
	color:#1467e3;
}


/*----------------------------------------------------
    .pickupNav
----------------------------------------------------*/
.pickupNav{
	float: left;
	width: 541px;
	height: 421px;
	position: relative;
	background: #F1F1E2;
	-webkit-border-radius: 22px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 22px;     /* Firefox用 */
	border-radius: 22px;          /* CSS3草案 */
}
.pickupNav li{
	position: absolute;
}
.pickupNav .pickup01{
	left: 17px;
	top: 17px;
}
.pickupNav .pickup02{
	left: 273px;
	top: 17px;
}
.pickupNav .pickup03{
	left: 17px;
	top: 213px;
}
.pickupNav .pickup04{
	left: 273px;
	top: 213px;
}


/*----------------------------------------------------
    #newsBlockWrap
----------------------------------------------------*/
#newsBlockWrap{
	width: 980px;
	margin: 0 auto;
	margin-bottom: 33px;
}

/*  #newsBlockWrap > #infoTab
------------------------------------------------------*/
#newsTab{
	height: 48px;
}
#newsTab li{
	float: left;
	margin-right: 10px;
	width: 188px;
}
#newsTab .lt{
	margin-right: 0;
}

/*  #newsBlockWrap > .btnBackNumber
------------------------------------------------------*/
.btnBackNumber{
	clear: both;
	color: #fff;
	text-align: right;
	padding: 4px 17px 1px;
	background: #b1cb7e;
}
.btnBackNumber a{
	background: url('../img/icn_listmark03.png') no-repeat 100% 50%;
	padding-right: 18px;
	color: #fff;
	text-decoration: none;
}

/*  #newsBlockWrap > #newsBlock
------------------------------------------------------*/
#newsBlock{
	border: #b1cb7e solid 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

/*  #newsBlockWrap > #newsBlockxx > .dataTable
------------------------------------------------------*/
.newsTable{
	margin: 6px 0;
}
#newsBlock .newsTable:not(:first-child){
	display: none;
}
.newsTable th,
.newsTable td{
	padding: 6px 0;
	vertical-align: top;
}
.newsTable th{
	font-weight: normal;
	padding-left: 48px;
	padding-right: 26px;
	background: url('../img/icn_listmark02.png') no-repeat 21px 50%;
}
.newsTable span.newsnone{
	display: block;
	padding: 10px 20px;
}
.newsTable span.newMark,
#main .nav span.newMark{
	color: #ff2222;
	font-weight: bold;
	margin-left: 0.5em;
}

/*----------------------------------------------------
    .sectionBnr
----------------------------------------------------*/
.sectionBnr{
	float: left;
	width: 200px;
	margin-right: 16px;
}


/*----------------------------------------------------
    .bnrFacebook
----------------------------------------------------*/
.bnrFacebook{
	text-align: center;
}
.bnrFacebook a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*  #sideArea > .bnrFacebook
------------------------------------------------------*/
#sideArea .bnrFacebook{
	margin: 13px 0 28px;
}

/*  .sectionBnr > .bnrFacebook
------------------------------------------------------*/
.sectionBnr .bnrFacebook{
	text-align: right;
	margin-top: 0;
	padding-top: 13px;
}


/*----------------------------------------------------
    .bannerList
----------------------------------------------------*/
.bannerList li{
	padding: 5px 0;
}

.bannerList #bnrPrev{
	margin-top: 6px;
}
.bannerList #bnrNext{
	margin-bottom: 7px;
}
.bannerList li a:hover img,
.bannerList #bnrPrev a:hover img,
.bannerList #bnrNext a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/*  .sectionBnr > .bannerList
------------------------------------------------------*/
.sectionBnr .bannerList{
	margin-top: 0;
}


/*----------------------------------------------------
    .sectionAd
----------------------------------------------------*/
.sectionAd{
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}

/*  .sectionAd > .adList
------------------------------------------------------*/
.adList{
	height: 78px;
	border: 1px solid #e98e8a;
	position: relative;
	padding: 0 33px;
}
.adList ul{
}
.adList li{
	float: left;
	padding-top: 12px;
	width: 182px;
	text-align: center;
}
.adList #adPrev,
.adList #adNext{
	position: absolute;
	width: 19px;
}
.adList #adPrev{
	left: 0;
	top: 0;
}
.adList #adNext{
	right: 0;
	bottom: 0;
}

.adList #adPrev a:hover img,
.adList #adNext a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


/*----------------------------------------------------
    #topicPath
----------------------------------------------------*/
#topicPath{
	margin: 30px 0 5px;
}


/*----------------------------------------------------
    #contents
----------------------------------------------------*/
#contents {
	width: 980px;
	margin: 0 auto;
	clear: both;
}


/*  #contents > .pageTop
----------------------------------------------------*/
#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
    #contents > #main
----------------------------------------------------*/
#main{
	float: right;
	width: 760px;
}
#main h3{
	background: url('../img/mainH3.png') no-repeat 0 0;
	padding: 15px 0 20px 20px;
	font-size: 120%;
	margin-top: -4px;
	margin-bottom: 10px;
	position: relative;
}
#main a:link,
#main a:visited {
	color:#08387F;
	text-decoration: underline;
}
#main a:hover,
#main a:active {
	color:#1467e3;
}


/*----------------------------------------------------
    #contents > #main > .nav
----------------------------------------------------*/
#main .nav {
	margin: 0 0 30px 10px;
}
#main .nav li{
	padding: 10px 5px 0;
}
#main .nav li a{
	padding: 3px 0 3px 25px;
	background: url('../img/icn_listmark08.png') no-repeat 5px 6px;
}
#main .nav li ul{
}
#main .nav li li{
	padding-left: 25px;
}
#main .nav li li a{
	padding: 3px 0 3px 20px;
	background: url('../img/icn_listmark15.png') no-repeat 5px 7px;
}
#main .nav li a:link,
#main .nav li a:visited {
}
#main .nav li a:hover,
#main .nav li a:active {
}
#main .newsNull{
	margin-left: 20px;
}
/*  #sitemap > #main > .nav
----------------------------------------------------*/
#sitemap #main .nav{
	margin-left: 0;
	padding-left: 10px;
	width: 233px;
	float: left;
}
#sitemap #main .nav li a{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sitemap #main .nav li.navi-second{
	padding-top: 0;
}
/*----------------------------------------------------
    #contents > #main > .pageDate
----------------------------------------------------*/
.pageDate{
	text-align: right;
	margin-bottom: 10px;
	margin-right: 9px;
}

/*----------------------------------------------------
    #sitemap > .sitemapHr
----------------------------------------------------*/
.sitemapHr {
	margin-left: 10px;
	margin-bottom: 20px;
	clear: both;
}
.sitemapHr hr{
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: url('../img/bg_hr.gif') repeat-x 0 0;
}


/*----------------------------------------------------
    #contents > #main > .hdSitemap
----------------------------------------------------*/
#main .hdSitemap{
	margin-left: -10px;
	clear: both;
}


/*----------------------------------------------------
    #contents > #main > .ownerContact
----------------------------------------------------*/
#main .ownerContact{
	width: 738px;
	margin: 27px 0 0 10px;
	padding: 19px 0 27px;
	border: #b2cc7f solid 2px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
}
#main .ownerContact h3{
	margin: 0 0 13px 21px;
	position: static;
	padding: 0;
	background: none;

}
#main .ownerContact .name{
	margin: 0 0 5px 46px;
	font-weight: bold;
	font-size:125%;
}
#main .ownerContact .address{
	margin: 0 0 4px 46px;
	font-size:108%
}
#main .ownerContact .telFax{
	margin: 0 0 0 47px;
	font-weight: bold;
	font-size:142%;
}


/*----------------------------------------------------
    #contents > #main > .block
----------------------------------------------------*/
#main .block h4,
.hdblockH4{
	background: url('../img/mainH4.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	font-size: 115%;
	line-height: 36px;
}
#main .block h5,
.hdblockH5{
	background: url('../img/mainH5.png') no-repeat 0 0;
	font-size: 100%;
	padding: 3px 0px 3px 18px;
	margin-bottom: 10px;
}

#main .block h6,
.hdblockH6Disc{
	background: url('../img/mainH6.png') no-repeat 0 9px;
	padding: 6px 0px 1px 18px;
	font-size: 105%;
	margin-bottom: 10px;
}
#main .block h6.hdSimple,
.hdblockH6Simple{
	background: none;
	padding: 6px 0px 1px 3px;
	font-size: 105%;
	margin-bottom: 10px;
	font-weight: bold;
}
#main .blocktext h4,
#main .blocktext h5{
	margin-left: -10px;
}

#main .blocktext h6.hdSimple,
#main .blocktext h6{
	margin-left: -5px;
	margin-bottom: 0px;

}
h6.hdArrow{
	margin: 0 0 7px;
	background: url('../img/icn_listmark17.png') no-repeat 6px 50%;
	padding-left: 24px;
	line-height: 1;
}
#main .blocktext h4{
	width: 100%;
	margin-bottom: 20px;

}
#main .block{
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .block .blocktext{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
}
#main .block p{
	margin-bottom: 1em;
}
#main .block .flL{
	margin: 10px 20px 20px 10px;
	float: left;
}
#main .block .flR{
	margin: 10px 10px 20px 20px;
	float: right;
}
#main .block ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 5px;
}
#main .block ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 5px;
}

#main .block dt{
	margin-top: 1em;
	font-weight: bold;
}

#main .block dd{
	margin-left: 2em;
}

#main .block ol ul li{
	list-style-type: disc;
}
#main .block ul ol li{
	list-style-type: decimal;
}
#main .block ol ul,
#main .block ul ol{
	margin-left: 3em;
}



/*----------------------------------------------------
    #main > file
----------------------------------------------------*/
#main .wrapfile{
	background: #ECECE8;
	padding: 20px;
	margin: 20px 0 20px 30px;
	-webkit-border-radius: 5px;  /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;     /* Firefox用 */
	border-radius: 5px;          /* CSS3草案 */
}

#main .wrapfile a{
	display: inline-block;
	padding-left: 20px;
	background: url('../img/icn_text.png') no-repeat left center;
}
/*----------------------------------------------------
    #main > files
----------------------------------------------------*/

#main .block.ccm-files-wrap{
	width: 750px;
	margin-left: 20px;
}
#main .block.ccm-files-wrap ul{
	margin: 0;
	padding: 0;
}
#main .block.ccm-files-wrap ul li{
	display: inline;
	white-space: nowrap;
	margin:0 5px 0 0;
}

/*----------------------------------------------------
    #main > youtube
----------------------------------------------------*/

#main .wrapYoutubeBlock .youtubeBlock,
#main .wrapYoutubeBlock .ccm-edit-mode-disabled-item{
	text-align: center;
	margin: 10px auto;

}



/*----------------------------------------------------
    float
----------------------------------------------------*/
.flL{float: left;}
.flR{float: right;}


/*----------------------------------------------------
    micro clearfix
----------------------------------------------------*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
