@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
    font-family:"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	line-height:150%;
    letter-spacing:1px;	
	font-size:100%;
	background:url(image/ba_top.gif) repeat-x;
}
img{
	border:none;
}
br{
	letter-spacing:normal;
}
.line{
	line-height:150%;
}

/* 	トップページ
-------------------------------*/
.main{
	margin:28px auto;
	width:800px;
}
.main .mobile{
	width:800px;
	text-align:right;
}
.main h1{
	padding:10px 0 30px 0;
	width:800px;
	text-align:center;
}
.main .left{
	float:left;
	padding-top:50px;
	width:460px;
}
.left h2{
	font-size:80%;
	line-height:150%;
	font-weight:normal;
	padding-bottom:10px;
}
.left .pdfBox{
	width:460px;
	padding-bottom:10px;
	font-size:75%;	
}
.pdfBox .iner01{
	float:left;
	width:360px;
	font-weight:bold;
}

.pdfBox .iner02{
	float:left;
	width:56px;
}
.main .right{
	float:left;
	padding:65px 0 0 22px;
	margin-left:40px;
	width:278px;
	height:280px;
	background:url(image/top/picture_bg.jpg) no-repeat;
}
/* 	最新情報
-------------------------------*/
.information{
	width:800px;
	padding-bottom:30px;
	font-size:75%;	
}
dl.list {
	line-height:150%;
	margin:0;
	width:850px;
}
dl.list dt {
	float:left;
	padding-top:5px;
	width:150px;
}
dl.list dd {
	float:left;
	padding:5px 0 0 5px;
	width:680px;
}
/* 	リンク
-------------------------------*/
a.BlackLink {
	color:#000000;
	text-decoration:underline;
}
a.BlackLink:hover {
	color:#000000;
	text-decoration:underline;
}

a.BlueLink {
	color:#0033FF;
	text-decoration:underline;
}
a.BlueLink:hover {
	color:#0033FF;
	text-decoration:underline;
}

/* グローバルメニュー
--------------------------------------------- */
.topUnderBgRp{
	width:800px;
	background:url(image/top/under_center_bg_rp.jpg) repeat-y;
}
.box01{
	float:left;
	width:203px;
	font-size:75%;
}
.moji{
	padding:5px 0 0 3px;
	width:186px;
}
.box02{
	float:left;
	width:190px;
	font-size:75%;	
}

.topUnderBgRp .box03{
	width:800px;
}

.box04{
	float:left;
	width:188px;
	margin-right:15px;
	font-size:75%;
}

.padTop10{
	padding-top:10px;
}

.padTop35{
	padding-top:35px;
}

.padTop60{
	padding-top:60px;
}
.redFont{
	color:#FF0000;
	font-weight:bold;
}	
a.greenLink {
	color:#090;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
}
a.greenLink:hover {
	color:#090;
	font-size:110%;
	font-weight:bold;
	text-decoration:underline;
}	
	
/* 	パディング マージン
-------------------------------*/
.padUpDown10px{
	padding:10px 0 10px 0;
}
.mar30{
	margin-top:30px;
}




/* 	フッター
-------------------------------*/
.footer  {
background:url(image/ba_top.gif) repeat-x center bottom;
height:80px;
text-align:center;
overflow-x:auto;
overflow-y:auto;
}

	


/* 	イベントスケジュール
-------------------------------*/
table.eventTable{
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#FFFFFF;
    empty-cells:show;
	font-size:75%;	
	line-height:150%;	
}

.eventTable th{
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background-color:#608AC6;
    background-position:left top;
    padding:2px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

.eventTable td{
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    padding:5px;
	text-align:left;
}

/* clear  -------------------*/

.clear {
	clear:both;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix2:after {
	display : block;
	clear : both;
	height : 0;
	content : "";
	overflow : hidden;
}
.clearfix2 {
	overflow : hidden;
}
/* FOR MAC IE \*/
* html .clearfix2 {
	height : 1%;
	overflow : visible;
}
.clearfix2 {
	display : block;
}
/* END OF FOR MAC IE */
