@import url(../base.css);


/***********************************************/
/*Image*/
/***********************************************/ 

#Image 
{
	height: 160px;
	float:left;
	width: 100%;
	overflow: visible;
	clear:both;
	background-color: #FFFFFF;
}


/***********************************************/
/*Section*/
/***********************************************/ 

#Section 
{
	float:left;
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height:200%;
	background-color: #FFFFFF;
}

#Section #Box
{
	float: right;
	width: 120px;
	background-color: #F5F5F5;
	padding: 0px 10px 0px 10px;
	border: 1px solid #EEEEEE;
	margin: 0px 20px 10px 0px;
}

#Section #Box a{
	color: #666666;
	text-decoration: none;
}

#Section #Box a:link {
	color: #666666;
	text-decoration: none;
}

#Section #Box a:visited {
	color: #666666;
	text-decoration: none;
}

#Section #Box a:hover {
	color: #333333;
	text-decoration: underline;
}

#Section #Main
{
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	padding: 0px 10px 20px 10px;
	margin-bottom: 10px;
}

#Section #Main a{
	color: #0099CC;
	text-decoration: none;
}

#Section #Main a:link {
	color: #0099CC;
	text-decoration: none;
}

#Section #Main a:visited {
	color: #0099CC;
	text-decoration: none;
}

#Section #Main a:hover {
	color: #0099CC;
	text-decoration: underline;
}


#Section #Main #Img
{
	float: right;
	width: 180px;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

#Section #Title
{
	font-size:16px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #0099CC;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#Section #Subject
{
	font-size:14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#Section #Name
{
	font-size:14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #0099CC;
	padding: 10px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	margin-top: 10px;
}

#Section #Column
{
	font-family: Arial,sans-serif;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	width: 80%;
	border: 1px dashed #CCCCCC;
	margin: 10px 0px 0px 10px;
}

/***********************************************/
/*Photo*/
/***********************************************/ 

#Photo #Title {
	margin-top: 30px;
	padding-bottom: 3px;
	font-size:14px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #D99DBB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	}
	
#Photo #gallery {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	min-height: 20px;
	padding: 10px 0px 10px 0px;

	}

#Photo #gallery p{
	color: #666666;
	padding: 0px;
	margin: 0px;

	}

#Photo #gallery #gallery_title {
	display: block;
	float: left;
	padding: 0px 5px;
	width: 280px;
		}
#Photo #gallery #gallery_date {
	display: block;
	float: left;
	padding: 0px 5px;
	width: 100px;
		}
#Photo #gallery #gallery_page {
	display: block;
	float: left;
	padding: 0px 5px;
	width: 80px;
	text-align: right;
	}

#Photo hr {
	display: block;
	height: 0;
	clear: both;
	border: 0;
	background-color: #FFFFFF;
	visibility: hidden;
	}


#Photo #gallery a{
	color: #0099CC;
	text-decoration: none;
	}
	
#Photo #gallery a:hover {
	color: #0099CC;
	background: #D99DBB;
	}
