/*全体共通*/
body
{
	  scrollbar-face-color:#000000;
	  scrollbar-highlight-color:#000000;
	  scrollbar-shadow-color:#999999;
	  scrollbar-3dlight-color:#000000;
	  scrollbar-arrow-color:#999999;
	  scrollbar-track-color:#000000;
	  scrollbar-darkshadow-color:#000000;
	  background-color:#000000;
	  font:10px/12px monospace; color:#000000;
	  letter-spacing:1px;
}

/*リンク色*/
a:link { color:#cc0033; }
a:visited { color:#555555; } 
a:hover { color:#ffffff; background-color:#cc0033; }
a{ text-decoration:none; }

/*各ページ内装飾系*/
.title { font: 11px/12px monospace; color:#cc0033; vertical-align:-3px; } /*各小項目用文字*/
.title2 { font: 12px/13px monospace; color:#cc0033; vertical-align:-3px; } /*各小項目用文字_大きめ_白*/
.title3 { font: 12px/13px monospace; color:#fffff; vertical-align:-3px; } /*各小項目用文字*/
.title4 { font: 16px/17px monospace; color:#cc0033; vertical-align:-3px; letter-spacing: 0.3em; line-height:1.5em; } /*さくらメイン告知用文字*/
.title5 { font: 14px/15px monospace; color:#cc0033; vertical-align:-3px; letter-spacing: 0.3em; line-height:1.5em; } /*さくらメイン告知用文字*/
.light { text-align:right; color:#dddddd; }/*右寄せ白文字*/
.center { text-align:center; }/*センタリング文字*/
.center_w { text-align:center; color:#dddddd; }/*センタリング文字*/
.left_w { text-align:left; color:#dddddd; }/*レフト文字ホワイト*/

/*会社概要ページ_項目*/
.white { color:#dddddd;
         line-height: 1.5em;
 }

/*infoページ_PRESS RELEASE*/
.white2 { color:#dddddd;
         font-size:12px;
         line-height: 1.5em;
 }



/*コピーライト*/
.footer { text-align:right; font-size:10px; color:#ffffff; margin-bottom:10px; margin-right:10px; }
/*コピーライト2*/
.footer2 { text-align:right; font-size:10px; color:#555555; margin-bottom:10px; margin-right:10px; }


/*ページ全体のセンタリング*/
.centering
{	text-align:center;          /* IE用の中央寄せ */
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	text-align:left;            /* 中身を左寄せに戻す */
	width:900px;                /* 幅 */
	height:610px;               /* 高さ */
}


/*リンクページのレイアウト*/
td.oh {
    padding:10px 30px 10px 10px;
	letter-spacing: 0.1em;
	line-height:1.3em;
}