body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	background-color: #F5F5F5;
}
#layout {
	width: 960px;
	background-color: #FFF;
}
#header {
	background-color: #F5F5F5;
	width: 960px;
	height:80px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #369;
}
#header a {
	float:right;
}
#header img {
	float:left;
}
#footer {
	background-color: #F5F5F5;
	width: 960px;
	height: 30px;
	font-size:10px;
	padding-top:7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#contents {
	width: 780px;
	padding-right:90px;
	padding-bottom:100px;
	margin-top:20px;
	margin-left:90px;
	background-image: url(images/bg_takuhou.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contact {
	width:250px;
	font-size:12px;
}
#contact div {
	background-color:#F5F5F5;
	padding: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height:1.5em;
}
h1 {
	font-size:30px;
	line-height:1.5em;
	margin-top:0px;
	margin-bottom:10px;
}
h3 {
	font-size: 18px;
	color:#666;
	background-image: url(images/bg_h3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
h5 {
	font-size:20px;
	line-height:1.5em;
	margin-top:0px;
	margin-bottom:10px;
}
dt {
	text-align:right;
	color:#4682B4;
	background-color:#F5F5F5;
	font-weight: bold;
	width:160px;
	padding:10px;
	clear:left;
	float:left;
	border: 1px dotted #999;
	margin-bottom:20px;
}
dd {
	padding:10px;
	margin-left:200px;
	border: 1px dotted #999;
	margin-bottom:20px;
}
ul {
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
hr {
	color: #999;
	margin-top:15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
	border-top-color: #FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.large {
	font-size:17px;
}
.small {
	font-size:12px;
}
.emph {
	color: #F33;
	font-weight: bold;
}
.gray {
	color:#666;
}
.steelblue {
	color:#4682B4;
}
.indent {
	margin-left:14px;
	margin-right:14px;
}
