@charset "UTF-8";

/*　確認用　border:1px solid #000000;　*/

/*印刷用*/

@media print {
h1{
	width:588px;
	display:block;
	padding-bottom:20px;
	font-size: 18pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
}
h2{
	width:522px;
	padding-top:21px;
	padding-bottom:21px;
	margin-left:24px;
	display:block;
	font-size: 16pt;
	color:#682A08;
	height: 1em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
}

/*画面表示用*/

@media screen {
h1{
	width:588px;
	height:48px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
h2{
	width:522px;
	height:56px;
	margin-top:24px;
	margin-left:24px;
	margin-right:42px;
	background-image: url(../images/title_settlement.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
}

/*画面表示印刷両用*/

@media screen,print {

/*mainVisual*/
div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg.jpg);
	background-repeat: no-repeat;
    display:table;
}

/*contents*/

div.cornerCircleBox{
	width:522px;
	margin-top:18px;
	margin-left:24px;
	display:block;
	background-image: url(../../common/images/corner_circle_s_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#e5f0f8;
	padding-top:18px;
}
div.cornerCircleBoxInbox{
	display:block;
	padding-bottom:18px;
	background-image: url(../../common/images/corner_circle_s_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}	
p.copy{
	width:522px;
	padding-top:24px;
	margin-right:24px;
	margin-left:24px;
	background-repeat: repeat-x;
	background-position: top;
	display:block;
}

div.btnContainer{
	padding-left:18px;
	display:block;
}

div.btn{
	width:155px;
	height:35px;
	display:block;
	float:left;
	clear:both;	
}

div.btnText{
	height:25px;
	padding-top:10px;
	display:block;
}



}

