@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:316px;
	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
***************************/
#content_left {
	float:left;
	width: 410px;
	padding:0 20px;
}

/***************************
contents_right
***************************/
#content_right {
	float:left;
	width: 410px;
	height:600px;
	padding:0 20px;
	background-image:url(../img/top_separater.jpg);
	background-repeat:repeat-y;
}


/*==============================
gallery
==============================*/
#gallery h2{
	font-size:16px;
	font-weight:bold;
}

#gallery ul {
	list-style-type:none;
}

#gallery li {
	float:left;
	margin:0 10px 10px 0;
}

#back_album {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align:right;
}


