@charset "shift_jis";
@import url(http://fonts.googleapis.com/css?family=Satisfy);
/* ブラウザスタイルの初期化 */
*      { margin: 0;
	padding: 0;
	background-color: transparent;
	color: #dcdcdc;
	font-size: 14px;
	font-family: Verdana, Arial,"メイリオ","ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
	}

/* リンク設定 */
a{
	text-decoration: none;
	}
a:hover,
a:active{
	opacity:0.5;
	}

/* 骨組み */
html, body{
	height: 100%;
	}
.onerow {
	height: 50%;
	clear: both;
	padding: 0;
	}
.onerow:after{
	visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;
	}
.col1, .col2, .col3, .col4, .col5, .col6{
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;}


/* 背景色 */
.col1{background: url(C1-+.png);}
.col2{background: url(C2-+.png);}
.col3{background: url(C3-+.png);}
.col4{background: url(C4-+.png);}
.col5{background: url(plant1.jpg);
      background-attachment: fixed;
      background-position:100% 0%;
      background-repeat: no-repeat}
.col6{background-image : url("095.gif");
      background-attachment: fixed; background-position:0% 0%;
      background-repeat: no-repeat ;
      background-color: #000;}

/* 作品タイトルとキャプション */
#title{
	background: url(400.png) no-repeat;
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -200px;
	text-align: center;
	}
#caption{
	margin: 0 auto;
	max-width: 170px;
	font-size: 12px;
	}

/* 作品メニュー */
ul.menu{
	padding: 30px 0;/* お好みで調節してください */
	}
ul.menu li{
	list-style: none;
	line-height: 2.2;/* お好みで調節してください */
	}

/* コンテンツ */
#text{
	text-align: left;
	max-width: 525px;
	margin: 0 auto;
	}
.novel{
	width: 100%;
	height: auto;
	}
.novel, .novel a{
	line-height: 1.7em;
	font-size: 15px;
	}

/* ページリンク */
#footer{
	text-align: center;
	padding: 10px 0;
	}
#footer li{
	padding: 0 50px;
	display: inline;
	}

/* 見出しなど */
h1, h1 a:link, h1 a:visited{
	font-family: 'Satisfy', cursive;
	padding: 120px 0 10px;
	font-weight: normal;
	font-size: xx-large;
	}
h1.novel{
	padding: 10px 0 0;
	font-size: x-large;
	}
h2{
	font-weight: normal;
	font-size: 14px;
	margin: 0 auto 15px;
	}
gr{
	color: #fff5ee;
        font-size: 14px;
	}
em{
	font-style: normal;
        color:#dc143c;
	font-weight: bold;
        font-size: 18px;
	}
.box{
	border: 1px solid #696969;
	border-left: 3px solid #696969;
	border-right: 3px solid #696969;
	padding: 10px;
	}
hr{
	border: none;
	border-bottom: 1px solid #696969;
	margin: 10px 0;
	}

/* 著作権表示 */
#copy{
	position: absolute;
	top: 50%;
	margin-top: 220px;
	width: 99%;
	text-align: center;
	font-size: 9pt;
	}
#copy,#copy a{
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	}

/* 小さい画面での表示 */
@media all and (max-width: 768px) {
	.onerow {
	height: auto;
	}
	.col1, .col2, .col3, .col4, .col5, .col6 {float: none;width: 100%;height: auto;}
	#title{position: relative;top: 0;left: 0;margin: 0;padding: 10px 0;
	width: 100%;height: 300px;background: url(300.png) no-repeat 50% 50%;}
	h1, h1 a:link, h1 a:visited{padding: 80px 0 10px;font-size: x-large;}
	#caption{max-width: 150px;}
	#copy{position: relative;margin: 0;}
	#text{width: 90%;}
}
