@charset "utf-8";

* {
	padding:0;
	margin:0;
}

a img {
	border:none;
}

body {
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	width:950px;
	background-image:url(bnr_0222.png);

}
#header {
	text-align:left;
	height:100px;
}
#header #logo {
	padding-top:15px;
	padding-left:15px;
	text-align:left;
	font-family:"Lucida Console", Monaco, monospace;
	font-width:bold;

	float:left;
}
#header #fl {
	float:left;
	margin-left:100px;
}
#contener {
	clear:both;
	margin-top:20px;
}
#sidebar {
	width:200px;
	heigth:20px;
	float:left;

}
#sidebar p {
	widht:200px;
	margin:0;
	padding:0;
	text-align:left;
	line-height:2em;
	font-size:13px;
}
	
#content {
	width:550px;
	float:left;
	font-size:12px;
	text-align:left;
}
#con1 {
	width:250px;
	float:left;
}
#con2 {
	width:250px;
	float:left;
	margin-left:15px;
}
#banner {
	width:150px;
	float:right;
	background-image:url(bnr_0222.png);
	margin-top:-25px;

}
#myCursor {
	position:absolute;
	z-index:1;
	color:#600;
	background-color:#CCCCCC;
	border-left:none;
}

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;
}
#con1 a:link {
	color:#000;
}
#con1 a:visited {
	color:#666;
}
#con1 a:hover {
	color:#CCC;
}
#con1 a:active {
	color:#999;
}

#con2 a:link {
	color:#000;
}
#con2 a:visited {
	color:#666;
}
#con2 a:hover {
	color:#FBB;
}
#con2 a:active {
	color:#CCC;
}

dl {
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
}
dt {
	clear:both;
	line-height:4em;
	margin:0;
	margin-top:10px;
	font-weight:bold;
	color:#333;
}
h2 {
	color:#000000;
}
	
dd {
	margin:0 0 1.9em 0;
	padding:0;
	line-height:1.5em;
}
#con2 dd {
}
table {
	border-color:#999999;
}
td {
	border-color:#CCCCCC;
}


