@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: #143D69;
	background-image: url(../_share/unique/bg_body.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

body.lions_classic {
	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: #333;
	background-image: url(../_share/unique/bg_body_lc.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

body.believeL {
	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: #00007B;
}

/* <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: 10px;
	padding-bottom: 10px;
	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.lb3 {
	text-decoration: underline;
	background-image: url(../_share/icon/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size:10px;

}

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;
}

a.next {
	display:block;
	float:right;
	text-decoration: none;
	font-size:10px;
	background-image: url(../_share/icon/link.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-bottom:10px;
}

a.backlink {
	display:block;
	float:left;
	text-decoration: none;
	background-image: url(../_share/icon/backlink.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:10px;
	padding-left: 10px;
	margin-bottom:10px;
}

a.csc {
	font-size:16px;
	color:#B81C34;
	padding-bottom:5px;
	background-image:none !important;
	padding-left:0px !important;
	border-bottom:0px !important;
	text-decoration: none;
}
a:visited.csc {
	font-size:16px;
	color:#B81C34;
	padding-bottom:5px;
	background-image:none !important;
	padding-left:0px !important;
	border-bottom:0px !important;
	text-decoration: none;
} 
a:hover.csc {
	font-size:16px;
	color:#B81C34;
	padding-bottom:5px;
	background-image:none !important;
	padding-left:0px !important;
	border-bottom:0px !important;
	text-decoration: underline;
}
a:active.csc {
	font-size:16px;
	color:#B81C34;
	padding-bottom:5px;
	background-image:none !important;
	padding-left:0px !important;
	border-bottom:0px !important;
	text-decoration: none;
}

.linkbox {
	margin-bottom: 20px;
	padding-top: 8px;
}

.txtlist{
	margin-bottom:10px;
}
.txtlist2{
	margin-bottom:20px;
}
.txtlist li,
.txtlist2 li{
	margin-bottom:5px;
}

/* 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: 85%;
	margin-top: 1px;
	overflow:hidden;
	text-align: center;
	height: 100px;
}

#footer a {
	color: #333;
	text-decoration: underline;
	white-space: nowrap; 
}
#footer div {
	position:relative;
}
#footer p {
	text-align:left;
	margin-left:5px;
}

#footer div img{
	position:absolute;
	top:5px;
	right:5px;
}



/* 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;
}

.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: 100%;
}

.td01c {
	background-image: url(../_share/bg_td01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:center;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td01date {
	background-image: url(../_share/bg_td01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:center;
	padding: 7px 5px 6px;
	color: #1A69EE;
	font-size: 100%;
}

.td02 {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02g {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02gray {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02red {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #FFE8FF;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02blue {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #EAF2FD;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02yellow {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #FFFFF0;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02orange {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #FFF1DD;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.td02green {
	background-image: url(../_share/bg_td02.gif);
	background-repeat: no-repeat;
	background-color: #EEFFEE;
	background-position: right bottom;
	padding: 7px 5px 6px;
	font-size: 100%;
}

.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: 100%;
}

.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: 100%;
}

.td01_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #143D69;
}


.td02_top {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #143D69;
}


/* text */
/************************************************/
.textB {font-weight: bold;}
.textRed {color: #E80000;}
.textRedB {color: #E80000;font-weight: bold;}
.textGreen {color: #009900;}
.textBlue {color: #006699;}
.textGrey {color: #666666;}

.textCaption {
	color: #0D2540;
	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;
}

.marginBtm100 { /* 下に余白100px */
	margin-bottom: 100px;
}

.marginR6 { /* 右に余白6px */
	margin-right: 6px;
}

.marginR10 { /* 右に余白10px */
	margin-right: 10px;
}

.marginL5 { /* 左に余白5px */
	margin-left: 5px;
}

.marginL10 { /* 左に余白10px */
	margin-left: 10px;
}

.marginLeft05 { /* 左に余白5px */
	margin-left: 5px;
}

.marginLeft06 { /* 左に余白6px */
	margin-left: 6px;
}

.marginLeft10 { /* 左に余白10px */
	margin-left: 10px;
}

.marginLeft15 { /* 左に余白15px */
	margin-left: 15px;
}

.marginLeft20 { /* 左に余白20px */
	margin-left: 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 #236AB8;
	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 a{
	color:#000000;
	text-decoration:none;
}
.h2np_2 {
	background-image: url(../_share/bg_h2np.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
	margin-bottom: 8px;
	padding-top:5px;
 	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: 13px;
	background-position: 2px;
	font-size: 117%;
	color: #4F3909;
}
h3.hcolor {
	background: url(../_share/hcolor_h3.gif) repeat-x;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:7px;
	color:#fff;
	height:auto;
	font-size:18px;
	border-bottom:0px !important;
}

h3.hcolor_400 {
	background: url(../_share/hcolor_h3_400.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:7px;
	color:#fff;
	height:auto;
	font-size:18px;
	border-bottom:0px !important;
}

h3.hcolor_190 {
	background: url(../_share/hcolor_h3_190.gif) repeat-x;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:7px;
	color:#fff;
	height:auto;
	font-size:18px;
	border-bottom:0px !important;
}

h3 {
	background: url(../_share/hcolor_h3.gif) repeat-x;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:7px;
	color:#fff;
	height:auto;
	font-size:18px;
	border-bottom:0px !important;
}

h3.newstitle {
	background-image:none;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:7px;
	color:#000;
	height:auto;
	border-bottom:0px !important;
}

h3.border {
	padding-bottom:10px;padding-top:3px;border-bottom:dotted 1px #4682b4;
}

h4.hcolor {
	background: url(../_share/hcolor_h4_09.gif) no-repeat 2px;
	padding-left:17px;
	padding-top:7px;
	padding-bottom:5px;
	font-size:14px;
	color:#000;
	border-bottom:1px dotted #246DBF;
}

h4.bBoder{
	font-size:16px;
	color:#B81C34;
	padding-bottom:5px;
	background-image:none !important;
	padding-left:0px !important;
	border-bottom:0px !important;
}

h4 {
	background: url(../_share/hcolor_h4_09.gif) no-repeat 2px;
	padding-left:17px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	color:#000;
	border-bottom:1px dotted #246DBF;
}

h5 {
	background: url(../_share/bg_h5.gif) no-repeat;
	padding-left:13px;
	font-size:14px;
	margin-bottom:5px;
}

/* 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-top: 5px;
	margin-bottom: 20px;
}

.boxGeneral {
	border-top: 1px solid #E4E4E4;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #E4E4E4;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	background: url(../_share/boxGeneral.gif) !important;
	line-height:20px;
}

.boxTop{
	padding: 5px;
	margin-top: 5px;
	background: url(../_share/introduction09.gif) !important;
	margin-bottom:20px;
}

.boxTop div {
	background:#fff;
	padding:10px;
}

/* 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: #143D69;
	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 #2266B0;
	padding: 3px;
	vertical-align: top;
	color: #666666;
	font-size: 92%;
	height: 90px;
	background-image: url(../_share/boxContent09.gif);
	background-position: top left;
}

#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;
}

/*
2008-12-26 タブに前年/翌年を追加するため追加
*/
#tabC_2009 {
	margin: 15px 0px 0px;
	padding: 0px;
/*	height: 20px;*/
	height: 24px;
	width: 600px;
	overflow:hidden; /*2008-12-31追加*/

}

#tabC_2009 ul {
	margin: 0px;
	padding: 0px;
}

#tabC_2009 ul li {
	float: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

#tabC_2009 ul li a {
	background-image: url(../_share/calendar/tab_2009.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 42px;
	height: 20px;
	display: block;
	color: #5D5D5D;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}

#tabC_2009 ul li .on {
	float: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	color: #FFFF00;
	background-image: url(../_share/calendar/tabon_2009.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#tabC_2009 ul li a:hover {
	color: #FF9900;
}
#tabC_2009 ul li .tab_off {
	float: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	background-image: url(../_share/calendar/tab_2009.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 42px;
	height: 20px;
	display: block;
	color: #5D5D5D;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}

#tabC2 {
	margin: 15px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 600px;

}

#tabC2 ul {
	margin: 0px;
	padding: 0px;
}

#tabC2 ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#tabC2 ul li a {
	background-image: url(../_share/calendar/tab2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 16px;
	display: block;
	color: #5D5D5D;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
}

#tabC2 ul li .on {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	background-image: url(../_share/calendar/tabon2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#tabC2 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;
  }

/* 09年タイトルイメージ用 */
/************************************************/

.mainImg {
	border:1px solid #666666;
	padding:1px;
}
.mainImg img {
	width:596px;
	height:100px;
}
.mainImg h2 {
	dispaly:block;
	height:15px;
	padding-top:13px;
	padding-bottom:8px;
	background:#000000 url(../_share/mainimg.gif) no-repeat ;
	color:#fff;
	font-size:14px;
	padding-left:10px;
	margin:0px !important;
}

.mainImg span{
	color:#E34A62;
	font-size:10px;
	margin-left:10px;
}

/* 09年サブページインデックス用 */
/************************************************/
.border1 {
	border:1px solid #2264AC;
	background: url(../_share/boxContent09.gif) !important;
}
.padding10 {
	padding:10px;
}
.boxContentin {
	width:580px;
}
.boxContentins {
	width:275px;
}

.boxContentL {
        float: left;
        width: 80px;
}
.boxContentR {
        float: left;
	width:490px;
        margin-left: 10px;
}
.boxContentRs {
        float: left;
	width:185px;
        margin-left: 10px;
}
.alignR {
	text-align:right;
	float:right;
}
.boxContent {
	overflow:hidden;
}
.boxContents {
	width:275px;
	float:left;
}
.boxContentR li {
	margin-bottom:3px;
}
.overFlowH {
	overflow:hidden;

}
.floatLeft {
	float:left;
}
.width295 {
	width:295px;
	height:auto;
}
.width284{
	width:284px;
	height:auto;
} 
.width600{
	width:600px;
	height:auto;
}

/* 09年全ページ適用 */
/************************************************/
.pCap {
	background: url(../_share/bg_chapter.gif) no-repeat;
	padding-left:17px;
	font-size:12px;
	font-weight:bold;
	background-position: left 2px;
}

