/* CSS Document */

/* reset sample
------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color:#333;
	vertical-align: baseline;
}

li,
dt,
dd,
td,
th,
p{font-size:74%; line-height:1.4;}

header li,
header dt,
header dd,
header p{background:none;}

footer li,
footer dt,
footer dd,
footer p{background:none;}


p{margin:2px 0 5px 0;}

body { line-height: 1.4em; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset sample
------------------------------------------------------------ */

body {
	font: 100%/1.4 "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
a img {	border: none;}1
a:link { color:#36C; text-decoration: underline;}
a:visited {	color:#36F;	text-decoration: underline;}
a:hover, a:active, a:focus { text-decoration: none;}

.none{display:none;}
.clear{clear:both;}
img{vertical-align:bottom;}














/* clearfix
------------------------------------------------------------ */
.clearfix:after {
	content: "."; 
	display:block; 
	height:0; 
	clear: both;
	visibility: hidden;}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */






