@charset "utf-8";
/* CSS Document */
@import url("reset.css");

/* base
-------------------------------------------------------------*/

body {
	color:#333333;
	line-height: 160%;
	font-family: Arial, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,  sans-serif;
	background-color: #ffffff;
	font-size:14px;
	background-image: url(../img/common/bk001.gif);
	background-repeat: repeat;
	background-position: left top;
}
/* for WinIE7 */
*:first-child+html body {
	font-size: 87.5%;
}

/* for WinIE6 */
*html body {
	font-size: 87.5%;
}

div#wrap{
	min_width:850px;
	height:821px;
	overflow:auto;
	background-image: url(../img/top/bk_main3.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 auto;
}

*html div#wrap{
	width:1000px;
	height:821px;
	background-image: url(../img/top/bk_main4.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 auto;
}

div#container{
	width:850px;
	margin:0 auto;
}

a{
	color:#000000;
	text-decoration:underline;
}


a:hover
,a:focus
,a:active{
	color:#000000;
	text-decoration:none;
}



.none{
	text-indent: -9999px;
	overflow: hidden;
}
/* header
-------------------------------------------------------------*/

h1{
	width:326px;
	float:left;
	display:inline;
	padding:5px 0 0 10px;
}

#headRight{
	width:500px;
	float:right;
	margin:15px 0 0 0;
}

#kensaku{
	width:350px;
	float:right;
}

#kensaku p{
	width:100px;
	float:left;
}

#kensaku #seach{
	width:250px;
	float:left;
}

#kensaku #seach form input#seachBox{
	width:150px;
	border: 1px solid #A9816A;
}

div#header{
	width:852px;
}

div#snavi{
	clear:both;
	padding:10px 0 0 50px;
}

*:first-child+html div#snavi li{
	display:inline;
	float:left;
	background-image: url(../img/common/dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0 0 0 8px;
	margin:0 0 0 10px;
}

div#snavi li{
	display:inline;
	float:left;
	background-image: url(../img/common/dot.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding:0 0 0 8px;
	margin:0 0 0 10px;
}

*:first-child+html div#snavi li{
	background-position: left 5px;
}

div#navi{
	clear:both;
	padding:10px 0 0 0;
}

*:first-child+html div#navi{
	clear:both;
	padding:0;
}

div#navi li{
	display:inline;
	float:left;
	background-image: url(../img/common/navi_line.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding:0 17px;
}

div#navi li.endNavi{
	display:inline;
	float:left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 2px;
	padding:0 17px;
}

/* main
-------------------------------------------------------------*/
div#main{
	width:852px;
}

/* footer
-------------------------------------------------------------*/
div#footer{
	width:840px;
	text-align:right;
	position:absolute;
	top:790px;
}




/* clearfix
-------------------------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
	zoom:1;
}

/* Hides from IE-mac\*/
*html .clearfix{height: 1%;}
.clearfix {display: block;}
/*End hide from IE-mac */


/* infoBox
-------------------------------------------------------------*/
#infoBox{
	width:500px;
	padding:30px 0 0 0;
	margin:15px 0 0 300px;
	clear:left;
}

#infoBox h2{
	float:left;
	width:90px;
	display:inline;
}

#infoBox ul{
	float:left;
	width:410px;
	display:inline;
}

#infoBox ul li .date{
	float:left;
	width:80px;
	display:inline;
}

#infoBox ul li .link{
	float:left;
	width:300px;
	display:inline;
}

#infoBox p{
	clear:left;
	text-align:right;
}

#infoBox p a{
	color:#4c4c4c;
	text-decoration:underline;
}

#infoBox p a:hover{
	color:#4c4c4c;
	text-decoration:none;
}
/* for WinIE6,7,8 */
* html #infoBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
*:first-child+html #infoBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
head~/* */body #infoBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
html:not(:target) #infoBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}

/* for WinIE6,7,8 */
* html #infoBox p a:hover
,* html #infoBox p a:focus
,* html #infoBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
*:first-child+html #infoBox p a:hover 
,*:first-child+html #infoBox p a:focus 
,*:first-child+html #infoBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
head~/* */body #infoBox p a:hover
,head~/* */body #infoBox p a:focus
,head~/* */body #infoBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
html:not(:target) #infoBox p a:hover
,html:not(:target) #infoBox p a:focus
,html:not(:target) #infoBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
/* for WinIE6,7,8 */
* html #infoBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
*:first-child+html #infoBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
head~/* */body #infoBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
html:not(:target) #infoBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}

/* for WinIE6,7,8 */
* html #infoBox li a:hover
,* html #infoBox li a:focus
,* html #infoBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
*:first-child+html #infoBox li a:hover 
,*:first-child+html #infoBox li a:focus 
,*:first-child+html #infoBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
head~/* */body #infoBox li a:hover
,head~/* */body #infoBox li a:focus
,head~/* */body #infoBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
html:not(:target) #infoBox li a:hover
,html:not(:target) #infoBox li a:focus
,html:not(:target) #infoBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}






#scheduleBox{
	width:400px;
	margin:15px 0 0 400px;
	clear:left;
}

#scheduleBox h2{
	float:left;
	width:80px;
	display:inline;
}

#scheduleBox ul{
	float:left;
	width:310px;
	display:inline;
}


#scheduleBox ul li .date{
	float:left;
	width:80px;
	display:inline;
}

#scheduleBox ul li .link{
	float:left;
	width:200px;
	display:inline;
}

#scheduleBox p{
	clear:left;
	text-align:right;
}

#scheduleBox p a{
	color:#4c4c4c;
	text-decoration:underline;
}

#scheduleBox p a:hover{
	color:#4c4c4c;
	text-decoration:none;
}


/* for WinIE6,7,8 */
* html #scheduleBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
*:first-child+html #scheduleBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
head~/* */body #scheduleBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
html:not(:target) #scheduleBox p a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}

/* for WinIE6,7,8 */
* html #scheduleBox p a:hover
,* html #scheduleBox p a:focus
,* html #scheduleBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
*:first-child+html #scheduleBox p a:hover 
,*:first-child+html #scheduleBox p a:focus 
,*:first-child+html #scheduleBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
head~/* */body #scheduleBox p a:hover
,head~/* */body #scheduleBox p a:focus
,head~/* */body #scheduleBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
html:not(:target) #scheduleBox p a:hover
,html:not(:target) #scheduleBox p a:focus
,html:not(:target) #scheduleBox p a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
/* for WinIE6,7,8 */
* html #scheduleBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
*:first-child+html #scheduleBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
head~/* */body #scheduleBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}
html:not(:target) #scheduleBox li a{
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
}

/* for WinIE6,7,8 */
* html #scheduleBox li a:hover
,* html #scheduleBox li a:focus
,* html #scheduleBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
*:first-child+html #scheduleBox li a:hover 
,*:first-child+html #scheduleBox li a:focus 
,*:first-child+html #scheduleBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
head~/* */body #scheduleBox li a:hover
,head~/* */body #scheduleBox li a:focus
,head~/* */body #scheduleBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}
html:not(:target) #scheduleBox li a:hover
,html:not(:target) #scheduleBox li a:focus
,html:not(:target) #scheduleBox li a:active {
	color:#4c4c4c;
	text-decoration:none;
	border-bottom-style: none;
}

ul.newList{
	margin:10px 0 0 0;
}
