@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
	font-family: Verdana, Chicago, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

body {
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
}

h1 {
	color:#333333;
	border-left: 5px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 25px;
	padding: 5px;
	font-size: 13px;
	text-align: left;
}
p, li, dt, dd, address {
	color: #333333;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
	text-align: left;
}
ul {
	margin: 0px 0px 20px 20px;
}

ul li {
	list-style-type: none;
	text-align: left;
}

em {
	font-weight: bold;
}
address {
	margin-top: 20px;
	border-top:1px dotted #aaaaaa;
	text-align:right;
}

dl {
	margin-bottom: 20px;
}

dl dt {
	text-align: left;
}

dl dd {
	margin: 0px 0px 10px 30px;
	text-align: left;
}

form dl dt {
	float: left;
	clear: left;
	width: 5em;
	text-align: left;
}

form dl dd {
	margin: 1px;
	text-align: left;
}

form dl dd textarea {
	margin-top: 2px;
}
form ul {
	margin: 0px 0px 20px 0px;
}
form ul li {
	list-style-type: none;
	text-align: left;
}

form fieldset {
	border: 0px solid #999999;
}
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;
		border:1px solid #999999;
		background-color:#ffffff;
		color:#333333;
	}
	form textarea {
		padding: 1px;
	border:1px solid #999999;
		font-family: 'ＭＳ ゴシック', Osaka, monospace;
		line-height: 1.2;
		background-color:#ffffff;
		color:#999999;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

a:link, a:visited {
	color: #999999;
	text-decoration: underline;
}
a:active, a:hover {
	color: #666666;
	text-decoration: underline;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;

	width: 600px;
	padding: 5px;
	background-color:#ffffff;
}
div#sotowaku {
	float: none;
	clear: both;

	width: 610px;
	margin:10px auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;
		
}
