@charset "Shift_JIS";

/* =============================
Reset
=============================== */

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
zoom: 1;
}*/
address,em {
	font-style: normal;
}

hr,legend { display: none;	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	vertical-align: bottom;
}
img,fieldset { border: 0; }
li { list-style-type: none; }

/* =============================
html5 Reset
=============================== */


html, body, div, span, object, 
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,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video,
input,textarea {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 100%;
	/*vertical-align:baseline;
	background:transparent;*/
	zoom: 1;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes:none;
}

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

a {
	margin:0;
	padding:0;
	border:0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}



hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*input, select {
	vertical-align:middle;
}*/


/* =============================
Fonts
=============================== */

body {
	font-size: 75%; /* IE */
	font-family: /*"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro",*/ Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	/*line-height: 150%;*/
}
html>/**/body {
	font-size: 13px;
} /* Except IE */

/* =============================
clearfix
=============================== */

.clearfix:after{
	content: ".";
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clearfix { /zoom: 1;}
