@charset "shift_jis";

/* ==============================================================
/*     RESET
/* ============================================================== */

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;
}

/* ==============================================================
/*     BASE
/* ============================================================== */

body{
	margin: 0;
	padding: 0;
	background: #fff;
	background-image:url(../img/BG_body.jpg);
	background-repeat:repeat;
	color: #555;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif
}
* html body{
	overflow: hidden;
} 
* html div#contentsArea{
	height: 100%;
	overflow: auto;
}

h1{ font-size: 18px}
h2{ font-size: 16px}
h3{ font-size: 14px}
h4{ font-size: 13px}
h1,h2,h3,h4,h5,h6,strong{ font-weight:bold}

em{
	font-weight: bold;
    font-style: normal;
}
ol li{
	list-style: decimal outside;	
}
ul li{
	list-style: none;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
th,td{
	border:1px solid #ccc;
	padding:.5em;
}
caption{
	margin-bottom:.5em;
	text-align:center;
}
p, li, th, td, dt, dd, address{
	font-size: 12px;
    line-height: 1.4;
}

/* link
---------------------------------*/
img{
	vertical-align: bottom;
}

a{ /* \*/ overflow:hidden; /* */
text-decoration:none;
color:#333333;
}
a, a:visited{
	color: #333333;
}
a:hover, a:active{
	color: #999999;
}

/* clearfix
---------------------------------*/
.bloc:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.bloc{
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
*html .bloc{ height: 1%; }

.bloc{ display: block; }
/* End hide from IE-mac */
