@charset "UTF-8";

#header_t {
	background:url(../images/header_t.gif) no-repeat;
	width:800px;
	padding:0 27px;
	height:94px;
	margin:10px auto 0 auto;
}

#header_t h1 {
	float:left;
	padding:25px 0 0 25px;
	width:175px;
}

#header_t_right {
	float:right;
	color:#E122A0;
	width:auto;
	padding:0 10px;
}

#header_t_right ul {
	padding:15px 0;
}

#header_t_right li {
	padding:0 10px 0 0;
	float:left;
}

#header_t_right a {
	color:#E122A0;
	text-decoration:none;
}

#header_t_right a:link,visited,active {
	color:#E122A0;
}

#header_t_right a:hover {
	color:#731252;
}

#contents_t {
	background:url(../images/contents_bg_t.gif) no-repeat;
	width:800px;
	margin:0 auto;
	padding:40px 27px 0 27px;
}

#contents_t_left {
	float:left;
	width:200px;
	padding:0 0 0 10px;
}

#contents_t_right {
	float:left;
	width:551px;
	padding:0 0 0 36px;
}

#ab {
	margin-top:10px;
	width:350px;
}

#ab_left {
	float:left;
	width:210px;
	padding-top:13px;
}

#ab_right {
	float:left;
	width:130px;
}

#question_left {
	clear:both;
	float:left;
	background:#232323;
	width:380px;
	margin-left:10px;
	_margin-left:5px;
}

#question_right {
	float:right;
	background:#232323;
	width:380px;
	margin-right:10px;
	_margin-right:5px;
}

.post {
	width:360px;
	padding:0 10px 10px 10px;
	margin:10px 0;
	border-bottom:1px solid #9E9E9E;
}

.s_image {
	width:60px;
	float:left;
	margin-right:10px;
}

.s_image_left {
	width:290px;
	float:left;
}