@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_profile.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*/

table.container {
	width:522px;
	margin-left:24px;
	border-spacing:0px;
	padding:0px;
	empty-cells:show;
}
td.style1{
	width:180px;
	font-weight:bold;
	background-image: url(../images/dotline_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.style1t{
	font-weight:bold;
	vertical-align:top;
	background-image: url(../images/dotline_vertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.style2{
	padding-left:12px;
}
table.director {
	width:350px;
	border-spacing:0px;
	padding:0px;
	empty-cells:show;
}
td.directorstyle1{
	width:120px;
}
td.directorstyle2{
	padding-left:12px;
}
table.director2 {
	width:350px;
	border-spacing:0px;
	padding:0px;
	empty-cells:show;
	margin-top:12px;
}
td.director2style1{
	width:30px;
	vertical-align:top;
}
.color808285{
color:#808285;
}
}
