@charset "utf-8";

/*
 *
 * index.php用
 *
 */

/* == Webkit CSS HACK == */
@media screen and (-webkit-min-device-pixel-ratio:0){
	div#vBarBlock1 {
		margin-top:10px;
	}
}

/* == IE8 CSS HACK == */
html>/**/body #vBarBlock1 div {
	background-image : url("../../images/white75-trans.png")\9;
	width:270px\9;
	height:auto\9;
	border-radius: 10px\9;
	behavior: url(../pie/PIE.htc)\9;
}

/* == == */
div#vBarBlock1 {
	position:absolute;
	top:120px;
	left:0;
	width: 280px;
	height:310px;
	border: 0px solid #ff80ff;
	background-image : url("../../images/white75-trans.png");
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
	z-index:900;

}

div#vBarBlock1 div {
	width:260px;
	height: auto;
	color: #000;
	margin:0 auto;
	padding:5px;
	text-align: left;
	font-size: 10pt;
	line-height:14pt;
}
div#vBarBlock1 div p {
	font-size: 10pt;
	color:#000;
}
div#vBarBlock1 div img {
	float: left;
	margin: 0 0 10px 30px;
	width: 106px;
	height: 106px;
	padding: 3px;
	background: #fff;
	overflow:hidden;
}


div#vBarBlock1 div dl dd p {
	font-size: 10pt;
	color:#000;
	padding:0;
	margin:10px 0 0 30px;
}

div#vBarBlock1 div dl dd ul {
	font-size: 10pt;
	color:#000;
	margin:10px 0 0 30px;
	padding:0;
}

div#vBarBlock1 div dl dd ul li,
div#vBarBlock1 div dl dt,
div#vBarBlock1 div dl dt h2,
div#vBarBlock1 div dl dt p,
div#vBarBlock1 div dl dd {
	font-size: 10pt;
	color:#000;
	margin:0;
	padding:0;
}

dl#bgimgTitle {
	margin:0;
	padding:0;
	position:absolute;
	bottom:4px;
	left:0px;
	width: 270px;
	height:auto;
	background-color:#fff;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	filter: alpha(opacity=80);
		-moz-opacity:0.80;
		opacity:0.80;
	behavior: url(../pie/PIE.htc);
}

dl#bgimgTitle dt {
	padding:4px;
	width:auto;
	height:auto;
	font-size:10pt;
	font-weight:bold;
}

dl#bgimgTitle dt dd {
	width:auto;
	height:auto;
}

#caption {
	text-align:center;
	color: #36f;
	font-weight: bold;
	font-size: 10pt;
	z-index:800;
}

/* ================================================================= */
/* Navigation  */
#vBarNavli a {
	background:url(../../include/jquery/backgroundPosition/bg_a.jpg) repeat -20px 35px;
}

#vBarNav a {
	background:url(../../include/jquery/backgroundPosition/bg_a.jpg) repeat -20px 35px;
}

div#navigation {
	position:absolute;
	top:80px;
	left:0;
	z-index:999;
}


ul#vBarNav {
	list-style:none;
	margin:0;
	padding:0;
	border-top:2px solid #0b75e2;
	z-index:999;
}

ul#vBarNav li {
	float:left;
	width:93px;
	margin:0;
	padding:0;
	text-align:center;
}

ul#vBarNav li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	font-size:9pt;
	text-decoration:none;
}

ul#vBarNav li a {
	background:url(../../include/jquery/backgroundPosition/bg_a.jpg) repeat 0 0;
}

ul#vBarNav li a:hover, li a:focus, li a:active {
	background-position:-150px 0;
}

#vBarNav li.headlink {
	width:93px;
	float:left;
	background-color:#000;
	text-align:center;
}
#vBarNav li.headlink ul {
	display:none;
	text-align:left;
	z-index:130;
}

#vBarNav li.headlink ul li {
	border-top:2px solid #36f;
	width:150px;
	z-index:130;
}



/* ================================================================= */

.pics {
	height: 232px;
	width: 232px;
	padding:0;
	margin:0;
	overflow: hidden;
}

div#indexMain {
	position:absolute;
	top:0;
	left:350px;
	width:650px;
	height:100%;
	min-height:400px;
	overflow:hidden;
}

dl#siteIntroduction {
	position:absolute;
	top:20px;
	left:20px;
	width:320px;
	height:230px;
	font-size:9pt;
	background-image : url("../../images/black75-trans.png");
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

dl#siteIntroduction dt {
	/* background-image : url("../../images/black75-trans.png");*/
	color:#fff;
	padding:5px;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #fff;
}

dl#siteIntroduction dt {
	background-image : url("../../images/black75-trans.png");
	padding:3px 5px;
	font-size:8pt;
	color:#fff;
	border-radius: 10px;
		-webkit-border-radius:10px 10px 10px 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

dl#siteIntroduction dt h2 {
	background-image : url("../../images/black75-trans.png");
	padding:3px 5px;
	font-size:8pt;
	color:#fff;
	border-radius: 10px;
		-webkit-border-radius:10px 10px 10px 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

dl#siteIntroduction dd {
	margin-left:10px;
}

dl#siteIntroduction dd p {
	width:290px;
	height:auto;
	font-size:8pt;
	margin:0 0 10px 0;
	color:#fff;
	border:none;
}

dl#siteIntroduction dd a {
	color:#fff;
}


dl#updateblock {
	position:absolute;
	top:270px;
	left:20px;
	width:320px;
	height:auto;
	font-size:9pt;
	background-image : url("../../images/black75-trans.png");
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

dl#updateblock dt {
	/* background-image : url("../../images/black75-trans.png");*/
	color:#fff;
	padding:5px;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #fff;
}

dl#updateblock dd {
	width:auto;
	height:230px;
	overflow:hidden;
}

dl#updateblock dd div#updateWrap {
	width:310px;
	height:220px;
	margin:0 0 0 10px;
	padding:0;
	overflow-y :auto;
}

fieldset.updatafield {
	width:290px;
	height:auto;
	font-size:8pt;
	margin:0 0 10px 0;
	color:#000;
	border:none;
}

fieldset.updatafield legend {
	background-image : url("../../images/white75-trans.png");
	padding:3px 5px;
	font-size:8pt;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

fieldset.updatafield p {
	width:270px;
	height:auto;
	font-size:8pt;
	margin:0px 5px 5px 10px;
	padding:5px;
	background-image : url("../../images/white75-trans.png");
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	behavior: url(../pie/PIE.htc);
}

/* == IE8 CSS HACK == */
html>/**/body fieldset.updatafield {
	background-image :none\9;
	color:#fff\9;
}
html>/**/body fieldset.updatafield legend {
	background-image :none\9;
	color:#fff\9;
}
html>/**/body fieldset.updatafield p {
	color:#fff\9;
	margin-left:30px\9;
	background-image :none\9;
	border-radius:none\9;
}
