/* リセットスタイル */
@import url("reset.css");

/* 全体 */
html, body {
	height: 100%;
}
body {
	font-size: 0.8em;
	color: #444444;
}
body a {
	color: #999999;
}
body a:hover {
	color: #CCCCCC;
}
#base {
	width: 818px;
	height: 100%;
	min-height: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 0 auto;
}
body > #base {
	height: auto;
}

/* ヘッダー */
h1 {
	padding: 10px;
	font: bold 1.5em/36px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	letter-spacing: 2px;
	background-color: #24BEF9;
}
h1 a {
	color: #555555;
	text-decoration: none;
}

/* メニュー等 */
.box {
	clear: both;
	padding: 14px 15px;
	border-top: 1px solid #CCCCCC;
}
.b_top {
	position: relative;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: -1px;
}
.menu {
	text-align: center;
}
.menu ul {
	margin-bottom: 0;
}
.menu li {
	display: inline;
	margin: 0 14px;
}
#mes {
	padding: 10px 15px;
}
h2 {
	line-height: 1.4em;
	padding: 8px 15px;
	border-top: 1px solid #CCCCCC;
	color: #555555;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
}
#page {
	text-align: center;
}
.hidden {
	visibility: hidden;
}
.button {
	text-align: center;
}
.button form {
	display: inline;
}
.button input {
	margin-right: 20px;
}

/* 記事一覧 */
.arti-box {
	clear: both;
	padding: 22px 24px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	overflow: hidden;
}
.arti-box .title {
	line-height: 1.4em;
	margin-bottom: 6px;
	padding: 2px 7px;
	border-left: 3px solid #BBBBBB;
	color: #555555;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
}
.arti-box .title a {
	color: #555555;
}
.arti-box .name {
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
	text-align: right;
}
.arti-box .article {
	overflow: hidden;
	margin: 15px 14px;
}
.arti-box img {
	margin-right: 4px;
	margin-bottom: 4px;
}
.arti-box .text {
	line-height: 1.56em;
	padding-top: 4px;
}
.arti-box .edit_date {
	color: #666666;
	font-size: 0.8em;
	text-align: right;
}
.arti-box .date {
	clear: both;
	padding-top: 8px;
	border-top: 1px dotted #CCCCCC;
	color: #666666;
	text-align: right;
}
.arti-box .num {
	float: left;
}
.arti-box .ed_form {
	clear: both;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dotted #CCCCCC;
}
.arti-box .edit {
	float: left;
}
.arti-box .d_check {
	float: right;
}

/* 記事投稿・削除 */
#new_form {
	padding: 6px 0;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
}
#d_confirm {
	clear: both;
	padding: 6px 24px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}
#form {
	padding: 10px 20px;
	border-top: 1px solid #CCCCCC;
}
#form form {
	margin-left: 20px;
}
#form form p,
#form li {
	line-height: 1.2em;
	margin-bottom: 8px;
}
#form li.f_list {
	list-style: disc inside;
}
#form textarea,
#form input {
	font-size: 1em;
}
#form .no {
	color: #FF3333;
}
#form .des {
	color: #FF9933;
}
#form input.submit {
	margin-left: 20px;
}
#passin {
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}
#passin form {
	margin-right: 20px;
	text-align: right;
}
#pass_form {
	clear: both;
	padding: 10px 20px;
	border-top: 1px solid #CCCCCC;
}


/* Highslide用スタイル */
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur) , pointer;
	outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}
.highslide-image {
	cursor: pointer; /* opera */
	cursor: url(../highslide/graphics/zoomout.cur) , pointer;
}
.highslide-image-blur {
	cursor: pointer;
	cursor: hand;
}
.highslide-caption {
	display: none;
	padding: 5px;
	border: 5px solid white;
	border-top: none;
	background-color: white;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.highslide-loading {
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	display: block;
	padding: 3px;
	padding-left: 22px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	font: bold 9px 'MS Sans Serif';
	text-decoration: none;
	text-transform: uppercase;
	background: black url(../highslide/graphics/loader.gif) no-repeat 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	font-size: 10px;
	text-decoration: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
