@charset "utf-8";
/* CSS Document */

/* トップページ */
div#words {
	margin-bottom:5px;
	background-color:#85CC3E;
	border: 3px solid #151515;
	padding:8px 10px;
}
div#words div.date {
	font-size:16px;
	font-weight:bold;
	float:left;
	color:#005143;
	padding:3px 0px;
}

div#words div.wtitle {
	font-size:13px;
	font-weight:bold;
	float:left;
	margin-left:15px;
	background-color:#151515;
	color:#FFFFFF;
	padding:4px 5px;
	height:17px;
	width:100px;
	text-align:center;
}

div#words div.words {
	font-size:12px;
	float:left;
	padding:3px 5px;
	background-color:#FFFFFF;
	border: 2px solid #151515;
	width:665px;
	height:15px;
}

/* 注目クエスチョン */
div.question {
	margin-bottom:25px;
	background-color:#FFFFFF;
}

table.question {
	border-collapse:collapse;
	margin: 0px auto;
	padding: 0px;
	width:100%;
}
table.question th {
	text-align:center;
	font-size:80%;
	padding:6px 0px 3px;
}
table.question td {
	padding:8px 0px;
	border-top: 2px solid #151515;
}

table.question tr.line {
	background-color: #FFFFFF;
}
table.question tr.hover {
	background-color: #85CC3E;
}

table.question div.balloon {
	background-image: url(/img/balloon_white_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 490px;
}

table.question div.balloon p {
	background-image: url(/img/balloon_white_small2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 18px 5px 13px 25px;
	font-size: 16px;
	font-weight:bold;
	line-height:1.05;
}

table.question div.balloon2 {
	background-image: url(/img/balloon_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 490px;
}

table.question div.balloon2 p {
	background-image: url(/img/balloon_small2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 18px 5px 13px 25px;
	font-size: 16px;
	font-weight:bold;
	line-height:1.05;
}


div.pager_top {
	margin: 5px 15px;
}
div.pager_bottom {
	margin: 5px 15px;
}


/* お知らせ */
div#news {
	width: 280px;
	margin-top: 15px;
	background-color:#FFFFFF;
}

/* 新着クエスチョン */
div#new{
	width: 280px;
	margin-top: 15px;
	background-color:#FFFFFF;
}

/* 一覧用 */
ul.list {
	list-style: none;
}
ul.list li  {
	background-image: url(/img/more.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-top: 6px;
	border-bottom: 1px solid #AFAFAF;
	padding: 0px 5px 5px 15px;
}


