@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	color: #333333;
}

h1 {
	margin-bottom: 30px;
	font-size: 24px;
	color: #333333;
}
p, li, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
address {
	margin-top: 20px;
}

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;
	}
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;
	margin: auto;
	width: 700px;
	margin-top: 50px;
	margin-bottom: 30px;
}
#container {

}
#container {
	background-color: #CCCCCC;
}
#container {
	padding-top: 30px;
	background-color: #f3f3e9;
}
#container {
	border: 1px solid #666666;
}
#container {
	text-align: center;
}
