@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
/* link style
------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	float: right;
	width: 600px;
	margin-top: 10px;
	margin-left: 9px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#navi {
	float: left;
	width: 160px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main2 {
	float: right;
	width: 600px;
	margin-top: 10px;
	margin-left: 9px;
	font-size: 100%;
}

#footer {
	clear: both;
}
#wrapper h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #FF99FF;
	color: #0000CC;
	border-left-width: 20px;
	border-left-style: solid;
	padding-left: 10px;
}
#wrapper #main2 h3 {
	background-color: #FFCCFF;
}

.style_bold {
	font-weight: bold;
	color: #333333;
}
#wrapper #main2 h4 {
	font-size: 120%;
	background-color: #DDDDDD;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
}

#infoData dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
