@charset "euc-jp";
/* ベーススタイルシート */
/* vim: set ts=4 sw=4:  */

/*
 *	css/base.css
 *	$Id$
 */

body{
	width: 300px;
	margin: auto;
	line-height: 130%;
	font-family: "ＭＳ ゴシック", monospace;
}

h1{
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	border: solid 1px #000000;
}

h2{
	width: 295px;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	padding-left: 1px;
	background-color: #c0c0c0;
}

h3{
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	padding-left: 1px;
	border: dotted 1px #000000;
}

hr{
	width: 295px;
	border: dashed 1px #000000;
}

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #0066ff;
}

a:visited {
	text-decoration: none;
	color: #0066ff;
}

a:hover {
	text-decoration: none;
	color: #0066ff;
}

div{
}

div.article{
}

div.article table{
	border-spacing: 1px;
}

div.article td.body{
	font-size: 85%;
	margin-left: -1px;
	width: 198px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	vertical-align: top;
}

div.article td.body div.date{
	color: #c0c0c0;
	text-align: right;
}

div.article td.photo{
	width: 102px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: center;
}

div.article td.exif{
	width: 102px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	text-align: right;
}

div.article td.userctrl{
	font-size: 90%;
	text-align: right;
}

div.article td.userctrl a{
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0066ff;
}

div.article td.userctrl a:visited {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0066ff;
}

div.article td.userctrl a:hover {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0066ff;
	background-color: #77bbff;
}

div.paging{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	text-align: center;
}

div.paging a{
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0066ff;
}

div.paging a:visited {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0066ff;
}

div.paging a:hover {
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #0066ff;
	background-color: #77bbff;
}

div#footer{
	line-height: 100%;
	font-size: 70%;
	text-align: left;
}

div#login{
	width: 200px;
	margin: auto;
	font-size: 90%;
}

div#main{
	font-size: 90%;
}

div#highslide-container{
	font-size: 90%;
}

input{
}

input.textbox{
	width: 95%;
	margin: auto;
}

textarea{
}

textarea.body{
	width: 200px;
	height: 10em;
	font-size: 90%;
}

.right{
	text-align: right;
}

.notice{
	font-size: 70%;
	font-weight: bold;
}

.err{
	font-size: 70%;
	font-weight: bold;
	color: #dd2222;
}

/* highslide */
.highslide {
    cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    /* border: 2px solid gray; */
}
.highslide:hover img {
    /* border: 2px solid white; */
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-size: 90%;
    /* padding: 5px; */
    background-color: white;
	text-align: center;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(/js/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

