
@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    letter-spacing: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

body {
	background:#000;
    line-height: 1.5em;
    font-family: 'Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	color:#ddd;
	height:100%;
}


a {
	color:inherit;
}

::selection {
    background: #caaf76;
}
::-moz-selection {
    background: #caaf76;
}

#exteriorWrapper {
	width:100%;
	overflow:hidden;
	min-width:982px;
}

.interior {
	width:975px;
	margin:0px auto;
	position:relative
}


/* footer */
#footer {
	background:url(../img/foot/base.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-height:216px;
	position:relative;
	padding-top:40px;
}

#footer_banner_view {
	zoom:1;
	overflow:hidden;
	position:relative;
	width:982px;
	height:140px;
}

#footer_bannerlist {
	position: relative;
	left:50%;
	float:left;
}

#footer_bannerlist li {
	left:-50%;
	margin-left:10px;
	margin-bottom:8px;
	float:left;
	position:relative;
}

#footer_bannerlist li:first-child {
	margin-left:0px;
}

#banner_fujitv {
	width:88px;
	margin:0px auto;
	margin-top:21px;
}

#copyright {
	width:298px;
	margin:0px auto;
	margin-top:29px;
}

/*add on*/


.mr20{
	margin-right:20px;
}
.ml20{
	margin-left:20px;
}
.ml60{
	margin-left:60px;
}
.imgLine_BLK{
	border:#333 thin solid;
}
.imgLine_FFF{
	border:#FFF thin solid;
}
.t10{
	font-size:10px;
}
.t14{
	font-size:14px;
}
.mt10{
	margin-top:10px;
}
.mr10{
	margin-right:10px;
}
.ml10{
	margin-left:10px;
}
.mb10{
	margin-bottom:10px;
}
.mt20{
	margin-top:20px;
}
.mr20{
	margin-right:20px;
}
.ml20{
	margin-left:20px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb200{
	margin-bottom:220px;
}
.ml25{
	margin-left:25px;
}
.ml80{
	margin-left:80px;
}
.ml110{
	margin-left:110px;
}
.ml130{
	margin-left:130px;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.red{
	color:#c00;
	font-weight: bold;
}
.grn{
	color:#093;
	font-weight: bold;
}
.ylw{
	color:#c60;
}