@charset "Shift_JIS"; 

/* ====================================================== */
/* 初期化 */

*{
	font-size:100%;
	font-style:normal;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

/* ====================================================== */
/* メイン */

body{
	font-size:1em;
	color:#050505;
	background:#faebd7;
	line-height:1.2em;
	margin-left:2em;
	margin-right:2em;
}

.NormalColor{
	color:#050505;
}

img{
	border:0px none;
}

p{
	font-size:1em;
	line-height:1.5em;
}

address{
	font-size:0.8em;
	font-style:normal;
	padding-top:5px;
	margin-top:12px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

blockquote{
	background-color:#faebd7;
	padding:1em;
	margin:0.5em;
	border-color:#cccccc;
	border-width:1px;
	border-style:dotted;
}

/* ====================================================== */
/* リンク */

a:link{
	color:#0000cc;
	text-decoration:none;
}

a:visited{
	color:#0000cc;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#0000ff;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#0000ff;
	background-color:#FF9428;
}

a:active{
	text-decoration:none;
	color:#0000ff;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#0000ff;
	background-color:#dddddd;
}

/* ====================================================== */
/* 見出し */

h1, h2, h3, h4, h5{
	font-weight:bold;
}

h1{
	font-size:1.5em;
	color:#333333;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:2em;
	margin-bottom:2em;
	margin-left:-0.5em;
	margin-right:-0.5em;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#333333;
}

h2, h3, h4{
	margin-top:1em;
	margin-bottom:1em;
}

h2{
	font-size:1em;
}

h3{
	font-size:1em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:0.5em;
	padding-right:0.2em;
	margin-left:-0.5em;
	border-left-width:0.8em;
	border-left-style:solid;
	border-left-color:#666699;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ddddff;
}

h3.NoDecorate{
	border-style:none;
}

h4{
	font-size:1em;
}

h5{
	font-size:0.8em;
	color:#808080;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:0.5em;
	padding-right:0.2em;
	margin-top:-3.5em;
	margin-left:-0.5em;
	margin-bottom:2.5em;
	border-left-width:0em;
	border-left-style:solid;
	border-left-color:#C0C0C0;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#C0C0C0;
}

/* ====================================================== */
/* リスト表示 */

dt, dd, li{
	margin-top:5px;
	margin-bottom:10px;
}

dl, ol, ul{
	line-height:1.2em;
}

dt{
	font-size:1em;
	margin-left:10px;
	padding-left:15px;
}

dd{
	font-size:0.9em;
	margin-left:40px;
	margin-right:40px;
}

ul{
	list-style-image:url("../img/plus.gif");
}

ul2{
	list-style-image:url("../img/p.bmp");
}

ol{
	list-style-type:decimal;
	list-style-image:url("");
}

li{
	font-size:1em;
	margin-left:25px;
	list-style-position:outside;
}

.tb1{
  width : 130px;
  

  
}
.tb{
  width : 843px;
  font-size : 1em;
  
  letter-spacing : 1px;
  line-height : 17px;
  
}
.tb2{
  width : 330px;
  color : #0000cc;
  font-weight : bold;
}
.tb3{
  color : #005757;
  font-size : 0.9em;
  height : 20px;
  
}
.tb4{
  padding-left : 27px;
}

.NoSymbol{
	list-style-image:url("");
	background-repeat: no-repeat;
	background-position: center left;
}

/* ====================================================== */
/* ワンポイント */

.Here{
	color:#999999;
}

.Reserved{
	color:#888888;
	text-decoration:line-through;
}

.Hidden{
	display: none;
}

.Small{
	font-size:0.7em;
}

.Normal{
	font-weight:normal;
}

.Strong{
	font-weight:bold;
}

.Stronger{
	font-size:1.5em;
	font-weight:bold;
}

.Strongest{
	font-size:2em;
	font-weight:bold;
}

.Italic{
	font-style:italic;
}

.RedStrong{
	color:#ff0000;
	font-weight:bold;
}

.Red{
	color:#ff0000;
}

.Gray{
	color:#999999;
}

.LightGray{
	color:#eeeeee;
}

.Star{
	color:#ffcc00;
	font-weight:bold;
}

.Indent1{
	text-indent:1em;
}

.Indent2{
	text-indent:2em;
}

.Margin-All1{
	margin:1em;
}

.Margin-All2{
	margin:2em;
}

.Margin1{
	margin-left:1em;
}

.Margin2{
	margin-left:2em;
}

.Margin3{
	margin-left:3em;
}

.Lf{
	margin-top:1.5em;
}

.LfLf{
	margin-top:3em;
}

.Lf2{
	margin-top:3em;
}

.Lf3{
	margin-top:4.5em;
}

.Lf4{
	margin-top:6em;
}

.Lf5{
	margin-top:7.5em;
}

.Left{
	text-align:left;
}

.Right{
	text-align:right;
}

.Center{
	text-align:center;
}

.Secret{
	color:#ffffff;
	background:#ffffff;
}

.FontCSMS{
	font-family:Comic Sans MS;
}

.Float_Left{
	float:left;
}

.LineHeight1em{
	line-height:1em;
}

/* ====================================================== */
/* ナビゲーション */

.Guide{
	font-size:0.9em;
	color:#999999;
	margin-top:3em;
	margin-bottom:3em;
	margin-left:-0.2em;
	margin-right:-0.2em;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
}

li.Home, li.Index, li.Previous, li.Next{
	font-weight:bold;
	list-style-type:none;
	list-style-image:url("");
	float:left;
}

.Navi_Top{
	font-size:0.8em;
	margin-left:-0.2em;
}

/* ====================================================== */
/* カレンダー */

.Cal{
	margin-left:1em;
}

.DayLabel{
	color:#666699;
	background-color:#cccccc;
	margin:1px;
	padding:1px;
	width:2.5em;
	height:1.5em;
	text-align:center;
	font-weight:bold;
	border-width:1px;
}

.Day{
	color:#888888;
	background-color:#e0e0e0;
	margin:1px;
	padding:1px;
	width:2.5em;
	height:1.5em;
	text-align:center;
}

.DayDone{
	background-color:#e0e0e0;
	margin:1px;
	padding:1px;
	width:2.5em;
	height:1.5em;
	text-align:center;
	font-weight:bold;
}

/* ====================================================== */
/* 独自スタイル */

.last{
	font-size:0.8em;
	color:#cccccc;
	margin-left:1em;
}

.Waku{
	background:#ffffff;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	border-width:1px;
	border-style:solid;
	border-top-color:#999999;
	margin:1em;
}

.Netabare{
	background:#ffffff;
	color:#ffffff;
	padding:1em;
	margin:0.5em;
	border-width:1px;
	border-style:solid;
}

.Board{
	padding:1em;
	margin:0.5em;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
}

.GrayBoard{
	background:#f5f5f5;
	padding:0.5em;
	margin:0.5em;
	border-width:1px;
	border-style:solid;
}

.WhiteBoard{
	background:#ffffff;
	padding:1em;
	margin:0.5em;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
}

.LightblueBoard{
	background-color:#fafaff;
	padding:1em;
	margin:0.5em;
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
}

.Mono{
	background:#f9f9f9;
	padding-top:1.5em;
	padding-bottom:1.5em;
	padding-left:1.5em;
	padding-right:1.5em;
	border-width:2px;
	border-style:dotted;
	border-color:#cccccc;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:1em;
	margin-right:1em;
}

.Note{
	padding-top:1em;
	padding-bottom:1em;
	padding-left:2em;
	padding-right:2em;
	margin-top:3em;
	margin-bottom:3em;
	border-width:1px;
	border-style:solid;
	border-top-color:#999999;
}

.Label{
	padding-top:0em;
	padding-bottom:1px;
	margin-top:0px;
	margin-bottom:1em;
	text-align:left;
}

.HomeH1{
	margin-top:4.4em;
}

.MonoTitleH2{
	font-size:1.2em;
	color:#8888cc;
	font-weight:bold;
}

.MonoTitleH3{
	color:#050505;
	font-weight:bold;
}

.Menu{
	font-weight:bold;
	line-height:1em;
}

.CopyRight{
	font-size:0.8em;
	padding-top:5px;
	margin-top:30px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
}

.ForBbsSubject{
	padding:0em;
	margin-top:0.5em;
	margin-bottom:1em;
	border-style:none;
}

.Photo{
	padding:3px;
	margin:1em;
	border:3px;
	background-color:#dddddd;
}

.Counter{
	margin-top:12px;
}
tr,td{ font-size:11pt; }
#small{ font-size:10pt; }
/* ====================================================== */
