/*  ベーシックな指定　*/

p
{
    BORDER: 0;
    PADDING: 0;
    MARGIN: 0;
    font-size: 1.0em;
    line-height: 1.4em;
	}

body {
	font-family: Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 95%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}

.small {
	font-size: 85%;
}

a:link {
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}



/* 基準フォント　*/
.body-text {
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.body-text a {
	color: #333333;
	font-weight: bold;
}

/* 小見出し左寄せ　*/
.ttls {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* インデント箇条書き　*/
.body-idt {
	font-size: 95%;
	line-height: 150%;
	color: #333333;
	margin:0px 40px;
	text-indent:-1em;
	padding-left:1em;
}
.idt {
	color: #FF9900;
}

/* 太字 文字の大きさ120%　*/

.green120-bold {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	padding: 0.1em;
	margin: 0.2em 0px 0.5em;
}
.green120-bold a {
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}

/*  小さい字 場所表示　*/
.txt75-locate {
	font-size:75%;
	color: #666666;
	text-decoration: none;
}
.txt75-locate a {
	text-decoration: underline;
	color: #999999;
}
.txt75-locate a:hover {
	color: #669900;
}

/*  小さい字 メニューの中で表示　*/
.menu90 {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0.8em;
	margin: 0px;
	padding-top: 0.2px;
	padding-right: 0px;
	padding-bottom: 0.2em;
}

.menu90 a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
.menu90 a:hover {
	font-weight: normal;
	color: #336600;
	text-decoration: underline;
	padding: 0;
	margin: 0ems;
}

/*  小さい字 キャプション　*/
.caption {
	font-size: 80%;
	line-height: 140%;
	color: #333333;
	padding: 5px;
}
