@charset "utf-8";
@import "common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 6/9
*/
/*------------------------------------------------------------
	掲示板	
------------------------------------------------------------*/
#conts {
	margin: 0 0 0 40px;
	padding: 0;
	width: 780px;

	position: relative;

	text-align: left;
}

#conts h2 {
	margin-bottom: 10px;
	padding: 1px 10px 4px;
	background: url(/img/bbs/h2_back.gif) no-repeat;

	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

#conts h3 {
	background-repeat: repeat-x;
}

/*--------------------------------------
　インデックスページ
---------------------------------------*/
#index #conts .newEntry {
	margin-bottom: 20px;

	text-align: center;
}

#index #conts .newEntry a {
	margin: 0 auto;
	width: 176px;
	height: 40px;
	background: url(/img/bbs/new_entry_over.gif) no-repeat;
	display: block;
}

#index #conts .newEntry a:hover {
	background-color: #fff;
}

#index #conts .newEntry a:hover img {
	visibility: hidden;
}

#index #conts #category_list {
	margin: 0 0 20px 0;
}

#index #conts #category_list h3 {
	margin: 0;
	padding: 5px 10px;
	background: #295070;

	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#index #conts #category_list ul {
	padding: 10px 20px;
	background: #DFF0F6;
	border: 1px solid #87B4C2;
}

#index #conts #category_list li {
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #000;
	display: inline;

	line-height: 1.5;
}

	* html #index #conts #category_list li {
		margin: 0 8px 0 0;
		padding: 0 5px 0 0;
	}

#conts .pageNavi {
	margin: 20px 0;

	clear: both;

	text-align: center;
	line-height: 1.1;
}

#conts .pageNavi li {
	display: inline;

	font-size: 14px;
	font-weight: bold;
}

#conts .pageNavi li {
}

#conts .pageNavi li a {
	padding: 4px 8px;
	border: 1px solid #ccc;

	text-decoration: none;
}

#conts .pageNavi li a:hover,
#conts .pageNavi li span {
	padding: 4px 8px;
	background: #1E718C;
	border: 1px solid #fff;

	color: #fff;
	text-decoration: none;
}

#index #conts table {
	margin: 5px 0;
	width: 100%;
	border-collapse: collapse;

	font-size: 120%;
}

#index #conts table table {
	font-size: 100%;
}

#index #conts th, #index #conts td {
	padding: 7px 10px 5px 10px;
	border: 1px solid #999;
}

#index #conts th {
	background: #295070;

	color: #fff;
	text-align: center;
}

#index #conts .title {
	text-align: left;
}

#index #conts .author {
	width: 60px;

	text-align:center;
}

#index #conts .category {
	width: 80px;
}

#index #conts .no_of_ans {
	width: 40px;

	text-align: center;
}

#index #conts .time {
	width: 90px;
}

/*--------------------------------------
　下層ページ
---------------------------------------*/
#lower #conts #no_answer {
	margin: 0 0 0 30px;

	font-size: 120%;
}

#lower #conts h3, #form #conts h3 {
	margin: 0;
	padding: 5px 10px;
	background: #295070;

	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#conts .question_box {
	margin-bottom: 20px;
	padding:  5px 10px;
	border: 1px solid #999;

	line-height: 1.5;
}

#conts .question_box .data {
	margin: 1em 0 10px 0;
	padding: 0 0 2px 0;
	background: url(/img/bbs/line01.gif) repeat-x left bottom;
}

#conts .question_box .answer_button {
	width: 102px;
	height: 32px;
	display: block;

	position: relative;
	top: 0;
	left: -6px;
}

#lower #conts h4 {
	margin: 15px 0 10px 19px;
	padding: 0 0 0 15px;
	background: url(/img/bbs/icon03.gif) no-repeat left center;

	font-weight: bold;
}

#lower #conts .answer_box {
	margin: 0 0 -1px 19px;
	width: 758px;
	border: 1px solid #999;

	position: relative;
}

	* html #lower #conts .answer_box {
		width: 760px;
	}

#lower #conts .answer_box .data {
	padding: 10px;
	background: #C0D3E9;
}

#lower #conts .answer_box .reply_button {
	width: 94px;
	height: 24px;
	display: block;

	position: absolute;
	top: 5px;
	right: 10px;
}

#lower #conts .answer_box .body {
	margin: 5px 10px;
	line-height: 1.5
}

#lower #conts .reply {
	margin: 20px 0 20px 30px;
	width: 648px;
	border: 1px solid #A0BEDE;
}

	* html #lower #conts .reply {
		width: 650px;
	}

#lower #conts .reply .data {
	padding: 5px;
	background: #E8EFF7;
}

/*--------------------------------------
　共通部位
---------------------------------------*/
#lower #conts .data li {
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #000;
	display: inline;
}

	* html #lower #conts .data li {
		margin: 0 8px 0 0;
		padding: 0 5px 0 0;
	}

#lower #conts .data li.last {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#lower #conts .guide {
	margin: 20px 0 10px 0;
	font-size: 120%;
}

#lower #conts .guide li {
	margin-right: 20px;
	display: inline;
}

/*--------------------------------------
　フォーム
---------------------------------------*/
#form #conts .question_box {
	margin-bottom: 40px;
}

#form #conts .question_box .data {
	margin: 1em 0 0 0;
	background: none;
}

#form #conts .question_box .data li {
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #000;
	background: none;
	display: inline;
}

	* html #form #conts .question_box .data li {
		margin: 0 8px 0 0;
		padding: 0 5px 0 0;
	}

#form #conts .answer_box {
	margin-bottom: 40px;
	border: 1px solid #999;

	position: relative;

	font-size: 120%;
}

	* html #form #conts .answer_box {
		width: 690px;
	}

#form #conts .answer_box .data {
	padding: 10px;
	background: #C0D3E9;
}

#form #conts .answer_box .data li {
	margin: 0 5px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #000;
	background: none;
	display: inline;
}

	* html #form #conts .answer_box .data li {
		margin: 0 8px 0 0;
		padding: 0 5px 0 0;
	}

#form #conts .answer_box .body {
	margin: 5px 10px;

	line-height: 1.5;
}

#conts form table {
	width: 730px;
	background: #999;

	font-size: 120%;
	text-align: left;
}

#conts form th, #conts form td {
	padding: 5px 10px;

	background: #fff;
}

#conts form th {
	background: #E8EFF7;

	font-weight: bold;
}

#conts form td {
}

#conts form .item {
	width: 65px;
}

#conts form .body {
	width: 665px;
}

#conts form .body input {
	padding: 0 3px;
	width: 164px;
}

#conts form .body select {

}

#conts form .body textarea {
	padding: 3px;
	width: 98%;
	height: 10.5em;
	overflow: auto;
}

#conts form ul {
	margin: 10px 0 0 0;

	font-size: 120%;
	text-align: center
}

#conts form li {
	margin: 0 5px;
	display: inline;
}

/*--------------------------------------
　投稿完了
---------------------------------------*/
.entry_comp #conts #box {
	padding: 15px 20px;
	border: 1px solid #999;

}

.entry_comp #conts #box h3 {
	margin-bottom: 17px;

	font-size: 140%;
	font-weight: bold;
}

.entry_comp #conts #box ul {
	margin: 0 0 0 5px;

	font-size: 120%;
}

.entry_comp #conts #box li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(/img/icon/arrow02.gif) no-repeat 0 2px;
}

/*--------------------------------------
　装飾
---------------------------------------*/
#container #conts a.new_entry {
	width: 122px;
	height: 37px;
	background: url(/img/bbs/new_entry_over.gif) no-repeat;
}

#container #conts a.answer_button {
	width: 102px;
	height: 32px;
	background: url(/img/bbs/answer_over.gif) no-repeat;
}

#container #conts a.reply_button {
	width: 94px;
	height: 24px;
	background: url(/img/bbs/reply_over.gif) no-repeat -6px -1px;
}

#container #conts a.rollover {
	display: block;
}

#container #conts a.rollover img {
	display: block;
	border: none;
}

#container #conts a:hover.rollover {
	background-color: #fff;
}

#container #conts a:hover.rollover img {
	visibility: hidden;
}

#container #conts .bold {
	font-weight: bold;
}

