*{
	margin:0;
	padding:0;
	font-size: 14px;
}

body{
	text-align: center;
	background: white url(../img/base/bg39.gif) repeat-y 50% fixed;
}

body div {
	text-align: left;
	margin: 0 auto;
}

img{
	border:none;
}

a:link, a:visited {
	text-decoration:none;
	color: royalblue;
}

a:active, a:hover{
	text-decoration:none;
	color: orangered;
}

#container {
	border-left: 2px solid dimgray;
	border-right: 2px solid dimgray;
	
	background-color: white;
	text-align: center;
	width: 870px;
}

#header {
	height: 50px;
}

.site_navi {
	margin: 5px auto;
	width: 850px;
	height: 27px;
	background: url(../img/base/h_pan.gif) no-repeat;
}

.site_navi_container {
	font-weight: bold;
	color: white;
	padding: 6px 0 3px 30px;
}

.site_navi a:link, .site_navi a:visited {
	text-decoration: underline;
	color: fuchsia;
}

.site_navi a:active, .site_navi a:hover{
	text-decoration: underline;
	color: paleturquoise;
}

#side_bar {
	width: 200px;
	float: left;
}

li {
	list-style: none;
}

#menu, #qa {
	color: blue;
	font-weight: bold;
}

#menu li a, #qa li a {
	font-weight: normal;
	height: 35px;
	width: 200px;
}

#menu li a {
	display: block;
	text-indent: -9000px;
}

#menu li.guilty {
	background: url(../img/base/menu_aku_1.gif) no-repeat;
}
#menu li.guilty a {
	background: url(../img/base/menu_aku_1.gif) no-repeat;
}
#menu li.guilty a:hover {
	background: url(../img/base/menu_aku_2.gif) no-repeat;
}

#menu li.choice {
	background: url(../img/base/menu_site_1.gif) no-repeat;
}
#menu li.choice a {
	background: url(../img/base/menu_site_1.gif) no-repeat;
}
#menu li.choice a:hover {
	background: url(../img/base/menu_site_2.gif) no-repeat;
}

#menu li.entry {
	background: url(../img/base/menu_ent_1.gif) no-repeat;
}
#menu li.entry a {
	background: url(../img/base/menu_ent_1.gif) no-repeat;
}
#menu li.entry a:hover {
	background: url(../img/base/menu_ent_2.gif) no-repeat;
}

#menu li.tryfirst {
	background: url(../img/base/menu_sea_1.gif) no-repeat;
}
#menu li.tryfirst a {
	background: url(../img/base/menu_sea_1.gif) no-repeat;
}
#menu li.tryfirst a:hover {
	background: url(../img/base/menu_sea_2.gif) no-repeat;
}

#menu li.correspond {
	background: url(../img/base/menu_like_1.gif) no-repeat;
}
#menu li.correspond a {
	background: url(../img/base/menu_like_1.gif) no-repeat;
}
#menu li.correspond a:hover {
	background: url(../img/base/menu_like_2.gif) no-repeat;
}

#menu li.meetme {
	background: url(../img/base/menu_posi_1.gif) no-repeat;
}
#menu li.meetme a {
	background: url(../img/base/menu_posi_1.gif) no-repeat;
}
#menu li.meetme a:hover {
	background: url(../img/base/menu_posi_2.gif) no-repeat;
}

#qa li {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 10px 0 5px 20px;
}

#qa ul {
	border-top: 1px solid silver;
}

#menu, #qa, #link, #media, #info{
	margin-top: 10px;
}

#media {
	width: 200px;
	text-align: right;
}

#media_container {
	line-height: 20px;
	padding: 5px 0 5px 5px;
	background-color: papayawhip;
	border: 1px solid firebrick;
}

#media_title {
	border: 1px solid firebrick;
	border-bottom: none;
	padding-top: 3px;
	text-align: center;
	height: 20px;
	background-color: coral;
	color: white;
	font-weight: bold;
}

#info {
	width: 200px;
	text-align: right;
}

#info_container {
	line-height: 20px;
	padding: 5px 0 5px 5px;
	background-color: papayawhip;
	border: 1px solid firebrick;
}

#info_title {
	border: 1px solid firebrick;
	border-bottom: none;
	padding-top: 3px;
	text-align: center;
	height: 20px;
	background-color: #ff3300;
	color: white;
	font-weight: bold;
}

#banner img {
	margin-top: 10px;
	width: 200px;
}

#main {
	width: 630px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#footer {
	margin-top: 5px;
	width: 850px;
	background-color: #FF7700;
	padding-bottom: 5px;
}

#footer_container {
	width: 840px;
	margin: 0 auto;
	background-color: white;
}

#footer_top {
	padding: 5px 0 0 5px;
}

.link_container {
	margin-top: 5px;
	width: 210px;
	float:left;
}

.link_container ul li {
	padding: 2px;
}

#footer_other_container {
	padding: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
}

#footer_other_container img {
	margin-top: 15px;
}
