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

/*--------------------
	Index
--------------------*/
#album {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#album #titile {
	width: 800px;
	height: 20px;
	background-color: #663E32;
}
#album #titile p {
	margin-left: 22px;
}
#album #thumb {
	width: 750px;
	margin: 10px 25px 0px 25px;
}
#album #thumb ul {
	list-style-type: none;
}
#album #thumb li {
	list-style-type: none;
	float: left;
	height: 73px;
	display: block;
	text-decoration: none;
	padding: 0px 2px 0px 0px;
/* 
	filter: alpha(opacity=25);
  	-moz-opacity:0.25;
  	opacity:0.25;
*/
}
#album #thumb li.01 {
	list-style-type: none;
	float: left;
	height: 73px;
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 0px; 
/*
	filter: alpha(opacity=25);
  	-moz-opacity:0.25;
  	opacity:0.25;
*/
}
/*
#album #thumb li:hover {
	filter: alpha(opacity=100);
  	-moz-opacity:1.00;
  	opacity:1.00;
	-ms-filter: alpha(opacity=100);
}
#album #thumb li:active {
	filter: alpha(opacity=100);
  	-moz-opacity:1.00;
  	opacity:1.00;
	-ms-filter: alpha(opacity=100);
}
*/
#i_content {
	width: 750px;
	margin: 10px 25px 90px 25px;
}
#i_content #news {
	width: 505px;
	height: 121px;/*478px 598px*/
	background-color: #EEE7DD;
	border: 1px solid #47210E;
	margin: 0px;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
} 
#i_content #news #box {
	width: 491px;
	height: 104px;
	margin: 8px 7px;
}
#i_content #news #box p {
	margin: 0px;
	padding: 0px;
}
#i_content #news #box .lightb {
	margin: 0px;
	padding: 0px;
}
#i_content #sidebnr {
	width: 228px;
	margin: 0px;
	float: right;
	display: inline;
}
#i_content #sidebnr #box {
	width: 226px;
	height: 90px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 1px solid #eeeeee;
}
#i_content #sidebnr #box p.bnr {
	width: 226px;
	height: 90px;
	margin: 0px;
}
/*
#i_content #sidebnr #box p.visual {
	width: 218px;
	height: 66px;
	margin: 4px 4px 4px 4px;
}
#i_content #sidebnr #box p.name {
	width: 218px;
	margin: 0px 4px 4px 4px;
} 
*/
