@charset "Shift_JIS"; 
@import url("header.css");
@import url("sdnavi.css");
@import url("footer.css");
@import url("contents.css");
@import url("sdwine.css");


/* Initialize */
* { margin:0; padding:0; }
a:link img, a:visited img, a:active img, a:hover img { border: none; }

/* Type Selector */
html,body { width:100%; height:100%; }
a { vertical-align: middle; outline-color:-moz-use-text-color; outline-style:none; outline-width:medium; }

/* ID Selector */
#container { 
	width: 100%; 
	height:auto;
	background: url(../images/background.gif) repeat;
	}
#contents  { 
	width: 890px; 
	height:auto;
	margin-right: auto;
    margin-left: auto; 
    background-color: #183660; 
	font-size: 85%; 
    color:#440000;  
    line-height: 1.2;
    }
    
#contents a:link { color: #660000; } 
#contents a:visited { color: #660000; }
#contents a:hover { color: #CC3300;  }
#contents a:active { color: #660000; }
    
#side_navigation { 
	width: 190px; 
	height:auto;
	float: left;
	}
	
#main_contents { 
	width: auto;
	min-height: 7000px;
	height:auto !important;  
	float: right;
	background-color: #ffffff;
	text-align: center;
    color:#440000;
	}
