/*********************************************
背景・フレーム
*********************************************/

html, body {
	background: rgba(0, 60, 130, 0.4);
//	background-image: url(./pics/bg_baha.jpg) ;
	background-repeat: repeat;
//	background-size: cover;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
//	margin: 0 auto;
//	padding: 0;
}

#wrap {
	position: relative;
//	background-color: transparent;
//	box-shadow: -5px 5px 10px 0px black, 0px 0px 15px 0px black;
	width: 900px;
//	height: 100%;
//	border-top-right-radius: 20px;
//	border-top-left-radius: 50px;
//	border-bottom-right-radius: 15px;
//	border-bottom-left-radius: 15px;
	margin: 0 auto 0 auto;
	z-index: 1;
}

#main {
	position: absolute;
	top: 80px;
	left: 20px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: -5px 5px 10px 0px black, 0px 0px 10px 0px black;
	width: 900px;
	height: 635px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 0 auto 0 auto;
	z-index: 2;
}

#title {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(0, 150, 200, 0.7);
//	background-image: url(./pics/title_01.jpg);
	box-shadow: 0px 0px 8px 0px rgba(0, 200, 200, 0.7);
	width: 900px;
	height: 700px;
	border-top-right-radius: 20px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 0 auto 0 auto;
	z-index: 2;
}

#bord {
	position: absolute;
	top: 10px;
	left: 140px;
	background: rgba(0, 0, 150, 0.5);
	box-shadow: 0px 0px 8px 0px #0000FF;
	width: 750px;
	height: 560px;
	border-radius: 5px;
	margin: 0 auto 0 auto;
	z-index: 3;
}


#leftSide {
	position: absolute;
	top: 30px;
	left: 10px;
	background: rgba(100, 100, 100, 0.95);
	box-shadow: 0px 0px 8px 0px #CCCCFF;
	width: 150px;
	height: 240px;
	border-radius: 5px;
//	margin-right: auto;
	z-index: 4;
}

#rightSide {
//	position: relative;
	top: -310px;
	right: 20px;
	background: rgba(244, 244, 255, 0.95);
	box-shadow: 0px 0px 8px 0px #CCCCFF;
	width: 270px;
	height: 280px;
	border-top-right-radius: 15px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
//	margin-left: auto;
	z-index: 5;
}

#update{
	position: absolute;
	top: 50px;
	left: 60px;
	width: 250px;
	height: 200px;
	color: white;
	font-size: 75%;
	overflow-y: auto;
	overflow-x: hidden;
	border: 3px double gray;
	padding: 2px 0px 0px 5px;
}


/*******************************************
リンク・テキスト設定
*******************************************/
a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #FF9999;
	text-decoration: none;
}

.titleText {
	position: absolute;
	top: 20px;
	left: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 150%;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 255, 255, 0.9), 1px 2px 10px rgba(150, 255, 255, 0.8);
}

.indexText {
	position: absolute;
	top: 255px;
	left: 60px;
	width: 85%;
	height: 45%;
	color: white;
	font-size: 75%;
//	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

.bordCapt {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 80%;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.3)), color-stop(1, rgba(255, 255, 255, 0)));
/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 40px;
	font-size: 90%;
	font-weight: bold;
	padding-left: 10px;
	z-index: 2;
}

#bord p{
	font-size: 120%;
	font-weight: bold;
}	

.subCapt {
	position: absolute;
	left: 10px;
	width: 80%;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 0, 0, 0.3)), color-stop(1, rgba(255, 255, 255, 0)));
/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 40px;;
	font-weight: bold;
	padding-left: 10px;
}	

.bordTextU {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 90%;
	height: 86%;
	color: white;
	font-size: 75%;
//	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

.bordAlbum {
	position: absolute;
	top: 45px;
	left: 60px;
	width: 90%;
	height: 85%;
	color: white;
	font-size: 75%;
//	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

.bordTextL {
	position: absolute;
	bottom: 25px;
	left: 60px;
	width: 80%;
	font-size: 75%;
//	z-index: 1;
}

.subText {
	position: relative;
	top: 5px;
	left: 30px;
//	z-index: 1;
}

.menu {
	position: relative;
	top: 5px;
	color: rgba(0, 0, 0, 0.6);
	font-family: 'メイリオ', serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);


}

.TextU {
	color: #666666;
	position: absolute;
	top: 45px;
	left: 10px;
	font-size: 80%;
	margin-top: -0.5em;
	padding-right: 5px;
}

.TextL {
	color: gray;
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 70%;
	padding-right: 5px;
}

.copy {
	position: absolute;
	bottom: 3px;
	right: 0px;
	font-size: 65%;
	padding-right: 5px;
	text-align: right;
}

/*********************************************
メニューリンク表示
*********************************************/
.mLink {
	font-weight: bold;
	font-size: 70%;
//	position: relative;
	width: 100px;
	height: 20px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0099FF), to(#0000FF));
/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #0099FF 0%, #0000FF 100%);
/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #0099FF 0%, #0000FF 100%);
	border-radius: 5px;
	box-shadow: 0 0 2px 3px #fff;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}

.mLink:hover {
	color: white;
	font-weight: bold;
	font-size: 70%;
//	position: relative;
	width: 100px;
	height: 20px;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00CCFF), to(#0066FF));
/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #00CCFF 0%, #0066FF 100%);
/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #00CCFF 0%, #0066FF 100%);
	border-radius: 5px;
	box-shadow: 0 0 2px 3px #fff;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}


/*********************************************
画像表示
*********************************************/
.banner {
	box-shadow: 2px 2px 5px black;
}

.img01 {
	position: absolute;
	left: 2px;
	bottom: -5px;
	z-index: 6;
}

.img02 {
	position: absolute;
	top: 45px;
	right: 60px;
	z-index: 7;
}

/*********************
サムネイル表示
*********************/
.thum {
	position: relative;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	margin: 5px;
	box-shadow: 2px 2px 5px black;
	height: 80px;
	width: 150px;
}

.floatRight {
	border-radius: 3px;
	float: right;
}
.floatLeft {
	border-radius: 3px;
	float: left;
}

.imgTop {
	display: inline-block;
	position: relative;
	top: 25px;
	right: 10px;
	border-radius: 15px;
	float: right;
}

.imgTop:after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000099;
	box-shadow:
		inset 0 0 20px #000099,
		inset 0 0 20px #000099,
		inset 0 0 20px #000099,
		inset 0 0 20px #000099;
}