@charset "utf-8";

@import url("../css/import.css");


/* 基本設定 */
* {
	margin:0;
	padding:0;
}

img { border: none; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-color: #FFCC00;
	background-image: url(../share/unique/bg_body.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* <bgcolor>e:#550000/f:#0B5173/m:#000000/h:#FFCC00/l:#FFFFFF/bu:#FFFFFF */



/* link */
/************************************************/
a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
}

.lboxR {
	text-align: right;
	margin-top: 5px;
}

.fortop {
	padding-top: 30px;
	text-align: right;
	height: 80%;
}


.forback {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	float: right;
}

a.back {
	display:block;
	background-image:url(../share/bt/forback.gif);
	width: 92px;
	height:20px;
	background-repeat: no-repeat;
}
a:hover.back {
	background-position:0px -20px;
}

a.lb {
	text-decoration: underline;
	background-image: url(../share/icon/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

a.lb2 {
	text-decoration: underline;
	background-image: url(../share/icon/fortop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}

a.lPdf {
	text-decoration: underline;
	background-image: url(../share/icon/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.lOut {
	text-decoration: underline;
	background-image: url(../share/icon/outlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.linkbox {
	margin-bottom: 20px;
	padding-top: 8px;
}


/* layout */
/************************************************/

/*大枠BOX*/
#container {
	width: 990px;
	padding: 0 0 0 12px;
 	overflow:hidden; 
  	zoom: 1;
  }

#container:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

/*コンテンツBOX*/

/*メインコンテンツ*/
#contents {/* for ContentsPage */
	float: left;
	width: 790px;
  }

#contents p {
	line-height: 145%;
  }




/*サイドコンテンツ*/
#subContents {
	float: right;
	width: 180px;
	padding:5px 0 0 0;
}
#subContents .sidebanner {
	margin-bottom: 8px;
}

/*レイアウトパターン 1カラム*/
#contents #columnOne{
	width: 790px;
	background: #FFF url(../share/bg_main1.png) 0 0;
	padding:3px 0 0 0;
 	overflow:hidden; 
  	zoom: 1;
  }

#contents #columnOne:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

#columnOneLeft{
	float: left;
	width: 776px;
  }


/*1カラム用コンテンツエリア*/
.columnOneCts {
	border: 1px solid #EFEFEF;
	background-color: #FFF;
	padding: 8px 10px 10px;
	width: 765px;
	margin:0 0 8px 1px;
}




/*レイアウトパターン 2カラム*/
#columnTwoBox{
	width: 790px;
	background: url(../share/bg_main2.png) 0 0 #FFF;
	padding:3px 0 0 0;
 	overflow:hidden; 
  	zoom: 1;
  }

#columnTwoBox:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

#columnTwoLeft{
	float: left;
	width: 626px;
  }
#columnTwoRight{
	float: right;
	width: 155px;
	padding:0 0 0 7px;
  }
/*レイアウトパターン 3カラム*/
#container #columnThree{
  }  


/*TOP緊急告知*/
#notice {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 27px;
	margin-right: 3px;
	margin-top: 5px;
	background-image: url(../share/bg_notice.png);
	background-repeat: no-repeat;
}


/*コンテンツエリア
/************************************************/

/*2カラム用コンテンツエリア*/
.columnTwoCts {
	border: 1px solid #EFEFEF;
	background-color: #FFF;
	padding: 8px 10px 10px;
	width: 600px;
	margin:0 0 8px 1px;
}


/* banner */
/************************************************/

#banner {
	clear: both;
	overflow:hidden;
	padding-bottom: 15px;
	width: 790px;
}


/* footer */
/************************************************/

#footer {
	clear: both;
	width: 790px;
	background: url(../share/bg_foot.png) 0 0 repeat-x;
	padding: 3px 0px 0px;
	font-size: 92%;
	margin-top: 1px;
	overflow:hidden;
	text-align: center;
	height: 100px;
}

#footer a {
	color: #333;
	text-decoration: underline;
	white-space: nowrap; 
}



/* pan */
/************************************************/

#pan {
	padding: 3px 0px 3px 8px;
	font-size: 95%;
	margin-top: 3px;
	height: 15px;
}
#pan a {
	text-decoration: none;
}



/* table */
/************************************************/
.tableBox {
	line-height: 145%;
	margin-bottom: 15px;
	overflow:hidden;
	zoom: 1;
  }

.tableBox:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }


.tableR { /* 右寄せ用 */
	float: right;
	margin-left: 10px;
}

.tableL { /* 左寄せ用 */
	float: left;
	margin-right: 10px;
}

.tableC { /* 左寄せ用 */
	margin-left: 10px;
	margin-bottom:10px;
}

.tableBs01 {
border-spacing: 1px; 
}

.tableBs02 {
border-spacing: 2px; 
}

.tableBs03 {
border-spacing: 3px; 
}


/* td */
/************************************************/
.td01 {
	background-image: url(../share/bg_td01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 92%;
}

.td02 {
	background-image: url(../share/bg_td02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 92%;
}

.td02c {
	background-image: url(../share/bg_td02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 7px 5px 6px;
	text-align: center;
	font-size: 92%;
}

.td02r {
	background-image: url(../share/bg_td02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 7px 5px 6px;
	text-align: right;
	font-size: 92%;
}


/* text */
/************************************************/
.textRed {color: #E80000;}
.textRedB {color: #E80000;font-weight: bold;}
.textGreen {color: #009900;}
.textBlue {color: #006699;}
.textGrey {color: #666666;}

.textCaption {
	color: #999999;
	font-size: 84%;
	padding: 3px;
}

.textH140 {
	line-height: 140%;
}

.text10 {font-size: 84%;}
.text11 {font-size: 92%;}
.text12 {font-size: 100%;}
.text13 {font-size: 109%;}
.text14 {font-size: 117%;}
.text15 {font-size: 125%;}
.text16 {font-size: 134%;}

.textNotice {font-size: 84%;color: #999999;}
.textNoticeR {font-size: 84%;color: #E80000;}

/* margin設定
/************************************************/
.marginBtm05 { /* 下に余白5px */
	margin-bottom: 5px;
}

.marginBtm10 { /* 下に余白10px */
	margin-bottom: 10px;
}

.marginBtm15 { /* 下に余白15px */
	margin-bottom: 15px;
}

.marginBtm20 { /* 下に余白20px */
	margin-bottom: 20px;
}

/* IMG設定*/

.imgL { /* 左寄せ */
	float: left;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	float: left;
	border: 1px solid #999999;
	padding: 1px;
}

.imgR { /* 右寄せ */
	float: right;
}

.imgR10B { /* 右寄せ用10pxボーダーなし */
	float: right;
	margin-left: 10px;
	border: 1px solid #999999;
	padding: 1px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #999999;
	padding: 1px;
}


/* h tag */
/************************************************/
.texthide {
	text-indent:-9999px;
}

.h2np {
	background-image: url(../share/bg_h2np.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
	margin-bottom: 8px;
 	overflow:hidden; 
  	zoom: 1;
}

.h2np:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

/*.h3nor {
	background-image: url(../share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 117%;
}*/

/*.h4nor {
	margin-bottom: 10px;
	font-size: 100%;
	padding: 5px;
	background-image: url(../share/bg_teamcolor.gif);
	background-repeat: no-repeat;
}*/

.h5nor {
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url(../share/bg_h5nor.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 2px;
	font-size: 117%;
	color: #4F3909;
}

/*.h3 {
	background-image: url(../share/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
	line-height: 120%;
	font-size: 117%;
	padding-top: 6px;
	height: 22px;
	padding-left: 10px;
	color: #333333;
}*/

/* 新規H3要素（追加） */
.h3_a {
	background-image: url(../share/bg_h3_a.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	line-height: 120%;
	font-size: 117%;
	padding-top: 6px;
	height: 22px;
	padding-left: 28px;

}

/* box */
/************************************************/
.boxSummary {
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #E4E4E4;
	padding: 5px;
	margin-bottom: 20px;
}



/* form */
/************************************************/
.fsearch {
	padding: 2px;
	width: 120px;
	font-size: 10px;
	color: #999999;
	margin-right: 2px;
	margin-top: 3px;
	height: 14px;
}

.fsearchBt {
	font-size: 11px;
	margin-top: 3px;
	margin-right: 2px;
}

/* ul ol */
/************************************************/
ul.circleList {
	margin-left: 20px;
	margin-bottom: 30px;
}
ul.circleList li {
	list-style-type: circle;
	margin-bottom: 8px;
}

ol.numberList {
	margin-left: 25px;
	margin-bottom: 30px;
}
ol.numberList li {
	list-style-type: decimal;
	margin-bottom: 8px;
}


/* tab */
/************************************************/
#tab {
	height: 22px;
}

#tab ul {
}

#tab ul li {
	float: left;
}

#tab ul li a {
	text-decoration: none;
	background-image: url(../share/tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 95px;
	margin-right: 1px;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 11px;
	display: block;
}

/* calendar */
/************************************************/
#calendar {
}

#calendar .tdDay {
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../share/calendar/bg_day.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #F0F0F0;
	border-bottom-color: #DFDFDF;
	border-left-color: #F0F0F0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#calendar .tdDate {
	border: 1px solid #DDDDDD;
	padding: 3px;
	vertical-align: top;
	color: #666666;
	font-size: 92%;
	height: 90px;
}

#calendar .tdHome01 {
	border: 1px solid #DDDDDD;
	padding: 3px;
	vertical-align: top;
	color: #666666;
	font-size: 92%;
	height: 90px;
	background-color: #FFE8E8;
	background-image: url(../share/calendar/bg_home01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#calendar .tdHome02 {
	border: 1px solid #DDDDDD;
	padding: 3px;
	vertical-align: top;
	color: #666666;
	font-size: 92%;
	height: 90px;
	background-color: #FFF0C1;
	background-image: url(../share/calendar/bg_home02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#calendar .textDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
#calendar .textSun {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E80000;
	font-size: 14px;
}
#calendar .textSat {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066CC;
	font-size: 14px;
}

#tabC {
	margin: 15px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 600px;

}

#tabC ul {
	margin: 0px;
	padding: 0px;
}

#tabC ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#tabC ul li a {
	background-image: url(../share/calendar/tab.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 16px;
	display: block;
	color: #5D5D5D;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}

#tabC ul li .on {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	background-image: url(../share/calendar/tabon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#tabC ul li a:hover {
	color: #FF9900;
}


/* crear */
/************************************************/
.clearfix,p {
  overflow:hidden; /* forDW */
  zoom: 1; /* for IE5.5 - IE7 */
  }

.clearfix:after,p:after { /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  }

/* 追加分 */
/************************************************/
h3 {
	background-image: url(../share/image_h3_765.gif);
	background-repeat: no-repeat;
	height:38px;
	margin-bottom:10px;
}

.h3nor {
 padding-top:10px;
	padding-bottom: 5px;
	text-indent: 18px;
	font-size:14px;
	color: #626262;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.h3norr {
	background-image: url(../share/image_h3_765.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-bottom: 5px;
	font-size: 14px;
	text-indent: 18px;
	height: 33px;
	color: #626262;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.h4nor {
	background-color: #F7F7F7;
	display: block;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #EEEEEE;
	color: #626262;
	margin-bottom: 10px;
}

/* h4ボーダーなし */
.h4nor-nob {
	background-color: #F7F7F7;
	display: block;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #626262;
	margin-bottom: 10px;
}

/* h4ボーダーマージンなし */
.h4nor-nobm {
	background-color: #F7F7F7;
	display: block;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #626262;
	}
	
	/* 旧サイト（赤▲）リンクマーク news用 */
.links2 {
	TEXT-ALIGN: left;
	display: block;
	background-image: url(../share/icon/link02.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: auto;
	background-position: 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 16px;
}

.imgR10lb { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}

.box01{
margin:10px 0 20px 0;
padding-bottom:10px;
padding:0;
width:765px;
}

.box01 h4{
text-align:left;
}

.box01-left{
width:370px;
margin-bottom:10px;
float:left;
text-align:center;
border:1px solid #EEEEEE;
}

.box01-right{
width:370px;
margin-bottom:10px;
float:right;
text-align:center;
border:1px solid #EEEEEE;
} 

.minh360{
min-height:360px;
height:360px;
}
.minh450{
min-height:450px;
height:450px;
}

.imgmovie{
margin:5px 0px 10px;
padding:0;
text-align:center;
}

.imgbt{
margin:5px 0 0 0;
padding:0;
}

.box01 p{
margin:10px;
text-align:left;
}

.clear{
clear:both;
}

.boderbox-01{
vertical-align:top;
text-align:center;
margin:10px;
padding:5px;
border:1px solid #EEEEEE;
background-color:#f8f7f5;
}

.middle{
text-align:left;
vertical-align:middle;
}

.movie-box{
margin:10px 10px 0px 10px;
}

.movie-box p{
text-align:left;
}

.movie-box .imgb10{
margin:0 0 10px 0;
padding:0;
}
