@charset "utf-8";
/* =====================================================================================
　CSS information

	file name  :  reset.css
	style info :  リセット設定

html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

上と組み合わせたCSS
===================================================================================== */
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;　*/
}

html { 
		overflow-y: scroll;
		color: #000;
		background: #fff;
}

body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0;
	line-height:150%;
	background-color:#ffffff !important;
	background:url(../images/background/bg-loop-content.png) left 161px repeat-x;
}


/* HTML5の新要素をブロックにする(IE8以下対策）*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
		border-collapse: collapse;
		border-spacing :0;
		font-size: inherit;
}
caption {
		text-align: left;
		line-height: 1.4;
		font-weight: bold;
}
th {
		text-align: left;
		line-height: 1.4;
		font-weight: bold;
		vertical-align: top;
}
td {
		line-height: 1.4;
		vertical-align: top;
}
 ol, ul {
	margin-left: 2em;
	padding-right: 5px;
}
ol li, ul li {
	line-height: 1.4;
}

address, cite, code, dfn, var {
		font-style: normal;
		font-weight: normal;
} 
pre, code, kbd, samp, tt {
		font-family: monospace;
		*font-size: 108%;
		line-height: 100%;
}
abbr, acronym { 
		border: 0;
		font-variant: normal;
}
fieldset, img {
		border: 0;
} 
legend {
		color: #000;
}
sup {
		vertical-align: text-top;
}
sub {
		vertical-align: text-bottom;
} 
q:before, q:after {
		content: '';
} 
select, input, button, textarea {
		font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
		*font-size: 100%;
    vertical-align:middle;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
    cursor:help;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
