@charset "euc-jp";

/*
 * File      : style.css
 * Version   : 1.03
 * Update    :
 * 1.01 2006.02.04 change the 'comment-text' attribute name to 'comment' and add propaties.
 * 1.02 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 1.03 2006.08.13: change h tag level.
 *
 * Copyright (C) 2004-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: メイリオ, Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
#memberlist h2, #bbs h2, #filelist h2 {
    padding: 2px 0 2px 5px;
    background-position: left; 
    background-repeat: no-repeat;
    font-size: 100%;
    font-weight: bold;
    color: #ffffff;
    background: #933;
}

/* リンク */
a,
a:link,
a:visited {
    color: #330000;
    text-decoration: underline;
}
a:hover {
    color: #cc0000;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* 順序なしリスト */
ul {
}
ul li {
    margin-left: 1.5em;
    padding-left: 0;
    list-style-type: square;
}
ol {
    margin-left: 1.5em;
    padding-left: 0;
}
ol li {
    margin-bottom: 0.5em;
}

/* 定義リスト */
dl { margin: 1em 0 0 0; }
dt {
	background: url("http://blog84.fc2.com/e/esan/file/listback.gif") left bottom no-repeat;
	margin: 0;
	padding-left: 10px;
}
dt em {
	background: url("http://blog84.fc2.com/e/esan/file/listmark.gif") left no-repeat;
	padding-left: 40px;
	font-weight: bold;
}
dd {
    margin: 0.5em 0 0.7em 30px;
}

/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding-left: 1em;
    border-left: 5px solid #666666;
    font-size: 80%;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#header {
    height: 40px;
    color: #999999;
    background: #ffffff url("./image/header_bg.png") left top repeat-x;
}

h1 {
    display:inline; float:left; text-align:left;
}

/* メニューリスト・リンク */
#header ul{ display:inline; list-style-type:none; text-align:right; float:right; }
#header li{ display:inline; float:left; height:40px; margin:0;}
#header li a{ display:block; line-height:40px; padding:0 1em; background:url("./image/header_bg.png") left top repeat-x; text-decoration:none; font-weight:bold; }
#header li a:link,#header li a:visited{ color:#ddd; }
#header li a:hover{ color:#fff; background-position:0 -40px; }

/* メインコンテンツ */
#content {
    padding: 16px 15px;
    font-size: 100%;
}

.clear {
    clear: both;
}

/* 1カラム用 */
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #aaa;
}

.layout-one-column #box {
    width: 798px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 1カラム用フッタ */
.layout-one-column #footer-one {
	clear: both;
    margin: 0;
    font-size: 10px;
    text-align: center;
    color: #444444;
    line-height: 150%;
}

.layout-one-column #footer-liquid,
.layout-one-column #footer {
    display: none;
}
.layout-one-column #archive,
.layout-one-column-liquid #archive {
    font-size: 9px;
    text-align: center;
}

.layout-one-column #content {}

#globalnavi {
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    border-bottom : 1px solid #666699;
}

/* メンバーページ */
#memberlist #content h3, #filelist #content h3 {
    margin: 15px 5px 12px;
    color: #444444;
    font-size: 120%;
    font-weight: bold;
}
#memberlist #content ul {
    font-size: 100%;
    line-height: 150%;
}
#memberlist #content img {
	vertical-align: middle;
}

#memberlist #content table {
    margin-top: 1em;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 90%;
}
#memberlist td,#memberlist th {
	padding: 0.3em 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e1e2e6;
}
#memberlist td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eff2f3;
}
#memberlist th, .edit {
	text-align: center;
}
#memberlist th.sortable {
	cursor: pointer;
	background: #fcc;
}

.nowrap {
	white-space: nowrap;
}

/* メンバー登録ページ */
#memberlist ul input, #memberlist ul textarea, #memberlist #login input {
	font-size: 100%;
}
#memberlist input#dummy {
	display: none;
}
#memberlist .cmd {
	padding: 10px 0;
	text-align: center;
}
#memberlist .cmd input {
	padding: 0 0.5em;
	font-size: 100%;
}
#memberlist .delete {
	color: #ff0000;
}

#memberlist #error {
	margin: 1em;
	padding: 0.5em;
	border: 2px solid #a33;
}
#memberlist #error ul, #memberlist #error li {
	margin: 0;
	color: #a33;
	list-style: none;
}

/* BBS */
#bbs p {
	margin: 0;
	padding: 0;
}
#bbs #content, #filelist #content {
    color: #000000;
    background: #ffffdd;
}

#bbs .thread {
	margin: 20px 5px 0;
	border: 1px solid #999;
	background: #fff;
}
#bbs .thread p.reslink {
	margin: 0 1em 0.5em;
}
#bbs .thread p.reslink img {
	vertical-align: middle;
}
#bbs .res {
	margin-left: 50px;
}
#bbs h3, #bbs h4 {
	padding: 0.2em;
    font-size: 110%;
    font-weight: bold;
	background: url("./image/stripe.png") left bottom repeat-x;
    color: #a00;
}
#bbs h3 { margin: 0.5em 0.5em 0; }
#bbs h4 { margin: 0 0.5em 0 0.5em; }

#bbs p.text {
	margin: 1em;
	white-space: normal;
}

#bbs p.text img {
	float: left;
	margin: 0 1em 1em 0;
}

#bbs p.info {
	margin: 0 1em 1em;
	text-align: right;
	font-size: 90%;
}
#bbs p.info em {
	font-weight: bold;
	font-style: normal;
    color: #a00;
}

#bbs .fileinfo {
	clear: both;
	margin: 0.5em 30px;
	border: 1px solid #ccc;
	padding: 0.5em 20px;
	background: #f0f0f0 url("../bbs/image/dlbg.png") bottom right no-repeat;
}
#bbs .fileinfo img {
	vertical-align: middle;
}
#bbs .fileinfo span {
	font-size: 90%;
	color: #666;
}
#bbs hr {
	clear: both;
	margin: 0 1em;
	color: #ccc;
}

.pagemove {
	margin: 2em 0;
	text-align: center;
}

#bbs #write, #bbs #delete {
	background: #f0f0f0;
}
#bbs #delete {
	padding: 1em;
	text-align: center;
}
#bbs #delete p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#bbs #write h3 {
	padding: 0;
	background: none;
	font-weight: normal;
	color: #0a0;
}
#bbs #write fieldset {
	margin: 10px;
	border: 0;
}
#bbs #login fieldset {
	margin: 10px 0 20px 50px;
	border: 0;
}
#bbs #write input, #bbs #write textarea {
	width: 600px;
	font-size: 100%;
}
#bbs #write input#delfilechk {
	width: auto;
}
#bbs #login input, #bbs #login select {
	vertical-align: middle;
	font-size: 100%;
}
#bbs #login #dummy {
	display: none;
}
#bbs #write .submit, #bbs #login .submit {
	margin: 0 20px 10px;
}
#bbs #write .submit input, #bbs #delete input, #bbs #login .submit input {
	width: 100px;
	font-size: 100%;
}
#bbs #write ul, #bbs #login ul {
	margin: 1em;
	color: #a00;
	line-height: 1.5em;
}

#bbs #showform {
	margin: 0 0 0 0;
	text-align: center;
}
#bbs #showform button {
	border: 1px solid #333;
	font-size: 100%;
}

/* dl.php */
#filelist table {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 90%;
}

#filelist td,#filelist th {
	border: 3px solid #ffffff;
	padding: 0.3em 0.5em;
}

#filelist th {
	background: url("./image/stripe.png") left bottom repeat-x;
}
#filelist td {
	background: #ffffff;
}
