/* -----------------------
	Renewal Fix ADD
----------------------- */
.textRedBold {
	color:#CC0000;
	font-weight: bold;
}

/*++++++++++++++++++

	0704から追加
++++++++++++++++++*/
.totsugekiPoint {
	width: 36px;
	display: block;
	margin: 0px auto;	
}
table {
	border: none;
	padding: 0px;
}
td {
	border: none;
	padding: 0px;
}
table tr td.totsugeki-t2 {
	background-image: url(totsugeki_0704_img/t2_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
table tr td.totsugeki-t2border {
	font-size: 80%;
	height: 30px;
	padding: 0px 9px;
	border-right: 2px solid #FF9900;
	border-left: 0px;
	vertical-align: middle;
	background-image: url(totsugeki_0704_img/t2_bg2.gif);
	background-repeat: repeat-x;
}
.totsugeki-t2subt {
	padding: 6px 0px 4px 10px;
}
/*++++++++++++++++*/
td.maincont {
	width: 583px!important; 
	padding-right: 12px!important;
	padding-left: 11px!important;
}

div.table {
	width: 583px;
	text-align: center;
}
.textMain {
	font-size: 100%;
	line-height: 1.4;
	color: #333333;
}
.margin15px {
	margin-bottom: 15px;
}
.sekoumae {
	font-size: 90%;
	color: #FFFFFF;
	/*padding: 2px;*/
	background-color: #666666;
}
.sekoumae-text {
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	padding: 5px;
	border-top: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #E5E5E5;
}

/*+++++++++++++++
	Design CSS
+++++++++++++++*/
.photo1Box {
	width: 400px;
	margin: 0px auto;
}
.photo2Box {
	width: 430px;
	margin: 0px auto;
}
.photo3Box {
	width: 450px;
	margin: 0px auto;
}
.photo1Box .photo1Text1 {
	background-color: #FFCC66;
	padding: 0px 10px 7px;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;	
}
.photo2Box .photo1Text1 {
	background-color: #FFCC66;
	padding: 0px 10px 7px;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;	
}
.photo3Box .photo1Text1 {
	background-color: #FFCC66;
	padding: 0px 10px 7px;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;	
}
td.caption-text {/*Default caption*/
	padding:5px 1px 0px;
	font-size: 100%;
	line-height: 1.6;
	color: #333333;
}
.caption1 {
	line-height: 1.3;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left:4px;
	border: #FF9900 solid; 
	adding-left: 5px;
	border-width: 0px 4px 1px 0px;
	font-size: 90%
}
.margin1 {
	margin-bottom: 20px
}
.marginTop {
	margin-top: 20px
}
.margin2 {
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
}
.margin3 {
	margin-top:5px;
	margin-bottom: 5px
}
.margin3 {
	margin-top:15px;
	margin-bottom: 15px
}
.photoframe {
	border: 1px #FF9900 solid
}
.photoframe-black {
	border: 1px solid #333333
}
.photoframe-border {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.photoframe-gray {
	border: 1px solid #666666}

/* shadowbox Linked Border & hover*/
.photo-border {
	display: block;
	border: 2px solid #858585;
}
.photo-border:hover {
	border: 2px solid #CC0000;
}.photo-border img {
	padding: 1px;
}

/*back number anchor*/
#totsugeki .text {  font-size: 11px; text-decoration: none; color: #333333;}
#totsugeki .text_l {  font-size: 13px; text-decoration: none; color: #333333;}
#totsugeki a:hover.text_l {  color: #FF6600; text-decoration: underline;}
#totsugeki a:hover.text {  color: #FF6600; text-decoration: underline;}
#totsugeki td { padding-left:10px; padding-right:2px;}

/* Image Zoom Tooltips */

a.photo-border{
	position:relative;
	z-index:10;
	text-decoration: none;
}
a.photo-border:hover{
	position:relative;
	z-index:100;
	text-decoration: none;
}			
a.photo-border span{
	display:block;
	font-size: 77%;
	position:absolute;
	float:left;
	white-space:nowrap;
	top: 0px;
	left: 0px;
	color:#FFFFFF;
	padding:3px 5px;
	z-index:10;
	background-color: #858585;
	text-decoration: none;
}
a.photo-border:hover span{
	background-color: #CC0000;
}			

