@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:24px;
	margin-left:24px;
	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_name.gif);
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
}

/*画面表示印刷両用*/

@media screen,print {

div#imageContainer{
	margin-left: 7px;
	width: 788px;
	clear:both;
	display:block;
}

/*mainVisual*/
div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg2.jpg);
	background-repeat: no-repeat;
    display:table;
}

/*contents*/

h3.copy{
	width:522px;
	padding-top:53px;
	padding-right:24px;
	padding-left:24px;
	display:block;
}

div.logoBig{
	width:522px;
	padding-top:18px;
	display:block;
	text-align: center;
	padding-right: 24px;
	padding-left: 24px;
	padding-top:52px;
}
div#imageContainer2 {
	width: 389px;
	clear:none;
	display:block;
	float: left;
}

div#contentsArea2 {
	background-image: url(../images/contentsbg.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 588px;
	float: right;
}
div.banner{
	width:552px;
	margin-top:10px;
	margin-right:24px;
	margin-left:10px;
	display:block;
}
}

