@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0 auto;
	text-align: left;
	width:100%;
	height:100%;
	background-color:#F4EAEA;
	overflow-style:auto;
}
* {
	margin:0;
	padding:0;
	overflow:visible;
}
a img {
	border:none;
}

#ab a:visited {
	color:#993333;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#999999;
	text-decoration:none;
	text-shadow:#333 1px;
}
a:hover {
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	width:200px;
}
a:active {
	color:#999999;
	text-decoration:none;
	text-shadow:#CCC;
}
#wrapper {
	background-color:#FFFFFF;
	width:100%;
}

#header {
	background-color:#F4EAEA;
	heigth:300px; 
	margin-top:20px;
	margin: 0; 
}
#title {
	font-weight:bold;
	font-size:36px;
	color:#333333;
}
#sidebar1 {
	width:100%;
	heigth:100%;
	float:left;

}
#sidebar1 p {
	margin:0;
	padding:0;
	text-align:left;
	line-height:2em;
	font-size:14px;
}
p #ab {
	color:#993366;
}

#sidebar2 {
	text-align:start;
	float:left;
	background: #666666;
	width:100%;
}
#sidebar2 img {
	width:100%
}
#Content {
	position:relative;
	width:100%;
	height:100%;
	margin-left:10px;
	font-size:12px;
	text-align:left;
}
	
#footer { 
	clear:both;
	padding: 0 10px 0 20px;
	background-repeat:repeat-x;

} 
#footer p {
	font-size:9px;
	margin: 0;
	padding: 0;
}
#myCursor {
	position:absolute;
	z-index:1;
	top:1px;
	left:1px;
}
dl {
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
	overflow:visible;

}
dt {
	clear:both;
	line-height:2em;
	margin:0;
	font-weight:bold;
	color:#711340;
	overflow:auto;

}
	
dd {
	padding:0;
	line-height:1.5em;
	overflow:auto;

}
#con2 {
	width:500px;
}
#con2 dd {
	margin-top:0;
}
#con2 dl {
	margin-top:0;
}
.addressB {
	height:1.5em;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
	border-left:1px solid #666;
	border-top:1px solid #666;
	margin-bottom:0;
}
.addressC {
	border-bottom:2px solid #666;
	border-right:2px solid #666;
	border-left:1px solid #666;
	border-top:1px solid #666;
}

	
.addressBox {
	height:1.5em;
	width:50px;
	font-weight:bold;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
}
#con2 dt {
	line-height:1.5em;
	overflow:visible;
}
hr {
	border-style:#666;
	margin-right:-10px;
	
}
	