/* CSS Document */
#contents div#shuttle table {
	width:880px;
	margin:10px 30px;
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
}

#contents div#shuttle table th, 
#contents div#shuttle table td{
	border:1px #333333 solid;
	border-collapse:collapse;
	text-align:center;
	vertical-align:middle;
	padding:3px 0;
}

#contents div#shuttle table th {
	font-weight:bold;
}

#contents div#shuttle table th.green1 {
	background:#060;
	color:#FFF;
}

#contents div#shuttle table th.green2,
#contents div#shuttle table td.green2 {
	background:#CFC;
}

#contents div#access {
	margin:0;
	padding:0;
}

#access p { 
	font-size:1.5em;
	letter-spacing:0.1em;
}

#access dl {
	font-size:1.5em;
	line-height:120%;
}

#access dt {
	width:3em;
	float:left;
}

#access dd {
	margin-left:3em;
}

#contents div#access img {
	margin:0;
	padding:0;
}

#contents div#attention {
	margin:10px 60px;
	font-size:1.2em;
	line-height:160%;
	letter-spacing:0.1em;
	border:1px solid #333;
	background:#FFC;
	padding:15px;
	 border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px; 
    position:relative;            /* 要らなかったがPIEを動作させるために追加 */
    behavior: url( "../PIE/PIE.htc" );
}

#contents div#attention span.strong {
	display:inline-block;
	background:#F00;
	color:#FFF;
}


