/* ページのリセット用CSS */

@charset"Shift_JIS";

/* default */

body     { font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif; }
h1    { font-weight: bold; font-size: 36px; }
h2         { font-weight: bold; font-size: 24px; line-height: 1.2em }
h3          { font-weight: normal; font-size: 14px }
h4       { font-weight: bold; font-size: 16px }
h5		  { font-weight: normal; font-size: 15px; margin: 5px }
p     { font-size: 13px; line-height: 18px; margin: 5px; padding: 0px; }
a { img-decoration: non; }

#WRAPPER { background-color: white; width: 820px; height: auto; }

/* HEADER */

.bar_brown  { color: white; background-color: #cd853f; clear: both; padding: 2px 0pt; width: auto; text-align: center; }
.clearbox     { float: right; margin-top: 20px; margin-right: 50px; width: auto }
.logo  { float: left; margin-left: 50px; width: auto }
.fred  { color: red; }
.fgreen    { color: #00be00; }
.fblue  { color: blue; }
.fbold { font-weight: bold; }
.txcenter { text-align: center; }
.borderblue { border: solid 1px blue; }
.leadline   { line-height: 1.5em; text-align: center; clear: both; padding: 5px 0pt; border-top: 2pt solid #d3d3d3; border-bottom: 2pt solid #d3d3d3; width: auto }
.leadlineladies     { color: #f00; line-height: 1.5em; text-align: center; clear: both; padding: 5px 0pt; border-top: 2pt solid #ffc0cb; border-bottom: 2pt solid #ffc0cb; width: auto }


/* MAIN-LEFT */

#MAIN-LEFT  { margin: 0 0 0 0px; padding: 0 20px 0 0; border-right: 2px dotted #696969; width: 600px }


.itemname    { line-height: 24px; margin-top: 0px; margin-bottom: 5px; margin-left: 5px; padding-top: 0px }

table		{ 
		margin: 0px auto 10px auto;
		border-collapse: collapse;
		border: solid 1px silver;
		padding: 0px;
		empty-cells: show;
		}
			
tbody th		{ 
		margin: 0px;
		padding: 10px;
		border: solid 1px silver;
		}

tbody td 		{ 
		margin: 0px;
		padding: 10px;
		border: solid 1px silver;
		}

.w600     { width: 600px; }
.w150      { text-align: center; padding: 0px; width: 150px; height: 150px }
.w150-v0-pad      { padding: 0px 10px; width: 150px }
.w450     { width: 450px; }

.pictbox     { text-align: center; float: left; width: 150px; height: auto }
.pictbox-top5  { float: left; padding-top: 5px; width: 150px; height: auto }
.pictbox-top10  { float: left; padding-top: 10px; width: 150px; height: auto }
.pictbox-left10  { float: left; padding-left: 10px; width: 150px; height: auto }

.typebar    { color: #696969; background-color: #f5f5f5; margin: 10px 0px 10px 0; padding: 5px; border: solid 1px #696969 }
.typebar-pink     { color: #696969; background-color: #ffefd5; margin: 10px 0px 10px 0; padding: 5px; border: solid 1px #ff69b4 }

.topborder  { text-align: center;  padding:  10px 0 10px 0  ; margin: 0; border-top: solid 1px silver; }
.nonboeder  { text-align: center;  padding:  10px 0 10px 0 ; margin: 0; }
.bottomborder  { text-align: center; padding:  10px 0 10px 0 ; margin: 0; border-bottom: solid 1px silver; }

/* SUB-RIGHT */

#SUB-RIGHT  { text-align: center; margin: 0 5px; width: 170px }

.righttextbox   { text-align: left; margin-top: 10px; margin-bottom: 20px; padding: 0px; border: solid 1px silver; width: 170px }
.clearbox300   { text-align: center; margin-top: 300px; margin-bottom: 300px }
.clearbox300border1    { text-align: center; margin-top: 300px; margin-bottom: 300px; border: solid 1px #c0c0c0 }
.clearbox500 { text-align: center; margin-top: 500px; margin-bottom: 500px }

.menu  { font-weight: bold; border-bottom: 2px dotted #dcdcda }


/* MISESAKI index page */

.border0      { padding-right: 20px; padding-left: 20px; border: 0px }
.misesaki      { margin-right: 150px; margin-left: 150px }



/* 全体設定 */

a:link  { color: #00f }
a:visited  { color: purple }



ul#PAN {
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}
#INDEX ul#PAN{
	display: none;
}
#PAN li{
	display: inline;
}
#PAN a{
	text-decoration: none;
}
#PAN a:after{
	content: "->";
}



/* リスト */
.text ol {
	margin: 0 0 1em 35px;
	list-style: decimal;
}
.text ul {
	margin: 0 0 1em 35px;
	list-style: square;
}
dl {
	margin: 0 0 1em 5px;
}
dt {
	color: #9A5434;
	font-weight: bold;
}
dd {
	margin: 0 1em 1em 1.5em;
}

/* フッター */
div#FOOTER  { background-color: #dcdcdc; text-align: right; clear: left; margin-top: 5px; width: 100% }
#FOOTER h2 {
	display: none;
}
#FOOTER ul {
	padding: 5px;
}
#FOOTER li {
	display: inline;
	padding: 0 0.5em;
	font-size: 92%;
}
#FOOTER a{
	text-decoration: none;
}
address {
	display: inline;
}

/* 強調・追加・削除 */
em {
	font-weight: bold;
}
strong{
	font-weight: bold;
	color: #814121;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}


/* 整形済みテキスト */
pre {
	padding: 0.3em;
	border: solid 1px #DADADC;
	font-size: 92%;
	font-family: monospace;
}

/* 物理要素 */
b { font-weight: bold; } /* 太字 */
i { font-style: italic; } /* 斜体 */
big { font-size: 107%; } /* 文字大 */
small { font-size: 85%; } /* 文字小 */
tt { font-family: monospace; } /* 等幅 */
