@charset "UTF-8";
h2 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	border: 1px solid #999;
	padding: 0.3em 0.8em;
	margin: 0.5em 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin: 0.5em 0;
}
#menu h3 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	padding: 0.3em 0.5em;
	margin: 0 0.5em 0 0.5em;
	display: block;
	color: #FFFFFF;
	background-color: #003399;
}
#menu ul {
	font-size: 12px;
	display: block;
	margin: 0 0.5em 1em 0.5em;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	padding-left: 5px;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
}
#menu li.this {
	background-color: #EEEEEC;
}
#menu li a:link {
	color: #003399;
}
#menu li a:visited {
	color: #003399;
}
#menu li a:hover {
	color: #3399CC;
	text-decoration: none;
}
#menu li a:active {
	color: #003399;
}
#mainIndex h3 {
	margin-left: 1em;
}
#mainIndex ul {
	margin-left: 2em;
}


/* decoration */

.watch {
	font-weight: bold;
	color: #0066CC;
}
.watch2 {
	font-weight: bold;
	color: #003366;
}
.watch3 {
	font-weight: bold;
	color: #990033;
}
.caution {
	color: #FF0000;
}
.add {
	color: #666666;
}
.hide {
	display: none;
}

/* box(setup no) */

.setup_hint {
	background-image: url(../setup/images/bgno_hint.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 1em;
}
.setup_maru {
	background-image: url(../setup/images/bgno_maru.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup01 {
	background-image: url(../setup/images/bgno_01.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup02 {
	background-image: url(../setup/images/bgno_02.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup03 {
	background-image: url(../setup/images/bgno_03.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup04 {
	background-image: url(../setup/images/bgno_04.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup05 {
	background-image: url(../setup/images/bgno_05.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup06 {
	background-image: url(../setup/images/bgno_06.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup07 {
	background-image: url(../setup/images/bgno_07.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup08 {
	background-image: url(../setup/images/bgno_08.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup09 {
	background-image: url(../setup/images/bgno_09.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup10 {
	background-image: url(../setup/images/bgno_10.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup11 {
	background-image: url(../setup/images/bgno_11.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup12 {
	background-image: url(../setup/images/bgno_12.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup13 {
	background-image: url(../setup/images/bgno_13.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup14 {
	background-image: url(../setup/images/bgno_14.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup15 {
	background-image: url(../setup/images/bgno_15.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup16 {
	background-image: url(../setup/images/bgno_16.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 1em;
}
.setup {
	margin: 0px;
	padding: 0px;	
}
div.setup table{
	width:700px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
div.setup table td,
div.setup table th {
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:1px 3px;
font-size:12px;
}
div.setup table th{
background:#E7EBEE;
font-weight:normal;
text-align:left;
}
.reference2 {
	background-image: url(../setup/images/bg_reference2.gif);
	background-repeat: no-repeat;
	margin: 0.5em 1em;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 0.5em;
	min-height: 50px;
	background-color: #FFFFEE;
}
* .reference2 {
	height : expression( this.scrollHeight < 50 ? "50px" : "auto" );
}
.reference2 h4 {
	color: #993300;
	margin: 0px;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}
.reference2 img {
	margin: 0.5em 0;
}

