@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	line-height: 160%;
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1, h2, h3, h4, p, ul, li, blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
}
#wrapper {
	background-image: url(../../images/container.gif);
	background-repeat: repeat-y;
	width: 780px;
}
#container {
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #666666;
	background-image: url(images/back03.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.red {
	color: #FF0000;
}

/* ヘッダー */
#header {
	height: 76px;
	width: 760px;
	background-image: url(images/back02.gif);
	background-repeat: repeat-x;
}
#header01 {
	height: 76px;
	width: 72px;
	background-image: url(images/back01.gif);
	background-repeat: no-repeat;
}
.gohome {
	margin-left: 280px;
	margin-top: -33px;
	float: left;
}
.gohome a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.gohome a:hover{
	color: #76DFEB;
}
html>body .gohome { /* win IE 以外用 */
	margin-left: 570px;
}
#title {
	background-image: url(images/dhtitle.gif);
	float: left;
	height: 156px;
	width: 156px;
	margin-top: -68px;
	margin-left: 5px;
	margin-bottom: 0px;
}
html>body #title { /* win IE 以外用 */
	margin-left: 10px;
}
#gobtn {
	margin-top: 15px;
	float: right;
	padding-right: 15px;
}

/* 本文 */
#contents {
	width: 760px;
	clear: left;
	padding-top: 10px;
}
#contents h1 {
	margin: 20px;
}
.float {
	margin-left: 50px;
	float: left;
	margin-top: 20px;
}
#contents h2 {
	margin-bottom: 5px;
	margin-top: 10px;
}
#contents h3 {
	font-weight: bold;
}
#contents #text01 {
	background-color: #EEEEEE;
	margin-left: 100px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	line-height: 160%;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 2px solid #FF8A1C;
}
#text01 p {
	padding-left: 10px;
	letter-spacing: 1px;
}
#contents #text02 {
	background-color: #FFFFFF;
	margin-left: 100px;
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	line-height: 160%;
	color: #444444;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#text02 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* フッター */
#footer {
	clear: both;
	background-color: #3BD4E3;
	height: 30px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

