﻿@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:15px;
	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-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
}
h2{
	width:522px;
	height:70px;
	margin-top:20px;
	margin-left:24px;
	margin-right:42px;
	background-repeat: no-repeat;
	text-indent:-10000px;
	display:table;
	overflow:hidden;
	background-image: url(../images/title_hospitality.gif);
}
}

/*画面表示印刷両用*/

@media screen,print {

/*mainVisual*/
div#mainVisual{
	width:792px;
	margin-left:7px;
	background-image: url(../images/maintitlebg.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:0px;
}
p.futaiTitle {
	display: block;
	font-weight: bold;
	padding-top: 15px;
	font-size: 18px;
}
p.futaimidashi {
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
	padding-top: 18px;
}
div.linkcontentsContiner{
	width:572px;
	padding-top:18px;
	display:block;
	clear:both;
}
div.linkcontentsContiner2{
	width:572px;
	display:block;
	clear:both;
}
p.linkcontentsDotline{
	width:520px;
	height:18px;
	display:block;
	margin-left:24px;
	background-image: url(../../common/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}
dl.linkcontentsContinerLeft{
	width:265px;
	display:block;
	padding-left:24px;
	float:left;
}
dl.linkcontentsContinerRight{
	width:265px;
	display:block;
	float:left;
	height: 50px;
}
dt.linkContents {
	background-image: url(../../common/images/linkbg_contents.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 230px;
	padding-top: 6px;
	padding-left: 25px;
	display:block;
}
dt.linkContents2 {
	background-image: url(../../common/images/linkbg_contents2.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 230px;
	padding-top: 6px;
	padding-left: 25px;
	display:block;
}
div.i-continer{
	width:255px;
	float:left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
}
div.i-continer2{
	width:120px;
	float:left;
	height: 90px;
}
div.i-continer3{
	width:250px;
	background-image: url(../images/under.gif);
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
}
div.i-continer4{
	font-size: 9pt;
}
div.link{
	padding-bottom: 10px;
	padding-top: 10px;

}
}
div.main {
	width: 530px;
	margin-left: 22px;
	padding-top: 6px;
	float: none;
}

