@charset "Shift_JIS";
/* ----- 初期定義 -------------------------------------- */
* {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'MS UI Gothic', sans-serif;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', sans-serif;
}


body {
	background: url("./images/bga.gif") repeat;
	font-size: 80%;
	text-align: center;
}

a { text-decoration: none; color: #5753df;}
a:hover { text-decoration: none; color: #ff6347;}

img {
	border: 0;
	vertical-align: middle;
}

/* 回りこみ解除用 */
.clear { clear: both; }
.clear hr { display: none; }

#wrapper {
	margin: 0 auto;
	margin-top: 10px;
	width: 95%;
}

#navigation p#navi{
	float: left;
	text-align: left;
	margin-bottom: 5px;
	font-size: 120%;
}

#navigation p#navi span {
	background: #ddd;
	border-radius: 10px;
	padding: 1px 10px;
	font-weight: bold;
}

#navigation p#now {
	float: right;
	vertical-align: bottom;
}
#navigation p#now img{
	vertical-align: top;
}

#top {
	background-color: #ffd5ff;
	margin: 0;
	padding-bottom: 2px;
	height: 25px;
}

#top p {
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0 12px;
	text-align: left;
	color: #fff;
	font-size: 16px;
}

#top p a{
	color: #fff;
}

/* ================================================================
	Header
   ================================================================ */
#header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

#header h1 {
	float: left;
}

#header #ads {
	float: left;
	margin-left: 100px;
}

/* ================================================================
	メニュー項目
   ================================================================ */
#sidebar {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 14px;
}

/* サイドバー各タイトル */
#sidebar h3, #sidebar h6 {
	background-color: #ffbfdf;
	border: solid 1px #333;
	border-width: 2px 1px 2px 1px;
	margin: 0 auto;
	padding: 5px 10px;

	color: #6a0000;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* ul共通 */
#sidebar ul{
	background: #fff;
	border: 1px solid #afafaf;
	border-width: 0 1px 0;
	margin-bottom: 20px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	_overflow : hidden;
}

/* li共通 */
#sidebar ul li {
	border-bottom: 1px solid #afafaf;
	line-height: 1.7em;
	font-size: 90%;
}

#sidebar ul li a {
	display: block;
	border-left: 10px solid #ddd;
	padding: 4px 0 4px 10px;
}

#sidebar ul li a:hover {
	display: block;
	border-left: 10px solid orange;
	padding: 4px 0 4px 10px;
}
/* ================================================================
	コンテンツ項目
   ================================================================ */
#contents {
	margin-left: 210px;
	text-align: left;
	vertical-align: top;

	position: relative;
	_padding-left: 20px;
}

#contents li {
	list-style-position: inside;
}

/*タイトル部分*/
.title{
	background-color: #ffbfdf;
	border: solid 1px #333;
	border-width: 2px 1px 1px 1px;
	margin: 0 auto;
	padding: 5px 10px;

	color: #6a0000;
	font-size: 10pt;
	font-weight: bold;
	width: 200px;
	letter-spacing: 0.2em;
}

.text{
	background-color: #fcfbff;
	border: solid 1px #333;
	margin: 0 auto;
	margin-bottom:20px;
	padding: 10px 10px;
	font-size: 10pt;
	width: 200px;
}

.text li{
	margin-left: 20px;
}

/*タイトル部分*/
.title1{
	background-color: #ffbfdf;
	border: solid 1px #333;
	border-width: 2px 1px 1px 1px;
	margin: 0 auto;
	padding: 5px 10px;

	color: #6a0000;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.2em;
}

table.text1 {
	background-color: #fcfbff;
	border: solid 1px #333;
	margin: 0 auto;
	margin-bottom:20px;
	padding: 10px 10px;
	font-size: 10pt;
}

.textbox {
	background-color: #fcfbff;
	border: solid 1px #333;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 10pt;
}

/* -------------------------- */
#kclap form { /* メッセージ */
	float:left;
}

#kclap { /* メッセージ */
	background-color: #fcfbff;
	border: dotted 1px #333;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 10pt;
}
#kclap p{ /* メッセージ */
	margin-left: 130px;
}
/* /-------------------------- */

table.text1 td p{
	border: 1px solid #333;
	background-color: #ffe2f8;
	width: 200px;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

table.text1 td p a{
/*	color: #333; */
}
table.text1 td a{
	line-height: 1.4em;
}

#contents td{
	line-height: 1.2em;
}

#container {
	margin: 20px;

}
#count {
	display: none;
}

#footer {
	border-top: 1px solid #afafaf;
	padding-top: 20px;

}

/* ================================================================
	更新履歴
   ================================================================ */
dl#update {
	background-color: #fcfbff;
	border: solid 1px #333;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 10pt;
	
	height: 100px;
	overflow-y: scroll;
}

dl#update dt{
	float: left;
	width: 100px;
	border: 1px solid #333;
	background: #777;
	color: #fff;
	text-align: center;
}

dl#update dd{
	border-bottom: 1px dotted #777;
	margin-left: 110px;
	padding-left: 5px;
	line-height: 1.7em;
}

dl#update dd.e{
	margin-bottom: 15px;
}

