@charset "UTF-8"; /* reset styles */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0;border:0;outline:0; font-size:100%; vertical-align:baseline;background:transparent; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block; } nav ul { list-style:none; } li { list-style:none; } blockquote, q {quotes:none; } blockquote:before, blockquote:after, q:before, q:after {content:'';content:none; } a {margin:0;padding:0; font-size:100%; vertical-align:baseline;background:transparent;outline: none; text-decoration: none; } a:hover,a:active { outline: none;} /* change colours to suit your needs */ ins {background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark {background-color:#ff9; color:#000;font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help; } table { border-spacing:0; } /* change border colour to suit your needs */ hr {display:block; height:1px; border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0; } input, select { vertical-align:middle; } /* imgadd */ img { border: 0; /* 1 */-ms-interpolation-mode: bicubic; line-height: 0; /* 2 */ } img,object,applet,embed { vertical-align: top; } img,abbr,acronym,fieldset { border: 0; } 
/* fontstyle */ 
body{ color: #FFFFFF; font-size: 78%; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif; line-height: 1.6; }
 /* clearfix */
  .clearfix:before, .clearfix:after { content:"\0020"; display:block; height:0; overflow:hidden } .clearfix:after { clear:both } .clearfix { zoom:1 } 
/* bass.css */ 
 body {
	background: url(../../images/bdbk.gif) ;
	}
a {
	color: #FFFFFF;
}
a:hover{
	color: #EEEEEE;
	text-decoration: underline;
}
 /* hover_style */ 
.alpha a:hover { filter:alpha(opacity=70);/* IE7以下用 */ 
-ms-filter: "alpha(opacity=70)"; /* IE8用 */ 
-moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
-khtml-opacity: 0.7;/* Safari 1.x, 他khtmlに対応したブラウザ用*/
opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
} 
.alpha li a:hover { filter:alpha(opacity=70);/* IE7以下用 */ 
-ms-filter: "alpha(opacity=70)"; /* IE8用 */ 
-moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
-khtml-opacity: 0.7;/* Safari 1.x, 他khtmlに対応したブラウザ用*/
opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
} 