﻿@charset "UTF-8";

/*確認用

border:1px solid #000000;

*/


/*印刷用*/

@media print {
h1{
	width:340px;
	padding-top:31px;
	margin-left:31px;
	margin-bottom:23px;
	display:table;
	font-size: 20pt;
	color:#682A08;
	height: 1em;
	font-weight:bold;
}
}

/*画面表示用*/

@media screen {
h1{
	width:360px;
	height:110px;
	margin-left:31px;
	margin-bottom:16px;
	display:block;
	background-position: bottom center;
	overflow:hidden;
}
}


/*画面表示印刷両用*/

@media screen,print {

/*keyVisual*/

div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg2.jpg);
	background-repeat: no-repeat;
    display:table;
}

div#maincontentsContainerFlash{
	background-color:#e2f3f0;
	float: right;
	width: 588px;
	clear:both;
	padding-top:10px;
	margin-left:0px;
	display:block;
}


h2{
	display:none;
	clear:none;
	overflow:auto;
}


div#image {
	background-image: url(../images/under.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div#image-u {
	padding-top: 85px;
}
div#image02 {
	background-image: url(../images/u-line.gif);
	background-position: bottom;
	height: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 80px;
	margin-right: 70px;
}
div#image03 {
	float: left;
	height: 30px;
	background-image: url(../images/m_img.gif);
	background-repeat: no-repeat;
	width: 64px;
	padding-right: 5px;
	font-size: 13px;
	font-weight: bolder;
	color: #006699;
	line-height: 30px;
}
div#image04 {
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
div#image05 {
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	height: 35px;
}
div#under {
	padding-top: 15px;
	font-size: 10px;
	text-align: left;
	margin-right: 70px;
	margin-left: 80px;
}
}

