/* Base.CSS */

body {
	background: #E6E1E2;
	font-family: "Meiryo", "CI", "Helvetica", "Arial", "Tahoma", "Verdana", sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 120%;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #FF0033;
}

.clear_both {
	clear: both;
}

.gototop {
	text-align: right;
	padding: 3px;
	font-size: 90%;
}

#wrapper {
	background: #E6E1E2;
	width: 850px;
	margin: 0 auto;
}

#header {
	width: 850px;
	height: 201px;
}

#header #header_img {
	background: #0000FF;
	width: 850px;
	height: 156px;
}

#header #navigator {
	background: #000000;
	width: 850px;
	height: 45px;
}

#header #navigator ul {
	width: 850px;
	height: 45px;
	margin: 0;
	padding: 0;
}

#header #navigator li {
	width: 170px;
	height: 45px;
	float: left;
	list-style-type: none;
}

#content {
	background: #E6E1E2;
	width: 850px;
}

#content #left {
	background: #E6E1E2;
	width: 200px;
	min-height: 555px;
	float: left;
	margin-top: 8px;
}

#content #left #twitter {
	width: 200px;
	margin-bottom: 8px;
	border: 1px solid #990000;
}

#content #left #facebook {
	background: #FFFFFF;
	width: 202px;
	border: 0px solid #3B5998;
}

#content #right {
	width: 642px;
	float: right;
	min-height: 505px;
	margin-top: 8px;
	margin-left: 8px;
}

#footer {
	background: #9C9896;
	width: 850px;
	height: 20px;
	padding-top: 7px;
	font-size: 15px;
	text-align: center;
}
