body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	background: #005;
	font-size: 0.8em;
	line-height: 1.6em;
    font-family:
        "メイリオ",
        Meiryo,
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "Hiragino Kaku Gothic Pro W3",
        Osaka,
        "MS P Gothic",
        "ＭＳ Ｐゴシック",
        sans-serif;
	text-align: justify;
	text-justify: distribute;
	color: #222;
	}
html,
body#HomeBody {
	height: 100%;
	}
#BodyFuse {
	height: 100%;
	min-height: 100%;
	}
body > #BodyFuse {
	height: auto;
	}

a {
	color: #069;
	text-decoration: none;
	}
a:hover {
	color: #33c;
	text-decoration: underline;
	font-size: 1.0em;
	}
a:focus {
	outline: none;
	}

img {
	border: none;
	max-width: 100%;
	height: auto;
	width: auto;
	}

* {
	margin: 0px;
	padding: 0px;
	}



/* ヘッダ
----------------------*/
#headWrap {
	width: 912px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto;
	}
h1 {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	padding: 0.5em 0;
	}
h1 a {
	color: #666;
	text-decoration: none;
	}
h1 a:hover {
	color: #666;
	text-decoration: none;
	}
#HeadComWrap {
	height: 104px;
	overflow: hidden;
	}
#HeadLogo {
	display: table-cell;
	width: 618px;
	}
#HeadLinkWrap {
	display: table-cell;
	width: 294px;
	}
#HeadLinkWrap p {
	width: 144px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	background-color: #fff;
	}
#HeadLinkWrap p#HeadLinkCom {
	margin-right: 6px;
	}
#HeadLinkWrap p#HeadTel {
	margin-left: -0.4em;
	}
#HeadLinkWrap p a:hover {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
	}



/* メインメニュー
----------------------*/
#NavWrap {
	width: 100%;
	height: 56px;
	overflow: hidden;
	background-image: url('../../../content/images/menuback2.png');
	background-repeat: repeat-x;
	margin-top: 0.5em;
	}
#MainNav {
	width: 912px;
	height: 48px;
	overflow: hidden;
	margin: 0px auto;
	list-style-type: none;
	text-align: center;
	}
#MainNav li {
	display: table-cell;
	height: 48px;
	}
#MainNav li a {
	display: block;
	width: 130px;
	height: 32px;
	padding-top: 14px;
	padding-bottom: 2px;
	vertical-align: middle;
	font-size: 1.0em;
	font-size: 14px;
	color: #ccc;
	}
#MainNav li a:hover,
#MainNav li a.active {
	color: #fff;
	text-decoration: none;
	}
#MainNav li a.active {
	border-bottom: solid 2px #ff0;
	height: 30px;
	}



/* フッタ
----------------------*/
#CopyWrap {
	width: 100%;
	background-color: #000;
	}
#CopyWrap p {
	width: 912px;
	display: block;
	margin: 0px auto;
	padding: 0.5em 0 0;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
	}
#CopyWrap p a,
#CopyWrap p a:hover {
	color: #ccc;
	}

#FootWrap {
	width: 100%;
	height: auto;
	padding: 1.0em 0 3.0em;
	clear: both;
	background-color: #333;
	}
#FootArea {
	display: block;
	width: 912px;
	list-style-type: none;
	margin: 0 auto;
	}
#FootStaff {
	display: table-cell;
	width: 672px;
	}
#FootStaff p,
#FootStaff p a,
#FootStaff p a:hover,
#FootStaff p {
	color: #ccc;
	line-height: 1.4em;
	margin-top: 1.0em;
	text-decoration: none;
	}
#FootMenu {
	display: table-cell;
	width: 240px;
	color: #999;
	font-size: 0.85em;
	line-height: 1.5em;
	vertical-align: top;
	}
#FootMenu a,
#FootMenu a:hover,
#FootMenu a.active {
	font-size: 1.0em;
	color: #ccc;
	}
#FootMenu a:hover {
	color: #fff;
	}



/* ホーム
----------------------*/
#slider,
.nivoSlider {
	display: none;
	}
#HomeEventHeadline {
	width: 240px;
	height: 342px;
	background-image: url('../../../content/images/home/headlinetitleback_bd.png');
	background-repeat: repeat-y;
	}
#NewsHeadlineTitle {
	height: 23px;
	overflow: hidden;
	color: #fff;
	padding: 2px 1.0em 0;
	}
#NewsHeadlineWrap {
	width: 240px;
	height: 313px;
	overflow: auto;
	}
.NewsHeadlines {
	padding: 0px 1.0em;
	list-style-type: square;
	}
.NewsHeadlines li {
	font-family: "メイリオ", Meiryo;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #bbb;
	margin: 1.0em 0;
	}
.NewsHeadlines li a {
	color: #bbb;
	}
.NewsHeadlines li a:hover {
	color: #bbb;
	font-size: 1.0em;
	}
.NewsSep {
	clear: both;
	margin: 0 1.0em;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #777;
	height: 1px;
	}

.HomeRealTitle {
	width: 100%;
	}
.HomeRealListWrap {
	width: 100%;
	background-color: #000;
	list-style-type: none;
	margin-top: 0.5em;
	}
.HomeRealListWrap li.HomeRealListL {
	width: 120px;
	display: table-cell;
	padding: 12px;
	line-height: 0em;
	vertical-align: top;
	}
.HomeRealListWrap li.HomeRealListR {
	width: 468px;
	display: table-cell;
	padding: 12px;
	color: #fff;
	vertical-align: top;
	}
.HomeRealListWrap li.HomeRealListR h2,
.HomeRealListWrap li.HomeRealListR h2 a,
.HomeRealListWrap li.HomeRealListR h2 a:hover {
	font-size: 12pt;
	color: #fff;
	background-image: url('../../../content/images/home/homerealyajirushi.png');
	background-repeat: no-repeat;
	white-space: nowrap;
	white-space: pre;
	}
.HomeRealListWrap li.HomeRealListR h3 {
	font-size: 10.5pt;
	margin-top: 1.0em;
	color: #ccc;
	}
.HomeRealListWrap li.HomeRealListR p {
	font-size: 9.0pt;
	line-height: 1.4em;
	margin-top: 0.8em;
	color: #ccc;
	}



/* Begin Media Queries
-------------------------------*/
/* for 768px or less */
@media screen and (max-width: 768px) {
	#headWrap {
		width: 95.0%;
		height: auto;
		overflow: visible;
		margin: 0 2.5%;
		text-align: center;
		}
	#HeadComWrap {
		width: 100.0%;
		height: auto;
		overflow: visible;
		}
	#HeadLogo {
		display: block;
		width: 100.0%;
		margin-top: 0.5em;
		text-align: center;
		}
	#HeadLinkWrap {
		display: block;
		width: 100.0%;
		margin-top: 1.0em;
		text-align: center;
		}

	#NavWrap {
		width: 100%;
		height: auto;
		overflow: visible;
		background-image: none;
		}
	#MainNav {
		width: 95.0%;
		height: auto;
		overflow: visible;
		margin: 0.2em 2.5% 2.0em;
		}
	#MainNav li {
		display: block;
		padding: 0;
		margin: 0;
		}
	#MainNav li a {
		width: 100%;
		height: auto;
		padding: 1.0em 0;
		margin: 0;
		color: #ccc;
		background-color: #033;
		border: solid 1px #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		}
	#MainNav li a:hover,
	#MainNav li a.active {
		height: auto;
		color: #fff;
		background-color: #066;
		text-decoration: none;
		}
	#MainNav li a.active {
		background-color: #099;
		border-bottom: none;
		}

	#CopyWrap {
		margin-top: auto;
		clear: both;
		}
	#CopyWrap p {
		width: 95.0%;
		margin: 0;
		text-align: center;
		}

	#FootWrap {
		width: 100%;
		height: auto;
		padding: 1.0em 0;
		clear: both;
		background-color: #333;
		}
	#FootArea {
		display: block;
		width: 95.0%;
		}
	#FootStaff {
		display: block;
		width: 100%;
		text-align: center;
		}
	#FootStaff p {
		color: #ccc;
		line-height: 1.4em;
		margin-top: 1.0em;
		}
	#FootMenu {
		visibility: hidden;
		display: none;
		}

	/* ホーム */
	#HomeEventHeadline {
		width: 100%;
		height: auto;
		background-image: url('../../../content/images/home/headlinetitleback_bd.png');
		background-repeat: repeat;
		}
	#NewsHeadlineTitle {
		height: 23px;
		overflow: hidden;
		color: #fff;
		padding: 2px 1.0em 0;
		border-bottom: solid 1px #792;
		}
	#NewsHeadlineWrap {
		width: 100%;
		height: 6.0em;
		overflow: auto;
		text-align: justify;
		text-justify: distribute;
		}
	.NewsHeadlines {
		padding: 0px 1.0em;
		list-style-type: square;
		}
	.NewsHeadlines li {
		font-family: "メイリオ", Meiryo;
		font-size: 0.8em;
		line-height: 1.4em;
		color: #bbb;
		margin: 1.0em 0;
		}
	.NewsHeadlines li a {
		color: #bbb;
		}
	.NewsHeadlines li a:hover {
		color: #bbb;
		font-size: 1.0em;
		}
	.NewsSep {
		clear: both;
		margin: 0 1.0em;
		border-width: 1px 0px 0px 0px;
		border-style: dotted;
		border-color: #777;
		height: 1px;
		}

	.HomeRealTitle {
		width: 100%;
		}
	.HomeRealListWrap {
		width: 100%;
		background-color: #000;
		list-style-type: none;
		}
	.HomeRealListWrap li.HomeRealListL {
		display: block;
		padding: 5.0%;
		width: 90.0%;
		line-height: 0em;
		}
	.HomeRealListWrap li.HomeRealListR {
		display: block;
		padding: 0 5.0% 5.0%;
		width: 90.0%;
		text-align: justify;
		text-justify: distribute;
		}
	.HomeRealListWrap li.HomeRealListR h2,
	.HomeRealListWrap li.HomeRealListR h2 a,
	.HomeRealListWrap li.HomeRealListR h2 a:hover {
		font-size: 1.1em;
		}
	.HomeRealListWrap li.HomeRealListR h3 {
		font-size: 0.9em;
		}
	.HomeRealListWrap li.HomeRealListR p {
		font-size: 0.8em;
		}
}



@media screen and (max-width: 320px) {
	
}
