@charset "utf-8";
/* CSS Document */

a:link {
	color:#024b7d;
	text-decoration:none;
}

a:visited {
	color:#024b7d;
	text-decoration:none;
}

a:hover {
	color:#024b7d;
	text-decoration: underline;
}


/*==============================
TOP
==============================*/
h3{
	font-size:14px;
	font-weight:bold;
	margin:0 0 6px 0;
	padding:0;
}

dl {
	width:410px;
}

dt {
	width:80px;
	height:98px;
	float:left;
}

dd {
	width:320px;
	height:98px;
	margin-left:90px;
}

a:link{
	color:#024b7d;
	text-decoration:none;
}

a:visited{
	color:#024b7d;
	text-decoration:none;
}

a:hover{
	color:#024b7d;
	text-decoration:underline;
}


/***************************
contents_left
***************************/
#container table {
	margin-bottom:24px;
}


#container td {
	padding-top:6px;
	padding-bottom:12px;
	border-bottom:1px dotted #666;
}

#container img {
	float:left;
	margin-right:12px;
}

/***************************
contents_right
***************************/
#content_right {

	width: 320px;
	padding:0 20px;
}


