/* CSS Document */

h1,h2,h3,h4,h5,h6,ul,ol,dl{
	margin-top:0;
	margin-bottom:0;
}

body {
	background: #e5cccc;
	margin-top: 0;
	margin-bottom: 0;
	color:#666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;

}


/* リンク */
a {
	text-decoration:none;
	color:#990000;
}

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


/* 見出し */
h1{
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	background-color:#660000;
	padding:4px;
	padding-left:5px;
	margin-top:20px;
	margin-bottom:20px;
}

h2{
	color:#669900;
	font-size:90%;
}

h3{
	color:#333333;
	font-size:85%;
}

/* copyright */
.cprt{
	font-size:11px;
	color:#996666;
	margin-top:5px;
}

/* このサイト */
.about{
	font-size:11px;
}
.about a {
	text-decoration: none;
	color: #330000;
}
.about a:hover {
	text-decoration: none;
	color:#CC0000;
}


/* 本文テキスト */
.txt_s{
	font-size:70%;
	line-height:140%;
}

.txt_m{
	font-size:80%;
	line-height:160%;
}

.txt_l{
	font-size:90%;
	line-height:180%;
}
/* 本文テキスト太字 */
.txt_sb{
	font-size:70%;
	line-height:140%;
	font-weight:bold;
}

.txt_mb{
	font-size:80%;
	line-height:160%;
	font-weight:bold;
}

.txt_lb{
	font-size:90%;
	line-height:180%;
	font-weight:bold;
}





/* 罫線 */
.rules{
	border-bottom:1px dotted #669900;
	padding-bottom:10px;
}




/* ナビゲーション */
.nav{
	margin-left:0;
	font-size:75%;
	line-height:120%;
	vertical-align:middle;
	text-align:left;
	width:180px;
	height:43px;
}
.nav a {
	text-decoration: none;
	color: #330000;
}
.nav a:hover {
	text-decoration: none;
	color:#CC0000;
}

.nv_line{
	height:1px;
}
