@charset "UTF-8";

/** begin global */
body {
	/*
	background: url('../img/bg.jpg') repeat-x #1e1e1e;
	*/
	font-size: 77.5%;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.429;
	color: #464646;
	text-align: left;
	/*
	min-width: 1230px;
	*/
}

h2 {font-size: 1.571em} /* 22px */
h3 {font-size: 1.429em} /* 20px */
h4 {font-size: 1.286em} /* 18px */
h5 {font-size: 1.143em} /* 16px */
h6 {font-size: 1em} /* 14px */

h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: .8em;
}

a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
    color: #464646;
    padding: 0 0px;
	text-decoration: underline;
}
a:hover, a:active {
    color: #d7d7d7;
    text-decoration: none;
}

/* end global **/

#db {
}
/** being wrapper */
#wrapper {
	width: 100%;
}
	#container {
		width: 801px;
		margin: 0 auto;
		overflow: hidden;
	}
/* end wrapper **/
	
/** beging footer watanabe ribbon */	
#footer{
background:#000;
color:#fff;
width:100%;
padding:5px 0px;
}

#footer address{
text-align:center;
font-size:10px;
font-style:normal;
}
/* end footer watanabe ribbon **/

		
		
.clear {
	clear:both;
}
