@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	color: #777777;
	background-color: transparent;
	font-size: 10px;
	font-style: normal;
	font-family: verdana, 'ＭＳ Ｐゴシック', 'MS UI Gothic', 'trebuchet ms', Osaka, sans-serif;
	text-align: left;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;

	background-color: #FFFAF0;
	text-align: center;
}
p, li, dt, dd, address {
	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin: 0px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
/*	width: 430px;	*/
	width: 680px;

/*	margin: 10px;	*/
	margin: 3px 10px 3px 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	color: #999999;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	width: 680px;

/*	margin: 10px;	*/
	margin: 3px 10px 3px 10px;
	padding: 5px;
	border-top: 1px dotted #B0B0B0;
	border-right: 1px dotted #B0B0B0;
	border-bottom: 1px dotted #B0B0B0;
	border-left: 8px solid #999999;

	color: #666666;
	background-color: transparent;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #888888;

	text-decoration: underline;
}
a:active, a:hover {
	color: #555555;

	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #888899;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 575px;

	margin: 0px auto;
	border: 0px;

	background-color: transparent;
}

div#header {
	float: none;
	clear: both;

	text-align: right;
}
div#menu {
	float: right;
	clear: both;

	margin-bottom: 3px;
}
div#logs {
	float: left;
}
div#topix {
	margin-right: 3px;
}
div#pictx {
	float: right;
	clear: right;

	width: 360px;
}
div#link-feed {
	float: none;
	clear: both;
}
div#footer {
	float: none;
	clear: both;
}

/* ----- ヘッダー -------------------------------------- */

div#header p {
	margin: 0px 5px;

	font-family: Verdana, Arial, sans-serif;
	text-align: right;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0px 5px 0px 0px;
}
div#menu ul li {
	display: inline;
	float: left;

	margin-right: 1px;
}
div#menu a {
	display: block;
	width: 25px;
	background: transparent no-repeat center top;
}
div#menu * {
	text-decoration: none;
}

/* ----- トピックス -------------------------------- */
div#logs {
	width: 215px;
}
div#topix h2 {
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 3px 18px;
	border-bottom: 1px dotted #AAAAAA;

	background-image: url(../img/i_arrow_gr.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#topix h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;

	background-image: url(../img/i_arrow_s.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div#topix h4 {
	margin: 5px 0px 0px 3px;
	padding: 0px 0px 0px 12px;

	background-image: url(../img/i_tri.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
}
div#topix dl {
	margin: 0px 0px 0px 15px;
}
div#topix dl dt {
}
div#topix dl dd {
}
div#topix .block {
	margin-bottom: 5px;
	padding-bottom: 5px;

	border: 0px;

	text-align: center;
}

/* ----- 画像表示部 ------------------------------------ */

div#pictx table {
	margin: 0px;
	border: 0px;
}
@media screen {
	div#pictx table {
        	margin: 0px;
        }
}
div#pictx table tr th {
	padding: 5px;
	border: 0px;

	background-color: #FFFFFF;

	text-align: left;
}
div#pictx table tr td {
	padding: 0px;
	border: 0px;

	background-color: #67c6dc;	/* 枠：絵に合せて変更 */
}
.left_u {
	background: url(../img/corner_l1.gif) left top no-repeat;
}
.left_d {
	background: url(../img/corner_l2.gif) left bottom no-repeat;
}
.right_u {
	background: url(../img/corner_r1.gif) right top no-repeat;
}
.right_d {
	background: url(../img/corner_r2.gif) right bottom no-repeat;
}

@media screen {
	div#pictx table tr td {
        	padding: 0px;
        }
}
div#pictx .pictx {
	background-image: url(../image/top58.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
div#pictx .info {
	padding: 0px 5px 15px 0px;
}
div#pictx .info * {
	color: #777777;			/* 文字：絵に合せて変更 */
	text-align: right;
}
div#pictx .info dl {
}
div#pictx .info dl dt {
	display: inline;
}
div#pictx .info dl dt dd {
	background-color: transparent;

	display: list-item;
	list-style-type: none;
}
/* ----- リンク ---------------------------------------- */
div#link-feed * {
	margin: 0px 0px 6px 0px;

	color: #AAAAAA;
	background-color: transparent;

	font-size: 6pt;
	text-align: center;
}

/* ----- フッター -------------------------------------- */
div#footer address {
	padding: 0px;

	text-align: center;
}
div#footer p {
	text-align: center;
}
/* --- 破線 -------------------------------------------- */
.hr, .hr15 {
	position: static;
	padding: 0px;
	height: 1px;
	background-image: url(../img/hr-line.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.hr {
	margin: 0px 0px 0px 0px;
}
.hr15 {
	margin: 0px 15px 0px 15px;
}

/* --- 個別設定 ---------------------------------------- */
.counter {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

