@charset "SHIFT_JIS";

/* default style reset */

* {
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
/*	border: 1px solid #00f;*/
}

html {
/*	background: #384572;*/
/*	background: #273158;*/
	background: #C6EDB8;
/*	background: #abc;*/
}

body {
	/*
	margin: 0 3em;
	padding: 0;
	border: 1px solid gray;
	border-bottom: thick solid navy;
	background: white;
	*/

	color:#333;
	text-align:center;
/*	background-color:#fff;*/
/*
	border: 1px solid #f00;
*/
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

img {
	border: none;
}

hr {
	display: none;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: #036;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:active {
	color: blue;
	text-decoration: underline;
}
