﻿@charset "UTF-8";

em{
	font-weight: bold;
}

.caution {
	color: #EE0000;
	font-size: 12px;
}

#Rule {
	font-size: small;
	color: #333333;
	margin: 0 auto;
	line-height:1.4em;
	width:95%;
}

#Rule h1 {
	background-color: #FFDDDD;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFAA55;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: large;
}

#Rule_Top {
	border: 1px solid #FF9900;
	margin-bottom: 10px;
}

#Rule dl {
	margin-bottom: 20px;
}

#Rule dt {
	margin: 2em 0 0.5em 0;
	font-weight: bold;
}

#Rule dt.obi {
	margin: 4em 0 0.5em 0;
	font-weight: bold;
	background-color: #FFDDDD;
	padding: 3px 0 1px 3px;
	border-left: 5px solid #FFAA55;
}

#Rule dl dd ol {
	margin-left: 2em;
}

#Rule dl dd ul {
	margin-left: 2em;
}

#Rule dl dd li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#Rule dl dd ol ul {
	margin-left: 1em;
	list-style-type: disc;
}

#Rule dl div.keep_catch {
	border: 2px solid #FF6600;
}

#Rule dl div.keep_catch dt {
	margin: 0.5em 0.5em 0 0.5em;
	color: #FF6600;
	background-color: #FFFFFF;
	padding: 0;
	border: none;
}

#Rule dl div.keep_catch dd {
	margin: 0.5em 0.5em 1em 0.5em;
}

#Rule dl div.keep_catch dd {
	margin: 0.5em 0.5em 1em 0.5em;
}

#Rule dl dd dl dt {
	background: url(../imgs/tn_marker-2.gif) no-repeat left 4px;
//	background-position: left 4px;
	padding: 0 0 0 10px;
	border: none;
}

*:first-child+html #Rule dl dd dl dt {
	background-position: left 28px;
}


#Rule dl dd dl dt.border_top {
	border-top: 4px #FF9999 dotted;
	padding-top: 20px;
	background-position: left 24px;
//	background-position: left 26px;
}

span.keep_img {
	vertical-align: 1px;
	width: 105px;
	height: 18px;
	text-indent: -999em;
	margin: 0 2px;
	background: url(../imgs/keep_icon.gif) no-repeat left top;
	display: inline-block;
}
span.keep_img:hover {
	background-position: left -18px;
}

a.keep_help_close {
	font-size: 12px;
	float: right;
	text-align: center;
	display: block;
	width: 5em;
	height: 1em;
	padding: 3px;
	margin-right: 2em;
	margin-bottom: 1em;
	background-color: #DDEEFF;
	border: 1px solid #CCC;
}

a.keep_help_close:hover {
	background-color: #FFFFCC;
}

.sub {
	font-size: 12px;
	color: #555;
	margin-top: 0.5em;
}

.li-none { list-style-type: none;}

.keep_stop {
	background: url(../imgs/tn_marker-2.gif) no-repeat left 4px;
//	background-position: left 5px;
	padding: 0 0 0 10px;
	margin-top: 1em;
	display: inline-block;
}

#Rule #keep_help_manual dd {
	margin-bottom: 50px;
}

#Rule #keep_help_manual li {
	margin-bottom: 30px;
}

#keep_help_manual img {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 3px;
}

.kensaku_hozon {
	background: url(../imgs/search_save_icon.gif) no-repeat left top;
	height: 18px;
	width: 150px;
	overflow: hidden;
	text-indent: -999em;
	display: inline-block;
	vertical-align: -4px;
	margin: 0 2px;
}
.kensaku_hozon:hover {
	background: url(../imgs/search_save_icon.gif) no-repeat left -18px;
}
