@charset "utf-8";
/* CSS Document */

@charset "euc-jp";

div,p,ul,ol,li,dl,dt,dd,span,a {
margin: 0;
padding: 0;
}

div.mainContent {
	text-align: left;
}

/** margin padding **/

.mart5 {
	margin-top: 5px;
}

.marb5 {
	margin-bottom: 5px;
}

.mart10 {
	margin-top: 10px;
}

.marb10 {
	margin-bottom: 10px;
}

.mart15 {
	margin-top: 15px;
}

.marb15 {
	margin-bottom: 15px;
}

.marb20 {
	margin-bottom: 20px;
}

.marb30 {
	margin-bottom: 30px;
}

.mart80 {
	margin-top: 80px;
}

.martb40 {
	margin-top: 40px;
	margin-bottom: 30px;
}

.pad15 {
	padding: 15px;
}


/** Text Style **/
div#container_pup800 div.mainContent p{
	line-height:1.3;
}

.fntcolrRed {
	color: #ff0000;
}

.fntcolrRed.uLine {
	text-decoration: underline;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.lead{
	font-weight: bold;
	font-size: 16px;
}

.lead p{
	text-align: right;
}

.lead p.setL{
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.lead p.setR{
	margin-top: 0;
	padding-top: 0;
	text-align: right;
}

.title{
	font-weight: bold;
	margin-bottom: 0.5em;
}

p.ind {
	padding: 0;
	margin: 0;
	text-indent: -13px;
	padding-left: 13px;
}


/** Table Style **/
table.fare,
table.fare2 {
	width: 680px;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-collapse: collapse;
}

table.fare td {
	white-space: normal;
}

table.fare td,
table.fare th {
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	text-align: center;
	padding: 5px;
}

table.fare2 td,
table.fare2 th {
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	text-align: center;
	padding: 1em;
}

table.fare th,
table.fare2 th {
	font-weight: bold;
	white-space:nowrap;

}

/** botton **/

a.btn004:hover,
a.btn004:visited,
a.btn004:active,
a.btn004:link {
	text-decoration: none;
	text-align: left;
}

a.btn004{
	background: url(/image/renewal09/btn/btn_004_bg.gif) no-repeat right bottom;
	border: 1px solid #ccc;
	border-right:1 px solid #787878;
	border-bottom: 1px solid #787878;
	height: 23px;
	padding: 5px 20px 4px 7px;
}
