@charset "shift_jis";

#bodyBg {
	background: url(../../images/gnavi_bg2.gif) repeat-x left top;
	width: 100%;
	height: 50px;
}

*html #bodyBg {
	background: url(../../images/gnavi_bg2.gif) repeat-x left 0;
}


/*++++++++++++++++++++++++++++++++++++++++++
txtBox
+++++++++++++++++++++++++++++++++++++++++++*/

#content #frameBox #txtBox p.pageTop {
	float: right;
	background: url(../../images/pagetitle_arrow.gif) no-repeat left 30%;
	margin-top: 10px;
	padding-left: 19px;
}
#content #frameBox #txtBox .pageTop a {
	text-decoration: none;
	color: #666;
}
#content #frameBox #txtBox .pageTop a:active {
	text-decoration: none;
	color: #111;
}


#txtBox div {
	margin-bottom: 6px;
}

*:first-child+html #txtBox img {
	vertical-align: bottom;
}


/*+++++++++++++++++++++++*/

.txtInnerBox {
	padding: 0 25px 25px 25px;
	background: #fdebf4 url(../images/txtinnerbg.gif) no-repeat left bottom;
	margin-top: 0;
}
*html .txtInnerBox {
	top: -10px;
	position: relative;
}


.txtInnerBox h2 {
	color: #CC0066;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 13px;
}

.txtInnerBox h2#empty {
	display: none;
	line-height: none;
	margin-bottom: 0;
}


.txtInnerBox h3 {
	color: #CC0066;
	font-weight: bold;
	margin: 0 0 1px 0;
	background: url(../images/maru_icon_pink.gif) no-repeat left 38%;
	padding-left: 13px;
}
.txtInnerBox h3.second {
	color: #ec4da0;
	font-weight: bold;
	margin: 0 0 1px 0;
}

.txtInnerBox ul li span {
	padding: 1.9em;
}

.txtInnerBox table {
	font-size: 85%;
}
*html .txtInnerBox table {
	font-size: 100%;
}
*:first-child+html .txtInnerBox table {
	font-size: 100%;
}

.txtInnerBox table th {
	width: 85px;
	font-weight: bold;
	text-align: left;
	padding: 0 10px 5px 0;
	text-indent: 12px;
}
.txtInnerBox table th#zacho {
	background: url(../images/maru_icon_bk.gif) no-repeat left 37%;
}

*html .txtInnerBox table th {
	width: 95px;
}
*:first-child+html .txtInnerBox table th {
	width: 105px;
}

.txtInnerBox table th span{
	font-weight: bold;
}



.txtInnerBox table td {
	padding: 0 20px 5px 0;
}
.txtInnerBox table td span {
	font-size: 80%;
	top: -4px;
	left: 2px;
	position: relative;
}

/*------------------------*/
.guideArrow {
	text-align: center;
	margin-bottom: 10px;
}


/*+++++++++++++++++++++++*/
h4 {
	margin-top: 30px;
	clear: both;
	font-weight: bold;
}

ul#path2 {
	margin-top: 6px;
}

ul#path2 li {
	margin-bottom: 4px;
}
ul#path2 li a {
	text-decoration: underline;
}
ul#path2 li a:hover {
	text-decoration: none;
}



