@charset "shift_jis";
/* メインテキスト */ 
body {
	color:#333333;
}
.txt_s {
	font-size: 75%;
}

td {
	font-size: 80%;
	line-height: 160%;
	color: #333333;
}
.txt_sp {
	letter-spacing: 1px;
}

.bor_btm {
	border-bottom: 1px dotted #CCCCCC;
}



/* メインテキスト内リンク */ 
a{
	text-decoration: none;
}


a:visited{
	text-decoration: none;
}

/* パンくずリスト */ 
.pankuzu{
	line-height:1.0em;
	font-size:80%;
	text-decoration:none;
}

.pankuzu:hover{
	line-height:1.0em;
	font-size:80%;
	text-decoration:none;
	background-color:FFFF33;
	color:red;
	text-decoration:underline;
}

.pankuzu:visited{
	font-size:80%;
	line-height:1.0em;
	text-decoration:none;
}


/* 一段下げ */ 
blockquote {
	padding-top: 5px;
}

/* 問い合わせ */ 
.toiawase {
	font-size:100%;
	line-height:1.3em;
}
	
/* コピーライト */ 
.copy{
	color:336699;
	font-weight:bold;
	font-size:80%;
}
.toiawase .add {
	width: 70%;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 30px;
}
.toiawase .ttl {
	font-weight: bold;
	text-align: left;
	width: 70%;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 105%;
}
li {
	line-height: 170%;
}
