@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}

a:link { color: #999900; text-decoration: underline;}a:visited { color: #999900; text-decoration:underline;} a:active { color:#333; text-decoration: none;} a:hover { color: #993300; text-decoration: none;} 

h1 {
	margin-bottom: 30px;

	font-size: 15px;
	text-align: center;
}
p, li, dt, dd, address {
	color: #666666;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
em {
	font-weight: bold;
}
address {
	margin-top: 20px;
}

dl {
	margin-bottom: 20px;
}
dl dd {
	margin: 0px 0px 10px 30px;
}

form dl dt {
	float: left;
	clear: left;
	width: 7em;
	margin-top: 5px;
}
form dl dd {
	margin: 5px;
}
form dl dd textarea {
	margin-top: 5px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
}
form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}


/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;
	line-height: 160%;
	width: 520px;
	margin: 0;
	padding: 0 10px 10px 5px;
	border: 0px solid #AAAAAA;
}

