@charset "utf-8";
/* CSS Document */
#main {
}
#wrapper {
!	border: 2px solid #FCDEE3;
}
/*サイドナビ*/
#leftcontent {
	width: 160px;
	float: left;
}
#sidenav {
	margin-top: 2px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #FFF;
}
#sidenavup li {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 158px;
	height: 35px;
	float: none;
	line-height: 35px;
!	font-weight: bold;
	border: 1px solid #FFF;
	border-top: none;
　　　filter:alpha(opacity=90);
	background: url(../images/bar1.png) rgba(255,101,121,0.9);
}
#topicsba {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:1.4em;
}
#topicsba a {
	display: block;
}
#sidenav ul#sidenavup li {
	display: block;
}
#sidebottomnav li {
	background: rgba(255,101,121,0.7);
	text-align: center;
	font-size: 1.0em;
	width: 158px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #FFF;
	border-top: none;
　　filter:alpha(opacity=50);
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#sidebottomnav li a {
	display: block;
}
/*サイドバナー*/
#sidebanner {
	margin-top: 20px;
	margin-left: 10px;
}
#sidebanner li {
	float: none;
	display: block;
	line-height: none;
}
#sidebanner li a:hover {
	position: relative;
 	top: -2px;
 	left: -2px;
}
#sidebanner li a:active {
	position: relative;
 	top: 5px;
 	left: 5px;
}
/*ギャラリー*/
#leftcontent #photoba {
	font-size: 18px;
	font-weight: bold;
}
#rightcontent {
	width: 620px;
	float: left;
!	margin-left: 10px;
	padding: 10px;
	line-height: 1.5;
	background: #ffe4e1;
}

#rightcontent h2 {
	color: #FFF;
	margin-left:15px;
}
#rightcontent h2 a {
	position: absolute; right: 10px; bottom: 0;
	font-size: 0.8em;
}
#rightcontent h2 a:hover {
	color: #F9F;
}
#rightcontent h2 a:active {
	color: #F66;
}
#rightcontent #lightbox {
}
#rightcontent #lightbox ul {
}
#rightcontent #lightbox img {
	border: 4px solid rgba(255, 255, 255, 1.0);
	-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			-o-border-radius: 3px;
			-ms-border-radius: 3px;
		border-radius: 3px;
	/* box-shadow */
	-moz-box-shadow: rgba(255, 255, 255, 0.6) 3px 3px 5px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.6) 3px 3px 5px 0px;
	-o-box-shadow: rgba(255, 255, 255, 0.6) 3px 3px 5px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#000000, Strength=12, Direction=135
		);

	box-shadow: rgba(255, 255, 255, 0.6) 3px 3px 5px 0px;
}
#rightcontent #lightbox li {
	margin: 3px auto;
	float: left;
	width: 152px;
	text-align: center;
}
.gallery {
	margin: 10px 0;
	padding: 10px 0;
	background: #2E2E2E;
!	position: relative;
	
	-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			-o-border-radius: 8px;
			-ms-border-radius: 8px;
		border-radius: 8px;

	/* box-shadow */
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 5px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 5px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#000000, Strength=12, Direction=135
		);

	box-shadow: rgba(0, 0, 0, 0.6) 5px 3px 5px 0px;
}
.gallery h2 {
	margin-top: 20px;
}
#human {
	width: 760px;
	overflow: hidden;
}
.textpg {
	width: 585px;
!	height: 150px;
	border-left: 2px solid rgba(159,40,0,0.35);
	padding: 15px;
	margin: 5px 0;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	background: rgba(255,255,255,0.7);
	-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
		border-radius: 5px;
	position: relative;
	
	/* box-shadow */
	-moz-box-shadow: rgba(159, 40, 0, 0.5) 3px 3px 5px 0px ;
	-webkit-box-shadow: rgba(159, 40, 0, 0.5) 3px 3px 5px 0px;
	-o-box-shadow: rgba(159, 40, 0, 0.5) 3px 3px 5px 0px;
/* for IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(
		Color=#600, Strength=12, Direction=135
		);

	box-shadow: rgba(159, 40, 0, 0.5) 3px 3px 5px 0px;
}
.textpg a:link {
	color: #630;
}
.textpg a:hover {
	color: #F9F;
}
.textpg a:active {
	color: #F66;
}
.textpg a:visited {
	color: #630;
}