/* CSS Document */
.s-style {
	font-size: 11px;
	line-height: 18px;
}
.m-style {
	font-size: 12px;
	line-height: 18px;
}
.l-style {
	font-size: 14px;
	line-height: 18px;
}
.copy-style {
	font-size: 11px;
	line-height: 18px;
}
.dotted{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC33;
	}
.borderkakomi-red {
	margin: 10px;
	padding: 5px;
	border: 3px double #CC0000;
	line-height: 1.5em;
	color: #FF0000;
	font-size: 13px;
}
.dottedkakomi{
	border: 1px dotted #333333;
	padding: 10px;
	color: #333333;
	}
.servicerate {
	font-size: 11px;
	border-style: dotted;
	border-width: 1px;
	margin-left: 00px;
	margin-right: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-bottom: 30px;
	}
.honbunstyle {
	font-size: 12px;
	line-height: 20px;
	padding-left: 36px;
}	
.honbunstyle-list {
	font-size: 12px;
	line-height: 20px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
	margin-right: 30px;
}
.menu {
	font-size: 12px;
	padding-left: 6px;
	line-height: 1.5em;
	border: 1px solid #FFFED5;
	margin-right: 10px;
	padding-right: 10px;
	background-color: #FFFED5;
}
.menu-active {
	font-size: 12px;
	padding-left: 6px;
	line-height: 1.5em;
	border: 1px solid #9F8A5A;
	margin-right: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #9F8A5A;
}
.menu-shinjibn {
	font-size: 12px;
	line-height: 1.5em;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
}
/* 見出し */

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFED5;
	border-left-color: #FFFED5;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	border-top-color: #FFFED5;
	border-right-color: #FFFED5;
	color: #5D4027;
	border-top-width: 2px;
	border-top-style: solid;
	}
h3 {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 0px;
	line-height: 24px;
	padding: 4px;
	color: #5D4027;
	background-color: #FFFFFF;
	border-top: #5D4027;
	border-right: #5D4027;
	border-bottom: #5D4027;
	border-left: 6px solid #5D4027;
	}

/* h4見出しはパッケージのタイトル用 */
h4 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC33;
	border-bottom-width: 1px;
	}	

/* リスト */
ul {
	padding-right: 0px;
	margin: 0px;
	}
dt{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFED5;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 15px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.rate {
	font-size: 12px;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;
	padding-right: 8px;
	padding-left: 8px;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

A:link { text-decoration:none; font-weight:normal; color:#5D4027} 
A:visited { 
text-decoration:none; font-weight:normal; color:#5D4027} 
A:active { text-decoration:none; 
font-weight:normal; color:#917954} 
A:hover { font-weight:normal; color:#917954} 
a.red:hover { 
	color:#333333;
	text-decoration:underline;
}
a.red:active {
	color:#333333;
	text-decoration:underline;
}
a.red:visited { 
	color:#FF0000;
	text-decoration:underline;
}
a.red:link { 
	color:#FF0000;
	text-decoration:none;
}
a.white:hover { 
	color:#0000FF;
	text-decoration:underline;
}
a.white:active {
	color:#0000FF;
	text-decoration:underline;
}
a.white:visited { 
	color:#FFFFFF;
	text-decoration:none;
}
a.white:link { 
	color:#FFFFFF;
	text-decoration:underline;
}
body,td,th {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color:#5D4027
}

