@charset "UTF-8";
/*formatting style
------------------------*/


* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333;
	background-color: #FCF2FF;
	font-size: 90%;
	line-height: 1.5;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
/*basic layout
------------------------*/
#wrapper {
	background-color: #FFF;
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#header {
	background-image: url(top_img/hedder.gif);
	height: 100px;
	background-repeat: no-repeat;
	border-top: 2px solid #F60;
	width: 858px;
}
#header h1 {
	font-size: 16px;
}
#main {
	padding: 15px;
	float: right;
	width: 628px;
	margin-bottom: 20px;
}
#main h2 {
	font-size: 16px;
}
.red_16 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #F00;
}
#main h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
}
#sidebar {
	padding: 15px 10px 10px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #333;
	background-color: #CCC;
	height: 15px;
	font-size: 85%;
}
#wrapper #main p img {
	text-align: center;
}
#wrapper #main p br {
	text-align: right;
}
#wrapper #main #contactForm table tr th {
	text-align: right;
}
#wrapper #footer p {
	text-align: center;
}

