@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2008-10-06
*/

/*==================================================

:: css for 쌴ec - official web site for and more
:: http://kawahara-tetsu.com/ ::

:: copyright (c) 2008 kawahara tetsu, all rights reserved.
:: author - sunny coding department

==================================================*/

/*========== body ==========*/
div#wrapper { 
margin: 0px auto;
width: 900px;
background-image: url(../img/background/other.jpg);
background-repeat: no-repeat;
text-align: left;
}

div#container {
width: 900px;
height: 1600px;
text-align: center;
}

div#heading {
width: 900px;
text-align: center;
}

* html #headingimg {
behavior: expression(IEPNGFIX.fix(this));
}

div#musicComponent {
width: 900px;
height: 180px;
}

div#musicSubstance {
margin: 0px auto;
width: 800px;
height: 180px;
}

div.music {
margin-top: 10px;
margin-left: 10px;
padding-top: 10px;
border: 1px solid #999999;
background-color: #333333; 
color: #ffffff;
padding: 5px;
float: left;
width: 370px;
height: 140px;
text-align: center;
}

.paddingL {
padding: 5px;
}

object {
margin-top: 30px;
}

div#pressComponent {
clear: both;
width: 900px;
text-align: center;
}

div#pressSubstance {
margin: 0px auto;
width: 875px;
height: 600px;
text-align: center;
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
}

div#press {
border: 1px solid #999999;
background-color: #333333; 
padding: 10px;
float: left;
width: 480px;
height: 550px;
text-align: left;
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
}

ul.pressUl {
list-style: none;
}

li.pressLi {
padding: 10px;
font-size: 12px;
font-style: italic;
}
li.pressLiR {
padding-right: 10px;
border-bottom: 1px dotted #ffffff;
text-align: right;
}

div#TshirtsComponet {
float: left;
width: 370px;
height: 580px;
text-align: center;
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
}

div#Tshirts {
margin-left: 10px;
border: 1px solid #999999;
background-color: #333333; 
padding: 10px;
}

.Tshirtsimg {
margin-bottom: 10px;
}

ul.tshirtsUl {
list-style: none;
}

li.tshirtsLi {
margin-right: 8px;
float: left;
}
div#poemThumbBox {
margin: 0 auto;
width: 340px;
height: 115px;
}


ul.poemThumb {
list-style: none;
text-align: center;
}

li.poemsLi {
margin-top: 10px;
margin-right: 8px;
float: left;
width: 100px;
height: 100px;
display: block;
text-align: center;
}


div#galleryComponet {
clear: both;
width: 900px;
height: 740px;
text-align: center;
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
}

div#gallery {
margin: 0px auto;
padding: 10px;
border: 1px solid #999999;
background-color: #333333; 
color: #ffffff;
clear: both;
width: 800px;
height: 700px;
text-align: left;
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
}

div#thumbnailBox {
margin: 0 auto;
width: 800px;
height: 430px;

}


ul.thumbs {
list-style: none;
text-align: center;
}

li.galleryLi {
margin-top: 10px;
margin-right: 13px;
float: left;
width: 100px;
height: 100px;
display: block;
text-align: center;
}




/*========== end ==========*/