@charset "UTF-8";

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

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

:: css for 川原テツ - official web site for 日々の昭和館
:: http://kawahara-tetsu.com/ ::

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

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

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

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

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

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

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

div#menu {
text-align: center;
}

div#main {
margin: 0 auto;
padding: 0px 5px;
border: 1px solid #999999;
clear: both;
width: 730px;
height: 950px;
color: #ffffff;
background-color: #333333; 
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
font-size: 12px;
text-align: left;
}

div#main2 {
margin: 0 auto;
padding: 0px 5px 100px 5px;;
border: 1px solid #999999;
clear: both;
width: 730px;
color: #ffffff;
background-color: #333333; 
filter:alpha(opacity=85); /*IE*/
-moz-opacity:0.85; /*FF*/
opacity:0.85;
font-size: 12px;
text-align: left;
}

ul.menuUl {
margin-top: 10px;
margin-bottom: 10px;
list-style: none;
text-align: center;
}

li.menuLi {
padding-left: 5px;
padding-right: 10px;
border-right: 1px solid #ffffff;
display:inline;
text-align: center;
}

li.menuLiR {
padding-left: 5px;
border-right: 0;
display:inline;
text-align: center;
}

div.amazon a {
border: 0px;
text-decoration: none;
}
 
div.amazon dl
 {
 margin : 1.6em;
 }
div.amazon img
 {
 border : 0 none;
 }
div.amazon dd li
 {
 list-style-type : none;
 }

div.amazon a {
border: 0px;
text-decoration: underline;
}
 
div.amazon a:link {
color : #fff;
}

div.amazon a:visited {
color : #fff;
}

div.amazon a:hover {
color : #f99;
}

div.amazon a:active {
color : #fc3;
}


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