@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

table.dock,table.kenshin {
	width: 100%;
	border-bottom: #cacaca 1px solid;
}
table.dock td,table.dock th,table.kenshin td,table.kenshin th {
	padding: 7px 15px;
	vertical-align: top;
}
table.dock td,table.kenshin td {
	border-top: #cacaca 1px solid;
}
table.kenshin td　{
	width: 150px;
}
table.kenshin th {
	border-top: #959595 1px solid;
	border-right: #959595 1px dotted;
	color: #33476e;
	background: #f2f6ff;
}
table.kenshin th span,span.small {
	font-size: 85%;
}
table.dock th {
	border-top: #959595 1px solid;
	border-right: #959595 1px dotted;
	color: #33476e;
	font-weight: bold;
	background: #f2f6ff;
	width: 120px;
}
dl.kenshin dt {
	background: url(images/dtPt.jpg) no-repeat 0 4px;
	padding: 0 0 3px 20px;
	font-size: 108%;
	margin-bottom: 5px;
}
dl.kenshin dd {
	margin-bottom: 1em;
	border-bottom: #d9d9d9 1px dotted;
	padding-bottom: 1em;

}

dl.dock dt {
	width: 120px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
dl.dock dd {
	margin-left: 130px;
	margin-bottom: 5px;
}
dl.op {
}
dl.op dt {
	font-weight: bold;
	border-bottom: #9d9d9d 1px solid;
}
dl.op dd {
	padding: 5px 0 1em 15px;
}
.contactBox {
	border: #ddd 3px solid;
	padding: 20px;
}
.contactBox p {
	padding: 0 0 0 20px;
	margin-bottom: 0;
}
table.contact {
	width: 100%;
}
table.contact td,table.contact th {
	padding: 7px 15px;
	vertical-align: top;
}
table.contact td {
	border-bottom: #999 1px solid;
}
table.contact th {
	border-bottom: #666666 2px solid;
	width: 80px;
}

#scroller-header {

}
#scroller-header a {
	background: url(images/tabBg.jpg) repeat-x 0 0;
	padding: 5px 10px;
	font-size: 116%;
	font-weight: bold;
	height: 21px;
}
#scroller-header a:link,#scroller-header a:visited,#scroller-header a:hover,#scroller-header a:active {
	color: #fff;
	text-decoration: none;
}


#scroller-header a:hover {
	background-position: 0 -31px;
}

#scroller-header a.selected {
	background-position: 0 -31px;
}

#scroller-header {
	background: url(images/tabLine.jpg) no-repeat left bottom;
	width:570px;
	padding-bottom: 2px;
	margin-bottom: 1em;
	font-weight:700;
}

#scroller-body {
	width:570px;
}

#mask {
	width:570px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}
.outlink a {
	background: url(images/pt.gif) no-repeat 0 0;
	padding-left: 15px;
}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}
	#panel ul li {
		padding:5px;
		color:#557482;
		border-bottom:1px dotted #ccc;
	}
	#panel ul li.last {
		border-bottom:none !important;
	}

#panel div.rightBox {
	float: right;
	margin: 0 0 1em 1em;
	width: 194px !important;
}
.rightBox img {
	border: #d9d9d9 1px solid;
	padding: 1px;
}

table.burari {
	width: 100%;
	margin-bottom: 2em;
}
table.burari td,table.burari th {
	padding: 7px 10px;
	vertical-align: top;
	border: #d9d9d9 1px solid;
}
table.burari th {
	background: #1f2d56;
	color: #fff;
}
table.burari td {
	background: #f3f5fa;
}
table.burari td p {
	margin-bottom: 7px;
}
table.burari tr.odd td {
	background: #dde3f2;
}
table.burari th.commentArea {
	width: 210px;
}
.small {
	font-size: 11px;
}
