@charset "utf-8";
/* CSS Document */

/*--フォトライブラリー関連追加分---------------------------*/
table.fig-photo{
	width:100%;
}

table.fig-photo td{
	width:25%;
	border-bottom:1px solid #d8d8d8;
	padding:5px;
}

table.fig-photo td{
	width:auto;
	text-align:center;
}

table.fig-photo td:hover{
	background:#f4ebe2;
}

table.fig-photo img{
/*	margin-right:4px;
	margin-bottom:4px;*/
	border:none;
}

table.fig-photo a{
	display:block;
	width:auto;
	height:100%;
	text-decoration:none;
	color:#2d755a;
}

table.fig-photo a:hover{
	text-decoration:none;
	color:#2d755a;
	width:auto;
	height:100%;
}

.photo-select{
	background:#000000;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=50);
}

.photo-area-outline{
	width:100%;
	height:100%;
	position:absolute;
	left: 0;
	top: 0;
	/*margin:auto;*/
	/*padding:100px;*/
}

.photo-area{
	background:#FFFFFF;
	padding:10px;
	width:300px;
	margin:auto;
	text-align:center;
}

.photo-area img{
	/*margin:0 0 20px;*/
	border:none;
}

.photo-area-comment{
	text-align:left;
	margin:10px 0;
}

table.table-photo-area{
	width:100%;
	height:100%;
}

table.table-photo-area td{
	vertical-align:middle;
	text-align:center;
}

.photo-area-comment h4{
	font-size:14px;
	margin:0 0 10px;
}

.photo-area-comment p{
	margin:0;
}


.top-otherlink{
	width:auto;
	padding:0 10px;
}

.top-otherlink ul{
	width:auto;
	margin:0;
	padding:0 14px;
}

.top-otherlink li{
	list-style:url(image/icon_arrow2.gif);
	margin-bottom:5px;
}

.top-otherlink a, .credit-list a{
	text-decoration:none;
	color:#2d755a;
}

.top-otherlink a:hover, .credit-list a:hover{
	text-decoration:underline;
	color:#2d755a;
}


.credit-top, .credit-middle, .credit-bottom{
	width:auto;
	overflow:hidden;
}

.credit-top, .credit-bottom{
	height:3px;
}

.credit-top{
	background:url(image/credit_top.gif) no-repeat top;
}

.credit-middle{
	background:url(image/credit_middle.gif) repeat-y top;
}

.credit-bottom{
	background:url(image/credit_bottom.gif) no-repeat top;
}

.credit-list{
	width:auto;
	padding:5px;
	text-align: center;
}

.credit-list p{
	text-align:left;
	margin:2px 0 0 7px;
}
