@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*/

div.pressYear {
	width:636px;
	height:22px;
	padding-top:6px;
	margin-top:28px;
	margin-left:48px;
	margin-right:48px;
	text-indent:12px;
	display:block;
	clear:both;
	background-color:#f2f2f3;
}

dl.pressContiner{
	width:636px;
	margin-left:48px;
	margin-right:48px;
	padding-bottom:8px;
	display:table;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
dt.pressdate {
	width:89px;
	color: #999999;
	display:block;
	margin-bottom:8px;
	padding-top:8px;
	float:left;
	clear:both;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-indent:12px;
}
dd.pressText {
	width:545px;
	display:block;
	margin-bottom:8px;
	padding-top:8px;
	float:left;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
dt.pressdateTopline {
	width:89px;
	color: #999999;
	display:block;
	margin-bottom:8px;
	padding-top:8px;
	float:left;
	clear:both;
	text-indent:12px;
}
dd.pressTextTopline {
	width:545px;
	display:block;
	margin-bottom:8px;
	padding-top:8px;
	float:left;
}
dt.pressdateBottomline {
	width:89px;
	color: #999999;
	display:block;
	padding-top:8px;
	float:left;
	clear:both;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-indent:12px;
}
dd.pressTextBottomline {
	width:545px;
	display:block;
	padding-top:8px;
	float:left;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
}

}