@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0 auto;
	;
}

html,body{
    height:100%;
	width: 100%;
}
a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

img {
	border: none;
}

address {
	font-size: small;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 0.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #666;
	background-color: #E4E4E4;
	text-align: center;
}

div#bodywap {
	width: 800px;
	background-image: url(../images/backg.png);
	background-repeat: repeat-y;
	height: 100%;
	text-align: left;
}
#footer {
	text-align: center;
}
#main_menu {
}
#main_menu img {
	margin: 0 2em;
}
#content .sub {
	height: 320px;
	padding: 1em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
#main_menu .icon {
	width: 120px;
	float: left;
	text-align: center;
}
#content .sub img {
	border: thin solid #666;
}
#content .sub .imageArea {
	float: left;
	width: 272px;
}
#content .sub .txtArea {
	width: 490px;
	float: right;
}

div.explanation h2 {
	background:url(/images/dcircle.gif) no-repeat scroll 0 50% transparent;
	font-size:1.3em;
	padding:0 0 0 24px;
}
div.explanation dl {
	border: 1px solid #999;
	margin-bottom: 5px;
}
div.explanation dt {
	float:left;
	width:100px;
	padding:5px 0 5px 10px;
	clear:both;
	font-weight:bold;
}
div.explanation dd {
	width:300px;
	margin-left:100px;
	padding:5px 5px 5px 10px;
}

