/* common */

body	{
	color:#000000;
	background-color:#ffffff;
	}

A:link   { color: #aaaaaa; text-decoration: none; font-weight: bold; }
A:active { color : #555555; text-decoration: none; font-weight: nomal; }
A:visited { color : #555555; text-decoration: none; font-weight: nomal; }
A:hover  { color : #a00000; text-decoration: underline; font-weight: nomal; }

/* メイン */
.mein
{
text-align: center;


}


/* kuro */

.kuro
{
	color:#ffffff;
	background-color:#000000;
}


/* 枠 */
.waku
{

width:700px;
filter:Alpha(opacity=100, finishOpacity=30, style=1);
background-color:#ffffff;
border: 1px #000000;
padding:0px;

}

/* タイトル文字 */
.title_txt
{


font-family: MS Serif;
font-size:100%;

}

/* ヘッダフッタ */

.h_f
{

font-size:75%;

width:700px;
text-align: left;

}




/* 大項目 */
.l_con
{

font-family: MS Serif;
font-size:100%;


}



/* 中項目 */
.m_con
{

width:500px;
text-align: left;

/* padding-left: 20px; */

margin-top: 5px;
margin-bottom:15px;

}

/* パケット */
.tohaba
{


width:32em;

line-height: 140%;

text-align:justify;
text-justify:distribute-all-lines;


font-family:ＭＳ ゴシック;
font-size:18px;


}

/* パケット内容 */

.tohaba_naka
{
text-align:left;
width:32em;

}


/* 目盛り */

.memori
{

font-size:50%;

}

