/* 全体共通 */

body {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Meiryo;
	background-color: #ffffff;
	background-repeat: repeat-x;

}

TABLE {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Meiryo;
	background-color: #ffffff;
	background-repeat: repeat-x;

}

iframe {
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Meiryo;
	background-color: #ffffff;
	background-repeat: repeat-x;

}

/* リンク */

a, a:link  a:visited{
	color: #000000;
	text-decoration: none;

}
a:hover{
	color: #cccccc;
	text-decoration: underline;

}


スクロールバー

.mbox {
        width: 489px;
        height: 13em;
        overflow: auto;
	background-image: url(img/kabe_1.gif);
        padding: 5px;
        margin-bottom: 30px;
        border: 3px double #FFFFFF;
}
.new2 {
	margin: 0px 5px 3px 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #444444;
}
.new {
	margin: 0px 5px 3px 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-size: 13px;
	color: #444444;
}

