/*  FireFoxリンク線消し*/

a {
	outline-style: none;
}



/*  FireFoxリンク線消し終了*/



#main_box {
	width: 940px;
}



#putbutton {
	height: 38px;
	width: 183px;
	padding-right: 10px;
}



#putbutton a {
	background: url(images/button.jpg);
	display: block;
	height: 38px;
	width: 183px;
	text-indent: -9999px;
}



#putbutton a:hover {
	background-position: bottom;
}

/*竹内コーディング*/


#detail {
	width: 200px;
	height:auto;
	float: right;
	font: bolder 18px Arial, Helvetica, sans-serif;
	padding-top: 43px;
}

#access {
	width: 678px;
	height:auto;
	background: #ffffff;
	font: bold 17px Arial, Helvetica, sans-serif;
	border: 2px dashed #333333;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

* html #access {
	height: 65px;
	width: 678px;
	background: #ffffff;
	font: bold 17px Arial, Helvetica, sans-serif;
	border: 2px dashed #333333;
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
}

#access caption {
	font: bolder 18px/26px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin-right:10px;
	text-indent: 5px;
}

#access_etc {
	width: 900px;
	margin-left: 20px;
	margin-top: 20px;
}

* html #access_etc {
	width: 900px;
	margin-left: 10px;
	margin-top: 10px;
}

#access_etc .greyBG {
	background: #CCCCCC;
}

.access_box {
	height: 160px;
	width: 440px;
	background: #ffffff;
	float: left;
	margin: 5px;
}

* html .access_box {
	height: 150px;
	width: 440px;
	background: #ffffff;
	float: left;
	margin: 4px;
}

.access_box caption {
	font: bolder 16px/24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	text-indent: 5px;
}

.access_box td {
	border: 1px solid #333333;
	padding-left:5px;
	line-height: 20px;
}

.access_box a {
	float: right;
	padding-right: 10px;
}



