@charset "shift_jis";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 
=================================================================== */


/* html
=============================================== */
html {
	overflow-y: scroll;
}


/* body
=============================================== */
body {
	background-color: #ffffff;
	color: #555555;
	margin: 0px;
	padding: 0px;
	font-family: "MS P ゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
/* for WinIE6*/
* html body {
	font-family: "MS P ゴシック","MS PGothic" , sans-serif;
	letter-spacing: 0;
}


/* Elements
=============================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
ul, ol, dl {
	margin-bottom: 10px;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
em {
	font-weight: bold;
	color: #2F1C0E;
}
strong {
	font-weight: bold;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12pt;
	font-weight: bold;
}



a {
	color: #b80016;
	text-decoration: underline;
}
a:link {
	color: #b80016;
}
a:visited {
	color: #b80016;
}
a:active {
	color: #ee7777;
}
a:hover {
	color: #ee7777;
}


/*************/
/*<p><li>タグ*/
/************
p, li {
	line-height: 150%;
}*/


/***********/
/*<img>タグ*/
/***********/
img {
	border: 0px;
}



