@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-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-color: #550000;
	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 */

h1,h2,h3,h4,h5,h6,strong,b {font-weight:700;}


/* link */
/************************************************/
a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
}

/* a:visited {	color: #990099;} */

.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.lb3 {
	text-decoration: underline;
	background-image: url(/_share/icon/forfoot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 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;
}

a.lMovie {
	text-decoration: underline;
	background-image: url(/_share/icon/movie.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.lIn {
	text-decoration: underline;
	background-image: url(/_share/icon/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	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;
}
#subContents .sidebanner2 {
	margin:8px 0 8px 0;
}

/*レイアウトパターン 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{
	background: url(/_share/bg_main2.png) 0 0 #FFF;
	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 11px 10px;
	width: 600px;
	margin:0 0 8px 1px;
  }
  
*html .columnTwoCts {
	border: 1px solid #EFEFEF;
	background-color: #FFF;
	padding: 8px 8px 10px;
	width: 600px;
	margin:0 0 8px 1px;
  }


/* banner */
/************************************************/

#banner {
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
	width: 790px;
}


/* footer */
/************************************************/

#footer {
	clear: both;
	width: 786px;
	background: url(/_share/bg_foot.png) 0 0 repeat-x;
	font-size: 92%;
	margin-top: 1px;
	overflow: hidden;
	text-align: left;
	height: 100px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}


#footer a {
	color: #333;
	text-decoration: underline;
	white-space: nowrap; 
}



/* pan */
/************************************************/

#pan {
	font-size: 95%;
	margin-top: 3px;
	height: 15px;
	padding: 5px 0px 3px 8px;
}

#pan a {
	text-decoration: none;
}



/* table */
/************************************************/
.tableBox {
	line-height: 145%;
	margin-bottom: 15px;
	overflow:hidden;
	zoom: 1;
  }

.tableBoxIndent {
	line-height: 145%;
	margin-bottom: 20px;
	margin-left: 20px;
	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; 
}

.tableM05 {
	padding: 5px;
}

.tableM10 {
	padding: 10px;
}




/* td */
/************************************************/

.nowrap {
	white-space: nowrap;
}
/* td */
/************************************************/
.td01,
.td01c,
.td01date,
.td02,
.td02g,
.td02red,
.td02blue,
.td02yellow,
.td02orange,
.td02green,
.td02c,
.td02r
{padding: 7px 5px 6px;}

.td01 {	background: url(http://www.rakuteneagles.jp/_share/bg_td01.gif) no-repeat right bottom;}

.td01c {background: url(http://www.rakuteneagles.jp/_share/bg_td01.gif) no-repeat right bottom;
text-align:center;}

.td01date {
background: url(http://www.rakuteneagles.jp/_share/bg_td01.gif) no-repeat right bottom;
text-align:center;color: #1A69EE;}

.td02       {background:#ffffff url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02g      {background:#EFEFEF url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02gray   {background:#F6F6F6 url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02red    {background:#FFE8FF url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02blue   {background:#EAF2FD url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02yellow {background:#FFFFF0 url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02orange {background:#FFF1DD url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}
.td02green  {background:#EEFFEE url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;}


.td02c {
	background: url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;
	text-align: center;
}

.td02r {background: url(http://www.rakuteneagles.jp/_share/bg_td02.gif) no-repeat right bottom;
text-align: right;}


.td00, .td00c{
	background: url(http://www.rakuteneagles.jp/_share/bg_td00.gif) no-repeat right bottom;
	padding: 7px 5px 5px;
	border-top:2px solid #ffcc00;
}

.td00c {text-align: center;}

.td01_top,.td02_top{
border-top: 2px solid #ffcc00;
}
.td01gout {
background:#CCCCCC url(http://www.rakuteneagles.jp/_share/bg_td01gout.gif) no-repeat right bottom;
padding: 7px 5px 6px;
color: #999999;	
}
.td02gout {
background:#cccccc url(http://www.rakuteneagles.jp/_share/bg_td02gout.gif) no-repeat right bottom;
padding: 7px 5px 6px;
color: #999999;
}
.tdNowrap {
	white-spacing: nowrap;
}


/* text */
/************************************************/
.textRed {color: #E80000;}
.textRedB {color: #E80000;font-weight: bold;}
.textCrimson {color: #910000;}
.textCrimsonB {color: #910000;font-weight: bold;}
.textGreen {color: #009900;}
.textGreenB {color: #009900;font-weight: bold;}
.textBlue {color: #006699;}
.textBlueB {color: #006699;font-weight: bold;}
.textYellow {color: #FF9900;}
.textYellowB {color: #FF9900;font-weight: bold;}
.textGrey {color: #666666;}
.textBlack {color: #000000;}
.textBlackB {color: #000000;font-weight: bold;}

.textCaption {
	color: #999999;
	font-size: 84%;
	padding: 3px;
}

.textPink {
	color: #FF9999;
	font-size: 100%;
	padding: 3px;
}

.textH140 {
	line-height: 140%;
}

.text10 {font-size: 84%;}
.text11 {font-size: 92%;}
.text11grey {
	font-size: 92%;
	color: #666666;
}
.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;}

.text_hgp {
	font-size: 160%;
	font-weight: bold;
	color: #000033;
}

.text_REDBIG {
	font-size: 160%;
	font-weight: bold;
	color: #E80000;
}

.text_repay {
font-family: Arial, Helvetica, sans-serif;
font-size: 160%;
font-weight: bold;
color: #C00;
}


/* margin設定
/************************************************/
.marginBtm01 {
	margin-bottom: 1px;
}
.marginBtm02 {
	margin-bottom: 2px;
}
.marginBtm03 {
	margin-bottom: 3px;
}
.marginBtm04 {
	margin-bottom: 4px;
}
.marginBtm05 { /* 下に余白5px */
	margin-bottom: 5px;
}

.marginBtm10 { /* 下に余白10px */
	margin-bottom: 10px;
}

.marginBtm15 { /* 下に余白15px */
	margin-bottom: 15px;
}

.marginBtm20 { /* 下に余白20px */
	margin-bottom: 20px;
}

.marginBtm30 { /* 下に余白30px */
	margin-bottom: 30px;
}

/* IMG設定*/

.imgL,.imgL10,.imgL10B { /* 左寄せ */
	float: left;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	border: 1px solid #999999;
	padding: 1px;
}

.imgR,.imgR10,.imgR10B { /* 右寄せ */
	float: right;
}

.imgR10 { /* 右寄せ用10px */
	margin-left: 10px;
	text-align: center;
}

.imgR10B { /* 右寄せ用10pxボーダーなし */
	margin-left: 10px;
	border: 1px solid #999999;
	padding: 1px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #999999;
	padding: 1px;
}

.imgbox02 { /* ボーダーのみ */
	border: 1px solid #999999;
}

.imgbox_black { /* ボーダーのみ */
	border: 1px solid #000000;
}

.imgbox_lblue { /* ボーダーのみ */
	border: 1px solid #051A2B;
	padding: 1px;
}

.imgbox_n { /* ボーダーのみ */
	border: 1px solid #051A2B;
}

.imgbox_gray { /* ボーダーのみ */
	border: 1px solid #dddddd;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

.imgboxAngels { /* ボーダーのみ */
	border: 1px dotted #FF0099;
	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;
  }

/* 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;
}

.boxLine2 {
	border-top: 2px solid #E4E4E4;
	border-right: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left: 2px solid #E4E4E4;
	padding: 5px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_stripe.gif);
}



.boxLinespt {
	border-top: 2px solid #FFE88A;
	border-right: 2px solid #FFE88A;
	border-bottom: 2px solid #FFE88A;
	border-left: 2px solid #FFE88A;
	padding: 5px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_stripe_y.gif);
}

.boxContact {
	padding: 4px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_stripe2.gif);
}


.boxContact p {
	padding: 10px;
	background-color: #FFFFFF;
}


.boxContact table {
	padding: 10px;
	background-color: #FFFFFF;
}

.boxContact table td {
	padding: 5px;
}

.boxContactPink {
	padding: 4px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_stripePink.gif);
}

.boxContactPink p {
	padding: 10px;
	background-color: #FFFFFF;
}

.boxContactGold {
	padding: 4px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_stripeGold.gif);
}

.boxContactGold p {
	padding: 10px;
	background-color: #FFFFFF;
}

.boxContactCarrasco {
	padding: 20px;
	margin-bottom: 20px;
	background-image: url(/_share/bg_purple.gif);
}

.boxContactCarrasco p {
	padding: 20px;
	background-color: #FFFFFF;
}

.boxContactNotice {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #FF0000;
	font-size: 90%;
	margin: 0px;
}

.boxNotice {
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	border-left: 1px solid #900;
	padding: 10px;
	margin-bottom: 20px;
}

.boxNoticeH {
display: block;
background: url(/_share/unique/main_color.gif);
padding: 5px;
font-size: 117%;
font-weight: 700;
color: white;
}

.boxNotice p {
	background-color: #FFFFFF;
}


/* 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;
}

ul.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}
ul.dotList li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/icon/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	line-height: 150%;
}

ul.question {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
}
ul.question li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/qa_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 5px;
	line-height: 150%;
}


ul.question2 {
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
}
ul.question2 li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/qa_q2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 5px;
	line-height: 150%;
}






ul.answer {
	margin-left: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
}
ul.answer li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/qa_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 5px;
	line-height: 150%;
}

ol.numberList {
	margin-left: 25px;
	margin-bottom: 30px;
}
ol.numberList li {
	list-style-type: decimal;
	margin-bottom: 15px;
	line-height: 150%;
}


ol.numberList2 {
	margin-left: 50px;
	margin-bottom: 30px;
}
ol.numberList2 li {
	list-style-type: decimal;
	margin-bottom: 3px;
	line-height: 150%;
}




/* 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;
}

#tab ul li .on {
	float: left;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
}



/* tab2 */
/************************************************/
#tab2 {
	height: 22px;
	background-image: url(/_share/bg_tab2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

#tab2 ul {
}

#tab2 ul li {
	float: left;
}

#tab2 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;
}

#tab2 ul li .on {
	float: left;
	font-weight: bold;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left top;
}


/* tab3 */
/************************************************/
#tab3 {
	height: 22px;
	/*background-image: url(/_share/bg_tab2.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	/*padding-bottom: 20px;*/
}

#tab3 ul {
}

#tab3 ul li {
	float: left;
}

#tab3 ul li a {
	text-decoration: none;
	background-image: url(/_share/tab3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 180px;
	margin-right: 1px;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 10px;
	display: block;
}

#tab3 ul li .on {
	float: left;
	font-weight: bold;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left top;
}


/* tab4 */
/************************************************/
#tab4 {
	height: 22px;
	background-image: url(/_share/bg_tab2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}

#tab4 ul {
}

#tab4 ul li {
	float: left;
}

#tab4 ul li a {
	text-decoration: none;
	background-image: url(/_share/tab4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 125px;
	margin-right: 1px;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 10px;
	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 .tdFarm01 {
	border: 1px solid #870011;
	padding: 3px;
	vertical-align: top;
	color: #666;
	font-size: 92%;
	height: 90px;
	background-image: url(/_share/calendar/bg_farm_h.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#calendar .tdFarm02 {
	border: 1px solid #DDDDDD;
	padding: 3px;
	vertical-align: top;
	color: #666;
	font-size: 92%;
	height: 90px;
	background-image: url(/_share/calendar/bg_farm_v.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/*
#calendar .tdHomelogo {
	border: 1px solid #DDDDDD;
	padding: 3px;
	vertical-align: top;
	color: #666666;
	font-size: 92%;
	height: 90px;
	background-image: url(/_share/calendar/bg_homelogo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
*/

#calendar .tdHomelogo {
	border: 1px solid #DDDDDD;
	padding: 3px;
	vertical-align: top;
	color: #666666;
	font-size: 92%;
	height: 90px;
}

#calendar .g {
	background: url(/_share/calendar/bg_homelogo_g.jpg) #ffd966 no-repeat left bottom;
}

#calendar .b {
	background: url(/_share/calendar/bg_homelogo_b.jpg) #ffc0ff no-repeat left bottom;
}

#calendar .p {
	background: url(/_share/calendar/bg_homelogo_p.jpg) #deffca no-repeat left bottom;
}

#calendar .s {
	background: url(/_share/calendar/bg_homelogo_s.jpg) #b2becc no-repeat left bottom;
}

#calendar .v {
	background: url(/_share/calendar/bg_homelogo_v.jpg) #c69f9f no-repeat left bottom;
}

#calendar .n {
	background: url(/_share/calendar/bg_homelogo_n.jpg) no-repeat 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;
}
/* 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;
  }
.cdtdT {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-bottom: 5px;
}




/* column */
/************************************************/
.column02,
.column03,
.column04,
.column05,
.column06{
 width:600px;
}

.column02:after,
.column03:after,
.column04:after,
.column05:after,
.column06:after{
    /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.column02 dl,
.column03 dl,
.column04 dl,
.column05 dl,
.column06 dl{
float:left;margin-bottom:10px;
}

.column02 dt img,
.column03 dt img,
.column04 dt img,
.column05 dt img,
.column06 dt img{
margin-bottom:5px;
}
.column02 dt{width:300px;text-align:center;margin:0;padding:0;}
.column03 dt{width:200px;text-align:center;margin:0;padding:0;}
.column04 dt{width:150px;text-align:center;margin:0;padding:0;}
.column05 dt{width:120px;text-align:center;margin:0;padding:0;}
.column06 dt{width:100px;text-align:center;margin:0;padding:0;}

.column02 dd{width:300px;text-align:center;margin:0 0 10px 0;padding:0;line-height: 145%;}
.column03 dd{width:200px;text-align:center;margin:0 0 10px 0;padding:0;line-height: 145%;}
.column04 dd{width:150px;text-align:center;margin:0 0 10px 0;padding:0;line-height: 145%;}
.column05 dd{width:120px;text-align:center;margin:0 0 10px 0;padding:0;line-height: 145%;}
.column06 dd{width:100px;text-align:center;margin:0 0 10px 0;padding:0;line-height: 145%;}






/**　　Piement　　**/


.Table_Piement {
	width:600px;
	line-height: 150%;
	color:#333333;
	
}

.Piement_title{
	width:588px;
	padding:5px ;
	margin:0;
	background-image:url(/expansion/entertainment/mascot/img/piement/italia_color.gif);
	border:1px solid #999999;
	color:#000000;
	font-size:large;
	text-align:left;
	vertical-align:middle;
}

.italia_color{
	width:598px;
	height:10px;
	background-image:url(/expansion/entertainment/mascot/img/piement/italia_color.gif);
	border:1px solid #FFFFFF;
}

td.Piement_box{
	width:580px;
	padding:10px;
	line-height: 150%;
	color:#333333;
	background-image:url(/expansion/entertainment/mascot/img/piement/italia_map.gif);
	text-align:left;
	vertical-align:top;
}

td.Piement_txt{
	line-height: 150%;
	color:#333333;
	text-align:left;
	vertical-align:top;
}
