@charset "UTF-8";

/*全ての要素に対する指定
===================================================== */

body {
	text-align: center; /* WinIE5用、Box中央配置 */
	background-color: #ffffff;
	margin-bottom: 3em;
}

*{
	margin: 0;
	padding: 0;
	text-align: left; /* WinIE5用、Box中央配置によるテキスト中央揃えを解除 */
	font-weight: normal;
	font-size: x-small; /* WinIE4-5用の指定 */
	font-size: small; /* その他のブラウザ用の指定 */
	line-height: 1.5em;
}

html>* {
  font-size: small; /* Opera6用の指定 */
}

/* デフォルトスタイル
===================================================== */

div#header {
	margin: 1px auto 0 auto;
	width: 650px;
}

div#content {
	width: 650px;
	margin: 0 auto;
}

h1 {
	_height: 55px;
	min-height: 55px;
	margin: 20px 0 0.5em 0;
	/*margin: 25px 0 0.5em 0;*/
	padding: 6px 0 0 65px;
	background: transparent url(img/title_h3.jpg) scroll no-repeat 1px top;
	font-size: 147%;
	font-weight: bold;
	color: #C44D4D;
	line-height: 3em;
	letter-spacing: 5px;
	clear:both;
}

h2 {
	_height: 24px;
	min-height: 24px;
	margin: 5px 0 1em 0;
	padding: 3px 0 0 20px;
	background: transparent url(img/title_h4.gif) scroll no-repeat 10px top;
	font-weight: bold;
 	color: #ffffff;
	line-height: 1.4em;
}

p {
	margin: 0 20px 1em 20px;
	padding: 0;
	line-height: 1.4em;
}

ul, ol {
  margin-bottom: 1em;
}

ul li {
	list-style: none;
	list-style-position: outside;
	margin: 0 0 0.2em 20px;
	padding: 0 0 0 15px;
	background: transparent url(img/icon_star.gif) scroll no-repeat 0px 0.2em;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

img {
	border: 1px solid #000;
}

a:hover {
  color: #C44D4D;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dl {
  margin-bottom: 1em;
}
dt {
  margin: .5em;
  border-bottom: 1px dashed #999;
}

dd {
  padding: .5em 30px;
}

form {
  margin: 0.5em 20px;
}

form dd p {
  margin: 0;
}

form dd p select {
  width: 20em;
}

form dd p input {
  line-height: 100%;
  padding: 1px 3px;
}