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

* { margin:0px;
    padding:0px;
	border:0px;}

body { background-color:#303030;
       color:#FFF;
	   font-size:80%;}

#container { width:880px;
             padding:0px 60px;
             margin:0px auto;
			 background-image:url(img/page_bg.jpg);}

a { color:#FF9;}
a hover { color:#F90;}
a visited { color:#FF9;}

a:hover img{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
-moz-opacity:0.6;
-khtml-opacity: 0.6;
}

.totop {text-align:right;}


/*
-----------------------
タイトル周り
-----------------------
*/
		 
#title { background-image:url(img/title_bg.jpg);
         background-repeat:no-repeat;}

.intro { margin:30px 0px 0px;}

.banner { width:234px;
          float:left;
		  margin-right:15px;}

.bannertxt { width:630px;
	         float:left;}

.clear { clear:both;}


/*
-----------------------
ナビゲーション	
-----------------------
*/

#navi {margin-top:30px;}





/*
-----------------------
商品紹介エリア		
-----------------------
*/

.tshirtsa { padding-top:70px;
           background-image:url(img/title_bld_red.png);
		   background-repeat:no-repeat;
		   background-position:280px 30px;}

.tshirtsb { padding-top:70px;
           background-image:url(img/title_bld_blue.png);
		   background-repeat:no-repeat;
		   background-position:280px 30px;}

.left { width:260px;
        margin-right:60px;
		float:left;
		}

.left img {margin-bottom:10px;}

.right { width:560px;
         float:left;}
		 
.cate {margin-top:40px;
       margin-bottom:10px;}

.ph {margin-right:10px;}

.ttxt { margin:10px 0px;}

.white { width:290px;
         float:left;}
		 
.color { width:270px;
         float:left;}

#footer { text-align:center;
          height:50px;
		  margin-top:50px;}
