@charset "UTF-8";
/* body design
-------------------------------------------------------------------------------- */

body {
	background: #fff;
	color: #4d4d4d;
}
/* link design
-------------------------------------------------------------------------------- */

a, a:link, a:visited, a:active {
	color: #ff7e1f;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

a.link-mark {
	padding: 2px 0 2px 15px;
	background: url(../images/common/icon_link2_04.gif) no-repeat left center;
}

a.link-mark2 {
	padding: 2px 0 2px 15px;
	background: url(../images/common/icon_link3_01.gif) no-repeat left center;
}

a.blank {
	padding-right: 12px;
	background: url(../images/common/icon_blank.gif) no-repeat right center;
}

/* standard helper classes
-------------------------------------------------------------------------------- */

.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}
.jump {
	position: absolute;
	left: -9999px;
	height: 100px;
	width: 100px;
	overflow: hidden;
}
/* float
-------------------------------------------------------------------------------- */

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
/* text style
-------------------------------------------------------------------------------- */

.bold {
	font-weight: bold!important;
}
.center {
	text-align: center!important;
}
.right-t {
	text-align: right!important;
}
.caution {
	color: #CC0033!important;
}
.highlight {
	background: #FFE5E5!important;
}
.strong {
	color: #7eb13a!important;
}

/* pan-navi
-------------------------------------------------------------------------------- */

#breadcrumbs {
	margin: 0 0 10px 0;
	text-align: left;
}

#breadcrumbs a {
}

#breadcrumbs a.home {
	padding: 0 0 0 20px;
	background: url(../images/common/icon_home.gif) no-repeat left top;
}

/* paragraph
-------------------------------------------------------------------------------- */

#content p {
	margin-bottom: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
}

.section {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

.img-2row img {
	margin: 0 5px;
}

.marB0 {	margin-bottom: 0!important;}
.marB1 {	margin-bottom: 1em;}
.marB2 {	margin-bottom: 2em;}
.marB3 {	margin-bottom: 3em;}

.marR1 {	margin-right: 1em;}
.marR2 {	margin-right: 2em;}
.marR3 {	margin-right: 3em;}

.marL1 {	margin-left: 1em;}
.marL2 {	margin-left: 2em;}
.marL3 {	margin-left: 3em;}

.marT1 {	margin-top: 1em;}
.marT2 {	margin-top: 2em;}
.marT3 {	margin-top: 3em;}

/* caption
-------------------------------------------------------------------------------- */

.cap {
	font-weight: bold;
	border-bottom: solid 1px #999;
}
/* pagetop
-------------------------------------------------------------------------------- */

.pagetop {
	text-align: right;
}
/* end of list ...etc setting
-------------------------------------------------------------------------------- */

.nobg {
	background-image: none!important;
}
.noborder {
	border: none!important;
}

.list li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	list-style: outside none;
	background: url(../../shared/images/common/icon_list01.gif) no-repeat left 5px;
}

.tbl-default {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}