@charset "UTF-8";
/* CSS Document */

/* ▼表全体の装飾▼ */
table.atable {
border-collapse: collapse;
table-layout: fixed;
margin: 0 auto;
text-align :center;
border: 1px #dcdcdc solid;
background-color: #f5f5f5;
width: 800px;/*テーブルの幅*/
margin-top:0px;/*テーブルの上にスペース*/
margin-left:0px;/*左にスペース*/
margin-bottom:0px;/*テーブルの下にスペース*/
}

/* ▼表のセル(全部)の装飾▼ */
table.atable td {
border: 1px #dcdcdc solid;
width: 25%;
height:250px;
}

.shadow01 {
margin: 0 auto;
text-align :center;
width:150px;
height:212px;
box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
}

.shadow02 {
margin: 0 auto;
text-align :center;
width:150px;
height:195px;
box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
}

.shadow03 {
margin: 0 auto;
text-align :center;
width:160px;
height:114px;
box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
}

.shadow04 {
margin: 0 auto;
text-align :center;
width:160px;
height:156px;
box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
}

.shadow05 {
margin: 0 auto;
text-align :center;
width:150px;
height:220px;
box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
}

.shadow06 {
margin: 0 auto;
text-align :center;
width:104px;
height:220px;
box-shadow: 0 0 6px #999;
-webkit-box-shadow: 0 0 6px #999;
-moz-box-shadow: 0 0 6px #999;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#ccc', Direction=70, Strength=2);/* for IE */
}