﻿a{	text-decoration:none;
	color:#363;
	}
a:hover{border-bottom:1px dotted #363;}

body{
	background-image:url('images/item_background_03.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#041A00;
	background-attachment:fixed;
	margin:0;
	}

div#info_anchor{
	position:fixed;
	z-index:99;
	top:50px;
	left:-150px;
}

div#info_anchor  div{
	width:150px;
	background:#fff;
	text-align:left;
	padding:0px;
	font-size:14px;
	line-height:16px;
	}
	
div#info_anchor a{
	color:#003300;
	text-decoration:underline;
	}

/*枠のスタイル*/
table.tableBox{border-collapse:collapse;}
td.box{
	/*border:1px solid blue;*/
	padding:0px;
	margin:0px;
	width:20px;
	height:20px;
}
td.tl{background-image:url('images/item_box-tl.png');background-repeat:no-repeat;}
td.tm{background-image:url('images/item_box-tm.png');background-repeat:repeat-x;}
td.tr{background-image:url('images/item_box-tr.png');background-repeat:no-repeat;}
td.ml{background-image:url('images/item_box-ml.png');background-repeat:repeat-y;}
td.mm{background:#fff;}
td.mr{background-image:url('images/item_box-mr.png');background-repeat:repeat-y;}
td.bl{background-image:url('images/item_box-bl.png');background-repeat:no-repeat;}
td.bm{background-image:url('images/item_box-bm.png');background-repeat:repeat-x;}
td.br{background-image:url('images/item_box-br.png');background-repeat:no-repeat;}
/**/

/*枠のスタイル画像*/
table.tableBox2{
	border-collapse:collapse;
	}
td.box2{
	/*border:1px solid blue;*/
	padding:0px;
	margin:0px;
	width:16px;
	height:16px;
}
td.tl2{background-image:url('images/item_box2-tl.png');background-repeat:no-repeat;}
td.tm2{background-image:url('images/item_box2-tm.png');background-repeat:repeat-x;}
td.tr2{background-image:url('images/item_box2-tr.png');background-repeat:no-repeat;}
td.ml2{background-image:url('images/item_box2-ml.png');background-repeat:repeat-y;}
td.mm2{background:#fff;}
td.mr2{background-image:url('images/item_box2-mr.png');background-repeat:repeat-y;}
td.bl2{background-image:url('images/item_box2-bl.png');background-repeat:no-repeat;}
td.bm2{background-image:url('images/item_box2-bm.png');background-repeat:repeat-x;}
td.br2{background-image:url('images/item_box2-br.png');background-repeat:no-repeat;}
/**/

div.info_box{
	width:900px;
	padding:0px;
	margin:0px;
	text-align:center;
	}
	
div.info_box p#title{
	font-size:30px;
	font-weight:bold;
	margin:0px;
	text-align:center;
	}

div#info_text{
	width:530px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	}
	
div#info_link{
	width:320px;
	margin-right:10px;
	margin-top:10px;
	float:left;
}

table.text{
	width:100%;
	text-align:left;
	border-collapse:collapse;
}
	
table.text th{
	width:70px;
	margin:0px;
	padding:10px 0px 0px 25px;
	vertical-align:top;
	color:#444;
	font-size:14px;
	font-weight:bold;
}

table.text td{
	font-size:13px;
	line-height:24px;
	margin:0px 50px;
	padding:3px 25px;
	border-bottom:1px dotted #999;
}


/*main画像用スタイル*/
div#mainImg{
	position:relative;
	/*width:950px;
	height:450px;*/
	}

/*sub画像用スタイル*/
div#subImg{
	width:295px;
	float:left;
	}
	
div#subImg img{
	height:50px;
	float:left;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	cursor:pointer;
	}