@charset "utf-8";

@import "base.css";
@import "header.css";
@import "footer.css";


/*-----------------------------------------------------------------------------------------------*/
/* メイン ---------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#main {
	margin-top: 0px;
/*
	height: 440px;
*/
	position: relative;
}

/* メインイメージ -------------------------------------------------------------------------------*/
#main .mainimage {
	margin: 0px;
	padding: 0px;
}

/* 言語切替 -------------------------------------------------------------------------------------*/
#main .language {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#99000000, EndColorStr=#99000000, GradientType=0);
	font-size: 90%;
	line-height: 100%;
	margin: 0px;
	padding: 5px 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#main .language a {
	color: #ffffff;
	text-decoration: none;
}
#main .language a:hover {
	color: #ffffff;
	text-decoration: underline;
}





/*-----------------------------------------------------------------------------------------------*/
/* ニュース -------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#news {
	margin-top: 20px;
}
#news h2 {
	display: none;
}

#news .photo {
	float: left;
	height: 90px;
	overflow: hidden;
	width: 390px;
}
#news .photo p {
	float: left;
	height: 90px;
	margin: 0px;
	overflow: hidden;
	width: 90px;
}

#news .text {
	float: left;
	width: 500px;
}
#news .text table {
	border-collapse: collapse;
	font-size: 80%;
	line-height: 120%;
	margin: 0px 0px 8px;
	padding: 0px;
}
#news .text th {
	background-color: #7d9596;
	color: #ffffff;
	font-size: 85%;
	font-weight: normal;
	padding: 3px 5px 1px;
	white-space: nowrap;
}
#news .text td {
	padding-left: 5px;
}
#news .text td p {
	margin: 0px;
}

#news ul {
/*	float: left;*/
	font-size: 80%;
	line-height: 120%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
#news li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#news li span {
	background-color: #000000;
	color: #ffffff;
	font-size: 85%;
	padding: 3px 5px 1px;
	margin-right: 5px;
}

#news .text a { color: #000000; }
#news .text a:hover { color: #0d6377; }



#news .attr span { background-color: #c00; }
#news .attr a { color: #c00; }
#news .attr a:hover { color: #f00; }





/*-----------------------------------------------------------------------------------------------*/
/* パンフレットダウンロード ---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
#pamphlet {
	background-color: #ffffff;
	padding-top: 20px;
	text-align: left;
}
#pamphlet h2 {
	background: url(../images/pamph_download.gif) no-repeat;
	float: left;
	height: 29px;
	margin: 0px;
	padding: 0px;
	width: 135px;
	text-indent: -9999px;
}

#pamphlet .download {
	float: left;
}
#pamphlet p {
	font-size: 70%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
#pamphlet ul {
	font-size: 70%;
	line-height: 100%;
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
#pamphlet li {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#pamphlet li a {
	background-position: 0px 0px;
	display: block;
	height: 13px;
	text-decoration: none;
	text-indent: -9999px;
}
#pamphlet li a:hover {
	background-position: 0px -13px;
}
#pamphlet li a.pamphjn {
	background-image: url(../images/pamph_jp.gif);
	width: 50px;
}
#pamphlet li a.pamphen {
	background-image: url(../images/pamph_en.gif);
	width: 47px;
}
#pamphlet li a.pamphfr {
	background-image: url(../images/pamph_fr.gif);
	width: 53px;
}
#pamphlet li a.pamphkr {
	background-image: url(../images/pamph_kr.gif);
	width: 38px;
}
#pamphlet li a.pamphcn {
	background-image: url(../images/pamph_cn.gif);
	width: 71px;
}
#pamphlet li a.pamphtw {
	background-image: url(../images/pamph_tw.gif);
	width: 71px;
}





#pamphlet .banner { float: right; height: 55px; width: 216px; }





#footer .banner {
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	zoom: 100%;
}
#footer .banner:after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
}

#footer .banner .facebook { float: left; margin-top: 10px; }

#footer .banner .ujo { float: right; margin-top: 10px; }
#footer .banner .ritsuringarden,
#footer .banner .kenrokuen,
#footer .banner .kairakuen { float: right; margin-left: 0; }

#footer .banner .spot { float: left; margin-top: 3px; margin-left: 5px; }
