/*----全体----*/

#main{	margin: 0px;
    width:546px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFFF;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

/*----kaisei.html----*/
.title {
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 98%;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 15px;
	border-left-style: outset;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.title2 {
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
}
.text{
    font-size:12px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	line-height: 150%;
	text-indent: 2px;
}
.kakko{	background-image: url(nentyou_img/〔〕.gif);
	background-repeat: no-repeat;
	background-position: center;}
.bg{
	background-color: #FFFFFF;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.indent{text-indent: 7px;}
.margin{margin:5px;}
.top{
	vertical-align: top;
}
