@charset "Shift_JIS"; 
@import url("contents.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; }

@page { size: auto; }

/* ID Selector */
#container { 
	width: 100%; 
	height:auto;
	background: url(../images/background.gif) repeat;
	}
#contents  { 
	width: 670px; 
	height:auto;
	margin-right: auto;
    margin-left: auto; 
    background-color: #183660; 
	font-size: 83%; 
    color:#330000;  
    line-height: 1.5;
    page-break-inside: avoid;
    }
    
#side_navigation { 
	width: 3px; 
	height:auto;
	float: none;
	display: none;
	}
#main_contents { 
	width: auto;
	height:auto;  
	float: right;
	background-color: #ffffff;
	text-align: center;
	}
	
/* header Block */
#main_contents #header {
	color: #ffffff;
	font-size:12px; 
	text-align: right; 
	background-color: #183660;
	display: none;}
	
/* footer Block */
#footer { 
	width:inherit; 
	text-align: left; 
	background-color: #ffffff; 
	color: #660000; 
	font-size:14px; 
	border-top:  solid 5px #CC3300; 
	margin-top: 20px; 
	clear: both;
	display: none;
	}
