@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	background-image: url(index-img/bg-line.gif);
	background-repeat: repeat;
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
}
.copyright {
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
.under-menu{
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}
.policy-body{
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
}
.txt-body{
	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
.txt-body-w{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #FFF;
}

.txt-field {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	width:340px;
	height:300px;
	background-color:#fff;
	text-align: left;
	overflow:auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.rec-title {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	border-color: #5AC2E0;
	border-left: 5px;
	border-bottom: 1px;
	width: 370px;
	height: 22px;
	border-bottom-style: solid;
	border-left-style: solid;
	float: right;
	padding-left: 3px;

}
.rec-body {
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	width: 370px;
	height: auto;
	float: right;
	margin-bottom: 10px;
	margin-top: 3px;
}


a.under-menu {/*リンクされた文字*/
    color:#FFF;
}
a:link.under-menu {/*未訪問のリンク*/
    color:#FFF;
}
a:visited.under-menu {/*訪問後のリンク*/
    color:#000;
}
a:hover.under-menu {/*マウスをのせたとき*/
    color:#CC0000;
}