@charset "utf-8";
/* CSS Document */

html {
	color:#333333;
	background-color:#FFFFFF;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:0;
}
* html body {
}
*:first-child+html body {  
}  

h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}

h1 {
	position:relative;
	display:block;
	padding:0;
	margin:0;
}

a {
	color:#333333;
	text-decoration:none;
}
a,area{
	outline:none;
}

a:visited {
	color:#555555;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:none;
}

a, img {
	border:none;
}

em {
	font-style:normal;
	font-weight:normal;
	background:#EFC3CB;
	padding:0.1em 0.2em;
}

table {
	border:medium none;
	border-collapse:collapse;
	border-color:#DEDEDE;
	border-spacing:0pt;
}

caption {
	text-align:left;
}

th {
	text-align:center;
	vertical-align:middle;
	border-color:#DEDEDE;
	background:#DEDEDE;
}

td {
	text-align:left;
	vertical-align:top;
	border-color:#DEDEDE;
}

form,
fieldset {
}

fieldset p,
form p {
}

fieldset {
}

legend {
}

label {
	cursor:pointer;
	padding-left:1em;
}

input[type=radio],
input[type=checkbox] {
	margin-right:0.3em;
}

button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

code {
	font-family:"Courier New", Courier, mono;
}


noscript p {
	background-color:#ff8080;
	padding:0.5em;
	margin:10px;
}

hr {
	background-color:#fff;
	/*border-bottom:1px solid #ccc;*/
	border-top:1px dashed #ccc;
	color:#FFFFFF;
	height:4px;
}

