

body {	
	font-family:sans-serif;
	font-size: 12; line-height: 1.5;  background-image : url("../img/fabric_plaid.png");
}


p {color: white; padding: 5;}
h1 {color: white;text-shadow: 4px 4px 3px rgba(0,0,0,0.8); padding-top: 80px ;  text-align: center;}
h3 {padding: 1 ; color: white;text-shadow: 4px 4px 3px rgba(0,0,0,0.8);  text-align: center;   }

/*ボックス外枠*/
.grid {
   margin: 0 auto;   }

/*ボックスのレイアウト*/
div.grid-item {
	 }
/*縦方向の隙間間隔*/
.grid-item {
   margin-bottom: 10px;
}

/*ボックス終わり*/



/*それぞれのボックス*/
.maru {width: 280; height: 263;  background-image : url("../tabi/img-india/maru.png"); }
.waku-menu {width: 280; height: 280;  overflow:  hidden; background-color: rgb(192, 57, 43); }
.waku {width: 280; height: 280;  overflow:  hidden; background-color: rgb(231, 76, 60); }
.maru-v {width: 280; height: 263;  background-image : url("../tabi/img-vietnam/maru.png"); }
.maru-i{width: 280; height: 263;  background-image : url("../tabi/img-indonesia/maru.png"); }
.maru-r {width: 280; height: 263;  background-image : url("../tabi/img-laos/maru.png"); }
.maru-t {width: 280; height: 263;  background-image : url("../tabi/img-thai/maru.png"); }
.maru-c {width: 280; height: 263;  background-image : url("../tabi/img-cambodia/maru.png"); }
.waku-v {width: 280; height: 280;  overflow:  hidden; background-color: rgb(46, 204, 113); }
.waku-c {width: 280; height: 280;  overflow:  hidden; background-color: rgb(155, 89, 182); }
.waku-r {width: 280; height: 280;  overflow:  hidden; background-color: rgb(230, 126, 34); }
.waku-i {width: 280; height: 280;  overflow:  hidden; background-color: rgb(26, 188, 156); }
.waku-t {width: 280; height: 280;  overflow:  hidden; background-color: rgb(241, 196, 15); }
.waku-a0 {width: 180; height: 130; overflow: auto; background-color: rgb(192, 57, 43); }
.waku-a1 {width: 180; height: 270; overflow: auto; background-color: rgb(192, 57, 43); }
.waku-a2{width: 180; height: 370; overflow: auto; background-color: rgb(192, 57, 43); }
.waku-a3{width: 180; height: 510; overflow: auto; background-color: rgb(192, 57, 43); }
 a:link {  text-decoration: none; color: white; }
a:visited { color: white; }
a:hover { color: red;}
 
a:hover img {
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;}

/*マウスオンで変わる*/
.uut {
    background: url("../sonota/img/uut-t.png") no-repeat; }

.uut a {
    display: inline-block;
}

.uut a:hover {
	background-color: transparent; /* IE6対応 */
}

.uut a:hover img {
    visibility: hidden;
}

p.mini {font-size: x-small;margin: 5;}
 .mini a:link{ color: blue; }
.mini a:visited{ color: rgb(44, 62, 80);}
.mini  a:hover { color: red;}














