@charset "UTF-8"; /* 文字エンコードの設定（削除不可） */

/* ********************************************** */
@media screen{ 

/* トップ画像 ----------------------*/
#INDEX div#HEADER{

}
#INDEX h1{  }

/*------------------------------------*/

/* 全称 */
*	{letter-spacing: 0.1em;
line-height: 1.5em;color:#333333;font-family:'ＭＳ 明朝',serif;
}

body 
{
	/* ページ全体の背景色 */
	background:url(2001001.jpg) no-repeat bottom center fixed;

	/* ページ全体の文字色 */
	color: #000;

	/* メニューの最大縦幅 + メニューの上下内側余白 */
	margin-top: 3.2em;
	

}


#PAGETOP
{
font-size:medium;
}

#HEADER
{
width:50%;
	padding:0px auto 0 auto;

display:none;
}

#MENU {
padding-top:30px;
padding-bottom:30px;
background:url(use/back.png) repeat top left;
}

.menu{margin:20px;padding:5px; background-color:#ffffff;
}

#KIZI
{width:60%;
margin-left:auto;
margin-right:auto;
	clear: left;
	padding:20px 20px 0 20px;
}

#FOOTER
{width:50%;

	padding-top: 15px;
	padding-bottom: 15px;

display:none;
}

	div.text	{	}
	div.pict	{	}
	div.pict_text	{
	background-color:#ffffff;border: none; border-left: 2px solid #333333;
	bottom:0;
	height:100px;
	padding:5 10 5 10px;
						overflow: auto;
						position:fixed;
						z-index:1;	}


div.page-sent li{list-style:none;float:left; padding:5px;}




/*　小説用テキスト欄　*/
.text2{

	font-size:120%;


}



/*　カルーセル　*/
.prettyGalleryContainer {
	clear: both;
	float: left;
	margin: 0 0 10px 0;
}
	
	.prettyGalleryContainer a:focus { outline: none; }

	.prettyGalleryContainer img { border: 0; }

	.prettyGalleryContainer ul {
		margin: 0;
		padding: 0;
	}

		.prettyGalleryContainer ul li {
			display: block;
			float: left;
		}
		
			.prettyGalleryContainer ul li a,
			.prettyGalleryContainer ul li a img { display: block; }

	.prettyGalleryBackground {
		background: url(use/prettyGallery/content_background.png) top left repeat;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		margin: 0 0 10px 0;
	}

	.pp_alignleft { float: left; }
	.pp_alignright { float: right; }
	.pp_aligncenter { margin: 0 auto; }
		
	.pg_paging .pg_previous {
		background: url(use/prettyGallery/pagingNav.png) top left no-repeat;
		display: block;
		float: left;
		height: 14px;
		margin: 1px 3px 5px 0;
		overflow: hidden;
		text-indent: -10000px;
		width: 9px;
	}
		.pg_paging .pg_previous:hover { background-position: 0 -14px; }
		
	.pg_paging .pg_next {
		background: url(use/prettyGallery/pagingNav.png) top right no-repeat;
		display: block;
		float: left;
		height: 14px;
		margin: 1px 0 0 3px;
		overflow: hidden;
		text-indent: -10000px;
		width: 9px;
	}
		.pg_paging .pg_next:hover { background-position: 100% -14px; }
		
		.pg_paging li { text-align: center; }
		
		
	.pg_pages {
		background: url(use/prettyGallery/pagingBackgroundLeft.png) top left no-repeat;
		float: left;
		padding-left: 8px;
	}
	
		.pg_pages ul {
			background: url(use/prettyGallery/pagingBackgroundRight.png) top right no-repeat;
			float: left;
			height: 15px;
			padding-right: 9px;
		}
			.pg_pages ul li { line-height: 15px; }
			
			.pg_pages ul li.selected { font-weight: bold; }
		
		.pg_pages a {
			color: #fff;
			font-family: Arial;
			font-size: 11px;
			text-decoration: none;
			padding: 2px;
		}
			.pg_pages a:hover { color: #c4c4c4; }
			
		.pg_pages a.circle {
			display: block;
			background: url(use/prettyGallery/pagingPageNumber.png) top left no-repeat;
			height: 8px;
			margin: 3px 1px 0 3px;
			padding: 0;
			text-indent: -10000px;
			width: 8px;
		}
			.pg_pages a.circle:hover,
			.pg_pages .selected a.circle { background-position: bottom left; }
			
			
/*　モーダル　*/
.modal { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:400px; height:200px; margin:-120px 0 0 -220px; padding:20px; text-align:center;border:3px double #ffffff; }
.modal p { margin-bottom:10px;color:#ffffff; }
.modal a { cursor:pointer; }