@charset "utf-8";

/* 基本の設定 */

body{
	color: #646464;
	margin: 0px;
	padding: 0px;
}
a {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td{  
	margin:0;
	padding:0;
}

img{  
	border:0;
}
.clear {
	clear: both;
}
.navy {
	color: #000077;
}
.brown {
	color: #794704;
}
.red {
	color: #F00;
	}
.bold {
	font-weight: bold;
}

.red_underline {
	color: #f00;
	text-decoration: underline;
}
.center {
text-align: center;
}
.left {
	text-align: left;
	margin-left: 20px;
}


.margin-t30 {
margin-top: 30px;
}
.margin-t10 {
	margin-top: 10px;
}

.margin-b30 {
margin-bottom: 30px;
}
.margin-b10 {
	margin-bottom: 10px;
}
.margin-b20 {
	margin-bottom: 20px;
}



/*Navi Path*/
p#navPath{
margin:0 15px;
margin-bottom: 30px;
width:750px;
text-align:left;
font-size:0.8em;
}

p#navPath a{
color:#06c;
text-decoration:none;
}

p#navPath a:hover{
text-decoration:underline;
}

p#navPath a:visited{
color:#c63;
}
#business {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#business p {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 12px;
}




/* 法人向け0806ページの設定 */

#business #top-txt {
	font-size: 13px;
	line-height: 1.6em;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}
#business .top-rink {
	margin-bottom: 10px;
	border: 1px solid #335e9e;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#business .top-rink p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#business .top-rink .arrow-top {
	text-indent: -9999px;
}
#business .top-rink .arrow-top a {
	background-image: url(images/arrow-top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 124px;
	margin-left: 380px;
}
#business .top-rink .arrow-top a:hover {
	background-image: url(images/arrow-top-ro.gif);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 124px;
	margin-left: 380px;
}
#business .title {
	margin-bottom: 20px;
}
#business .subtitle {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
#business .n-blue {
	font-size: 12px;
	color: #335e9e;
}
#business .circle {
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
}
#business .circle li {
	background-image: url(images/ristmark.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	font-size: 12px;
	line-height: 1.6em;
}
#business .circle-g {
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
}
#business .circle-g li {
	background-image: url(images/ristmark-g.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	font-size: 12px;
	line-height: 1.6em;
}
#business .circle-n {
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
	background-color: #646496;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#business .circle-n li {
	background-image: url(images/ristmark-w.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	font-size: 13px;
	line-height: 1.6em;
	color: #FFFFFF;
	font-weight: bold;
}

#business .box-g {
	background-color: #e6e6e6;
	padding: 8px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#business .box-line {
	border: 1px solid #999999;
	padding: 10px;
	width: 490px;
	margin-right: auto;
	margin-left: auto;
}
#business .boxn-title {
	text-align: left;
	padding-left: 10px;
}
#business #b-lr {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#business #b-lr .b-left {
	background-color: #cce9d8;
	width: 25px;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
#business #b-lr .b-right {
	float: left;
	width: 400px;
}

#business .loss-table th {
	background-color: #f0e0e5;
	font-size: 10px;
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-left-style: none;
}
#business table {
	margin-right: auto;
	margin-left: auto;
}
#business .loss-table td {
	background-color: #f6e6ee;
	font-size: 10px;
	line-height: 1.5em;
}

#business .loss-table .th-1 {
	background-color: #93304f;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
#business .loss-table .th-2 {
	background-color: #646464;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
#business .loss-table .th-3 {
	background-color: #a30b5b;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#business .loss-table .td-g {
	background-color: #e6e6e6;
}
#business .loss-table .th-w {
	background-color: #FFFFFF;
}
#business .loss-table #border-e {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #bf558d;
}
#business .ex-table th {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006bb4;
}
#business .ex-table td {
	background-color: #eeefef;
	font-size: 10px;
}
#business .ex-table .th-4 {
	background-color: #c8c8c8;
	color: #000000;
}
#business .ex-table .th-5 {
	background-color: #b7d5ea;
	color: #000000;
}
#business .ex-table .td-b {
	background-color: #e5f0f7;
}
#business .question {
	background-image:url(images/question.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	color:#008F3B;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:45px;
	vertical-align:top;
}
#business .answer {
	background-image:url(images/answer.gif);
	background-position:20px 0;
	background-repeat:no-repeat;
	margin-bottom:25px;
	padding-left:45px;
}
