body {
	font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
}
.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: #FFDA77;
	}
.dottedkakomi{
	border: 1px dotted #FFDA77;
	padding: 10px;
	}
.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;
}
.package {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color: #CCCCCC;
	line-height: 24px;
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	font-weight: bold;
	padding: 5px;
	}
/* 見出し */

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDA77;
	border-left-color: #FFDA77;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	border-top-color: #FFDA77;
	border-right-color: #FFDA77;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	}
h3 {
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 0px;
	background-color: #666666;
	line-height: 24px;
	text-indent: 5px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	}

/* h4見出しはパッケージのタイトル用 */
h4 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-left-color: #999999;
	padding-left: 5px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	}	

/* リスト */
ul {
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px;
	}

a:link { color:#333333; text-decoration:none}
a:hover { color:#FFFFFF; text-decoration:none}
a:active { color:#FFFFFF; text-decoration:none}
a:visited { text-decoration:none}

a.menubar:link { 
	color:#333333;
	text-decoration:none;
	font-size: 12px;
}
a.menubar:hover { 
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
a.menubar:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
a.menubar:visited { 
	text-decoration:none;
	font-size: 12px;
}
a.textlink:link {
	color:#0000FF;
	font-size: 12px;
	text-decoration: underline;
}
a.textlink:hover {
	color:#0000FF;
	font-size: 12px;
	text-decoration: underline;
}
a.textlink:active {
	color:#0000FF;
	font-size: 12px;
	text-decoration: underline;
}
a.textlink:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a.white:hover {
	color:#0000FF;
	text-decoration:underline;
	font-size: 12px;
}
a.white:active {
	color:#0000FF;
	text-decoration:underline;
	font-size: 12px;
}
a.white:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
a.white:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-size: 12px;
}

/* メニュー */

#menunavi ul {
	margin: 10px 3px 30px;
	padding: 0px;
	list-style-type: none;
	color: #333333;
	font-size: 12px;
	width: 215px;
}
#menunavi li {
	display: inline;
	width: 98%;
	text-decoration: none;
}
#menunavi li a {
	color: #333333;
	display: block;
	border: 1px solid #666666;
	margin-bottom: 4px;
	padding: 2px;
	width: 98%;
}
#menunavi li a:hover {
	color: #FFFFFF;
	background-color: #FFBF5D;
	display: block;
	border: 1px solid #666666;
	margin-bottom: 4px;
	padding: 2px;
}
#menunavi .activemenu {
	color: #333333;
	background-color: #FFBF5D;
	display: block;
	border: 1px solid #666666;
	margin-bottom: 4px;
	padding: 2px;
}

