@charset "utf-8";
/* CSS Document */
html {
    margin-bottom:1px;
    height:100%;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
/* -----クロスブラウザ調整----- */

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 2px;
}

/* IE6以下でpadding指定 */
*html body {
padding-left: 2px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* -----レイアウトフォーマット----- */
#header
 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	height: 105px;
}
#header .mainlogo {
	margin-top: 20px;
	margin-right: 237px;
	margin-bottom: 20px;
	float: left;
}

#header h1 {
	padding: 0px;
	float: left;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#globalnavibg {
	background-image: url(../images/g-navi_bg.gif);
	background-repeat: repeat-x;
	height: 34px;
}

#globalnavi {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 34px;
}
#globalnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#globalnavi li {
	float: left;
}
#globalnavi .g_btn01 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 115px;
	height: 34px;
	background-image: url(../images/gnavi01_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#globalnavi .g_btn02 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 166px;
	height: 34px;
	background-image: url(../images/gnavi02_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#globalnavi .g_btn03 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 119px;
	height: 34px;
	background-image: url(../images/gnavi03_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#globalnavi .g_btn04 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 180px;
	height: 34px;
	background-image: url(../images/gnavi04_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#globalnavi .g_btn05 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 152px;
	height: 34px;
	background-image: url(../images/gnavi05_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#globalnavi .g_btn06 a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 118px;
	height: 34px;
	background-image: url(../images/gnavi06_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#globalnavi .g_btn01 a:hover img {
	position: relative;
	top: -34px;
}
#globalnavi .g_btn02 a:hover img {
	position: relative;
	top: -34px;
}
#globalnavi .g_btn03 a:hover img {
	position: relative;
	top: -35px;
}
#globalnavi .g_btn04 a:hover img {
	position: relative;
	top: -34px;
}
#globalnavi .g_btn05 a:hover img {
	position: relative;
	top: -34px;
}
#globalnavi .g_btn06 a:hover img {
	position: relative;
	top: -34px;
}
#contents {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.schedule {
	border: 1px solid #CCCCCC;
	width: 620px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.schedule th {
	background-color: #F5F5F5;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.schedule td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.pager {
	padding: 3px;
	background-color: #F6F6F6;
	text-align: center;
}
#newsarea  {
	width: 230px;
	float: right;
	margin-right: 10px;
}
#nwesblock {
	width: 230px;
}
#nwesblock #head {
	background-image: url(../images/news_block_title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 30px;
	margin-top: 45px;
}
#nwesblock #head h3 {
	margin: 0px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nwesblock .bodycont {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 8px;
}
#nwesblock .bodycont ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: disc;
}
#nwesblock .bodycont li {
	line-height: 1.3;
	font-size: 12px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#nwesblock .bodycont .link-r {
	margin: 0px;
	padding: 0px;
	text-align: right;
}







#footter  {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footter_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	height: 80px;
}
#footter .pagetop {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

/**---------- .pager ----------**/
.pager {
	line-height: 3;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

.pager p, .pager ol, .pager ol li {
	display: inline;
	line-height: 2;
	margin: 0;
	padding: 0;
	list-style: none;	
}

.pager a, 
.pager em,
.pager span {
	margin: 0 2px;
	padding: 3px 8px;
	border: 1px solid #CCC;
	text-decoration: none;
	white-space: nowrap;
}

* html .pager a,
* html .pager em,
* html .pager span {
	padding: 5px 8px;
}

.pager a:hover, .pager a:focus, .pager a:active {
	border: 1px solid #FF6600;
}

.pager em {
	border: 1px solid #FFF; 
}

.pager span {
	border: 1px solid #EEE;
	color: #CCC;
}

/**---------- .img-layout ----------**/
/* .img-layout-l(img left, text right),  
			.img-layout-r(img right, text left) */
#contents .img-layout-l,
#contents .img-layout-r {
	display:table;
	width: 100%;
	margin: 0 0 1em 0;
}

#contents .img-layout-l .image,
#contents .img-layout-r .image {
	display:table-cell;
	width:1%;
	margin:0 !important; 
	padding:0 15px 0 0; 
	vertical-align:top;
}

#contents .sub .img-layout-l .image {
	padding:0 10px 0 0; 
}

* html #contents .img-layout-l .image,* html #contents .img-layout-r .image { float:left; width:auto; }
*:first-child+html #contents .img-layout-l .image { float:left; width:auto; }
*:first-child+html #contents .img-layout-r .image { float:left; width:auto; }

#contents .img-layout-l .text,
#contents .img-layout-r .text {
	display:table-cell;
	min-height: 1px;
	margin: 0 !important;
	padding:0;
	text-align: left;
	vertical-align:top;
	direction:ltr;
}

* html #contents .img-layout-l .text, * html #contents .img-layout-r .text { float: left; height: 1px; }

#contents .img-layout-r {	direction:rtl; }
#contents .img-layout-r .image {	padding:0 0 0 15px;}
#contents .sub .img-layout-r .image {	padding:0 0 0 10px; }

* html #contents .img-layout-r .image { float:right; }
*:first-child+html #contents .img-layout-r .image { float:right; }

#contents .img-layout-r .image .caption {	direction:ltr; }
