@charset "utf-8";
@import url("fujiq.index.kiosk.css");
@import url("fujiq.index.header.css");
@import url("fujiq.index.float.splash.css");
@import url("fujiq.index.float.magazine.css");
@import url("fujiq.index.float.nagashimasuka.css");
@import url("fujiq.index.float.cm.css");

/* 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:bottom;
}

/* 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 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	background:#ffe401;
}

html, body {
	width:100%;
	height:100%;
}

#exteriorWrapper {
	width:100%;
	min-width:980px;
	height:100%;
	/*min-height:1245px;*/
	overflow:hidden;
	
	background:url(../../img/layer01/bg_line.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	display:none;
}

#interiorWrapper {
	width:980px;
	height:100%;
	margin:0px auto;
	
	position:relative;
	
}

/*******************************************
footer
********************************************/
#footerArea{
	color:#8f8110;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
#footerArea a{
	color:#8f8110;
	font-size:12px;
	font-weight:bold;
}
#footerArea a:hover{
	text-decoration:underline;
}
#footerArea ul{
	text-align:center;
}
#footerArea li{
	list-style:none;
	padding:0 10px;
	display:inline;
}
#footerArea .copyright{
	font-size:10px;
	margin-top:20px;
}




