* {
	padding:0;
	margin:0;
}
body {
	font:12px Verdana, Arial, Helvetica;
	background-color: #0066CC;
	background-image: url(images/kabe04.gif);
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width:770px;
	padding:0px;
	background-image: url(images/back.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#leftcolumn {
	float:left;
	width:136px;
	margin-left: 20px;
	margin-top: 20px;
}
#rightcolumn {
	float:left;
	width:320px;
	padding: 25px;
	height: 500px;
}
.dropdown {
	display:block; 
	position:relative
}
.dropdown dt {
	width:120px;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: ##6699CC;
	color: #FFFFFF;
}
.dropdown .upperdd {
	border-bottom:none
}
.dropdown dt:hover {
	color: #0033CC;
	background-color: #9ac1c9;
}
.dropdown dd {
	position:absolute; 
	top:0; 
	overflow:hidden; 
	width:150px; 
	display:none; 
	background:#fff; 
	opacity:0
}
.dropdown ul {
	width:150px; 
	list-style:none
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#FFFFFF;
	text-decoration:none
}

.dropdown li a, .dropdown li a:active, .dropdown li a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background-color: #fff;
	width:150px
}

.dropdown li a:hover {
	background:#d9e1e4; 
	color:#000
}
.dropdown .underline {
}
#footer {
	width: 770px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	background-image: url(images/kabe05.gif);
	padding: 2px;
	text-align: center;
}
#wrapper img {
}
div#cl {
	over: hidden;
}
div#cl:after {
	display: block;
	clear: both;
	height: 1px;
	content: ".";
}

/* */
*html div#cl { /*IE向けの指定*/
	height: 1px;
	overflow: visible;
}
#footer #copy {
	background-color: #3376BC;
	padding: 3px;
}
#footer img {
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #info {
	float: left;
	width: 400px;
	margin-top: 85px;
	line-height: 18px;
}
#wrapper #info dl {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #99CCCC;
	padding: 8px;
	margin-bottom: 15px;
}
