@charset "shift_jis";


/* ---- 全体の指定 ---------------------------------------------------------------- */
body {
/*	background: LavenderBlush ;					*/

/* 	font-family: "MS PGothic", Arial ;			*/
/*	font-family: "ヒラギノ丸ゴ Pro W4" , Arial;		*/
	font-family: "ヒラギノ丸ゴ ProN W4" , Arial;

	margin:0 ;
	padding:0 ;
	line-height: 1.5
}
/* -------------------------------------------------------------------------------- */


/* ---- a-link の色指定 ----------------------------------------------------------- */
a {
	text-decoration: none ;
}
a:link, a:visited {
	color: "blue" ;
}
a:active {
	color: "red" ;
}
a:hover {
	text-decoration: underline ;
	color: "red" ;
}
/* -------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
table {
/*	font: bold large/120% "ＤＦ細丸ゴシック体" ;	*/
/*	font: normal medium/120% "ヒラギノ丸ゴ Pro W4" ;	*/
	margin-bottom: 0 !important ;
/*	background: White ;		 白 */
}
th {		/* 表題の左側1列 */

}
td {

}

td.left {
	text-align: left ;
}

th.top {		/* 表題の上1列 */
	background: Blue ;		/* 薄いピンク */
	color: White ;			/*  */
	text-align: center ;
}

th.left {		/* 表題の左側1列 */
	background: MediumSpringGreen ;		/* 薄い水色 */
	color : Blue ;
	text-align: left ;
}
th.menu {		/* メニューの表題部分 */
	background: LightYellow ;		/* 薄い水色 */
	color : Blue ;
	text-align: left ;
}



/* -------------------------------------------------------------------------------- */




.button_1 {								/* 2行表示のボタン */
	background-color: LightYellow ;		/* 背景色は薄い黄色 */
	border: 1px solid Red ;				/* ボタンの外枠は赤 */
	border-radius: 10px ;
	color: Blue ;						/* 文字色は青 */
	cursor: pointer ;
	display: inline-block ;
	*display: inline ;
	font: 400 18px/25px "ＤＦ細丸ゴシック体" ;
		/*	（font-style font-variant font-weight）font-size/line-height font-family
			normal	標準の太さです。（数値で400を指定した場合と同じ）
			bold	一般的な太字の太さです。（数値で700を指定した場合と同じ）
			lighter	相対的に一段階細くします。
			bolder	相対的に一段階太くします。
		*/
	height: 25px ;		/* 1行表示の時の行の高さ */
	margin: 0 ;
	overflow: visible ;
	padding: 5px 5px ;
	transition: background-color .1s ease-out .5s ;		/* background-color が変化する仕方 */
	text-align: left ;
	text-decoration: none ;
	vertical-align: middle ;
	user-select: none ;
	white-space: nowrap ;
	width: 330px ;
	zoom: 1 ;
}


.button_2 {								/* 2行表示のボタン */
	background-color: LightYellow ;		/* 背景色は薄い黄色 */
	border: 1px solid Red ;				/* ボタンの外枠は赤 */
	border-radius: 10px ;
	color: Blue ;						/* 文字色は青 */
	cursor: pointer ;
	display: inline-block ;
	*display: inline ;
	font: 400 20px/25px "ＤＦ細丸ゴシック体" ;
		/*	（font-style font-variant font-weight）font-size/line-height font-family
			normal	標準の太さです。（数値で400を指定した場合と同じ）
			bold	一般的な太字の太さです。（数値で700を指定した場合と同じ）
			lighter	相対的に一段階細くします。
			bolder	相対的に一段階太くします。
		*/
	height: 50px ;		/* 2行表示の時の行の高さ */
	margin: 0 ;
	overflow: visible ;
	padding: 5px 5px ;
	transition: background-color .1s ease-out .5s ;		/* background-color が変化する仕方 */
	text-align: left ;
	text-decoration: none ;
	vertical-align: middle ;
	user-select: none ;
	white-space: nowrap ;
	width: 185px ;
	zoom: 1 ;
}
/* -------------------------------------------------------------------------------- */













































div#head {
	width: 100%;
	background: #938057;
	color: #fff;
}
div#head-in {
	padding: 8px;
}
div#main {
	width: 100%;
}
div#main-in {
	padding: 8px;
}

/* 掲示板タイトル */
h1 {
	color: #fff;
	font-size: 150％;
	margin: 0 3px;
}
div#head-title {
	text-align: left;
	float: left;
}
div#head-cnt {
	text-align: right;
}
div#head-clr {
	clear: both;
}
div#head-cnt img {
	vertical-align: middle;
	margin: 0;
}

/* TOPボタン */
div.top-button {
	margin: 8px 0;
}
div.top-button a {
	width: 62px;
	margin-left: 5px;
	text-align: center;
	color: #555;
}

/* 投稿フォーム */
div#reg-box {
	width: 800px;
	margin: 0;
	padding: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	box-shadow: 0px 1px 10px #666;
	border: 1px solid #808080;
	background: #fffdec;
}
div#reg-area {
	padding: 0;
	width: 99%;
	margin: 1.2em auto;
}

input.reg-name {
	width: 450px;
}
input.reg-url {
	width: 450px;
}
input.reg-number {
	width: 80px;
}
input.reg-button {
	width: 80px;
	height: 26px;
	margin: 0 6px;
}
textarea.reg-com {
	width: 550px;
	height: 7em;
}
table.reg-tbl span {
	font-size: 12px;
}
img.capt {
	vertical-align: middle;
}
input.reg-button {
	width: 80px;
}

/* メイン記事装飾 */
div.art {
	width: 90%;
	background: #fff;
	text-align: left;
	padding: 0.7em 0.7em 0.7em 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 10px #666;
	-moz-box-shadow: 0px 1px 10px #666;
	box-shadow: 0px 1px 10px #666;
	border: 1px solid gray;
	margin: 1.2em auto;
}
/* メイン記事タイトル */
div.art strong {
	color: #008000;
	font-size: 120%;
}
/* メイン記事番号色 */
span.number {
	color: #008000;
}
div.art-info {
	text-align: right;
	margin: 6px;
}

/* フォーム内リスト */
div#reg-box ul {
	margin: 0 0 6px 1em;
	padding: 0;
}
div.wide-80 {
	width: 80% !important;
}

/* 留意事項 */
div#note {
	margin: 1em auto;
	width: 98%;
	padding: 6px;
	text-align: left;
	border: 1px solid #462300;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div#note ul {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
	line-height: 140%;
}
div#close {
	margin: 1.2em;
	text-align: center;
}
td.oldlog {
	background: #fff;
}
div.val strong {
	color: #008000;
}

/* 写真枠デザイン設定 */
div.photo {
	border: 1px solid #2b0000;
	background: #4c4c4c;
	color: #fff;
	width: 270px;
	height: 200px;
	float: left;
	margin: 12px 5px;
}
/* 写真およびキャプション位置 */
p.image, p.caption {
	text-align: center;
	margin: 10px;
}
/* 画像廻り込み終了 */
.clear {
	clear: both;
}

/* アイコン位置 */
img.icon {
	vertical-align: middle;
	border: none;
	margin: 0 2px;
}
div.title {
	font-weight: bold;
	color: #572c00;
	border-bottom: 1px solid #572c00;
	padding: 2px;
}

/* 汎用画面寄せ */
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left !important;
}
.ta-c {
	text-align: center;
}

/* 返信記事 */
div.reslog {
	margin: 0 0 0 auto;
	width: 92%;
	text-align: left;
	border-top: 1px dashed gray;
	padding: 6px;
}
div.rescom {
	margin-top: 5px;
}

/* トピック画面 */
table.topic {
	border-collapse: collapse;
	width: 90%;
	margin: 5px auto 1em auto;
}
table.topic th, table.topic td {
	border: 1px solid #552b00;
	padding: 4px;
	font-size: 100%;
}
table.topic th {
	background: #d1c7b1;
}
table.topic td {
	background: #fff;
}
.w-s {
	width: 3.5em;
}
.w-m {
	width: 12em;
}
.mini {
	font-size: 80% !important;
}

/* 投稿・返信ボタン */
div.new-button {
	width: 90%;
	text-align: left;
	margin: 1.2em auto 8px auto;
}
div#addform {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}
div.res-button {
	width: 92%;
	text-align: left;
	margin: 1em auto;
}
div.find-form {
	width: 90%;
	text-align: left;
	margin: 0 auto;
}

/*
	ページ送り
	参考: http://css-happylife.com/template/page_nav/
*/
ul.pager {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
}
ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #804040;
	color: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 8px;
	background: #fff;
	color: #5b2e00;
	border: 1px solid #804040;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	background: #ffc488;
}

/*
	button design by:
	http://red-team-design.com/css3-patterned-buttons/
*/
.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


.button:hover {
	background-color: #eee;
	color: #555;
}

.button:active {
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled],
.button[disabled]:hover,
.button[disabled]:active {
	border-color: #eaeaea;
	background: #fafafa;
	cursor: default;
	position: static;
	color: #999;
	/* Usually, !important should be avoided but here it's really needed :) */
	box-shadow: none !important;
	text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small {
	padding: 4px 12px;
}

/* Larger buttons styles */

.button.large {
	padding: 12px 30px;
	text-transform: uppercase;
}

.button.large:active {
	top: 2px;
}

/* Colored buttons styles */

.button.color {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));

	background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));

}

/* */

.button.green {
	background-color: #57a957;
	border-color: #57a957;
}

.button.green:hover {
	background-color: #62c462;
}

.button.green:active {
	background: #57a957;
}

/* */

.button.red {
	background-color: #c43c35;
	border-color: #c43c35;
}

.button.red:hover {
	background-color: #ee5f5b;
}

.button.red:active {
	background: #c43c35;
}

/* */

.button.blue {
	background-color: #269CE9;
	border-color: #269CE9;
}

.button.blue:hover {
	background-color: #70B9E8;
}

.button.blue:active {
	background: #269CE9;
}

/* */

.green[disabled],
.green[disabled]:hover,
.green[disabled]:active {
	border-color: #57A957;
	background: #57A957;
	color: #D2FFD2;
}

.red[disabled],
.red[disabled]:hover,
.red[disabled]:active {
	border-color: #C43C35;
	background: #C43C35;
	color: #FFD3D3;
}

.blue[disabled],
.blue[disabled]:hover,
.blue[disabled]:active {
	border-color: #269CE9;
	background: #269CE9;
	color: #93D5FF;
}

/* Group buttons */

.button-group,
.button-group li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.button-group {
	font-size: 0; /* Inline block elements gap - fix */
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .04);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding: 7px;
	border-radius: 7px;
}

.button-group li {
	margin-right: -1px; /* Overlap each right button border */
}

.button-group .button {
	font-size: 13px; /* Set the font size, different from inherited 0 */
	border-radius: 0;
}

.button-group .button:active {
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
							5px 0 5px -3px rgba(0, 0, 0, .2) inset,
							-5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:first-child .button {
	border-radius: 3px 0 0 3px;
}

.button-group li:first-child .button:active {
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
							-5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .button {
	border-radius: 0 3px 3px 0;
}

.button-group li:last-child .button:active {
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
							5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}
