@charset "UTF-8";

/*　確認用　border:1px solid #000000;　*/

@media print {
h1{
	width:732px;
	display:block;
	padding-bottom:20px;
	font-size: 18pt;
	color:#084676;
	height: 1em;
	font-weight:bold;
}
}

/*画面表示用*/

@media screen {
h1{
	width:732px;
	height:48px;
	background-image: url(../images/title.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*/

p.date {
	width:636px;
	margin-top:28px;
	margin-left:48px;
	margin-right:48px;
	display:block;
	clear:both;
	text-align:left;
}
h2.title {
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:48px;
	margin-bottom:18px;
	display:block;
	clear:both;
	font-weight:bold;
}
p.infoBody {
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:48px;
	display:block;
	clear:both;
}
.infoBodyTable {
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:48px;
	display:block;
	clear:both;
}
p.littleTitle{
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:48px;
	font-weight:bold;
	display:block;
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CACDCB;
	border-bottom-color: #CACDCB;
	padding-top: 6px;
	padding-bottom: 6px;
}

/*お問い合わせ先*/
div.cornerCircleBox{
	width:636px;
	margin-top:18px;
	margin-left:48px;
	margin-right:48px;
	display:block;
	background-image: url(../../common/images/corner_circle_top.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#e5f0f8;
}
div.cornerCircleBoxInbox{
	display:block;
	background-image: url(../../common/images/corner_circle_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
p.cornerCircleText{
	width:612px;
	padding:12px;
	display:block;
}

strong.cornerCircleTitle {
	display:block;
	padding-bottom:6px;
}

table.tbl {
	border-collapse: collapse;
	margin-left:48px;
	margin-right:48px;
	table-layout: fixed;
}

td.left{
	text-align: left;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
td.center{
	text-align: center;
	padding: 6px;
	border: 1px solid #CCCCCC;
}

td.bggray{
	background-color: #EEEEEE;
}




}