@charset "Shift_Jis";

*{
   margin:0; padding:0;
   font-family	:osaka,Century Gothic,Chicago,sans-serif;
   font-style	:normal;
   font-weight	:normal;
   font-variant	:normal;
   font-size	:x-small;
   line-height	:180%;
   color	:#696969;
}

/* スクロールバーの設定をしてます */

html,body
{
  height:100%;
  background-color:#4DBDC1;
  background-attachment:fixed;
  scrollbar-face-color: white;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-arrow-color: #bebab7;
  scrollbar-track-color: white;
  scrollbar-darkshadow-color: white;
}

/* ↑ここまで↑ */


/* リンクの設定をしています */

A{text-decoration:none;}
A{color:#696969;text-decoration:none;}
A:hover{color:#e71a7b;text-decoration:none;}

/* ↑ここまで↑ */

p{
  margin-top	:20px;
  margin-bottom	:20px;
  color:#ffffff;
 }

img{
   border	:0px;
   }

small{
   font-size:	75%;
     }

input,textarea,select,option{
   margin-bottom:0.1em;
   border:solid 1px #ccc;
   color:#888;
   background-color:#fff;
   }

/* ↑ここまで↑ */

#box{
	margin:0px auto;
	height:100%;
	width:550px;
	background-color:#4DBDC1;
}

/* メイン記事部分設定しています */

.page{
	margin:0px auto;
	padding:15px;
	color:#343e42;
	height:650px;
     }

/* ↑ここまで↑ */


/* site title部分。 */

.title{
	background-image:url(http://nuit.jakou.com/book_cup04.gif);
	background-repeat:no-repeat;
	background-position:center 15px;
	width:265px;
	margin:0px auto;
	padding:165px 0px 0px 0px;
	text-align:center;
	font-size:medium;
	font-weight:bold;
	letter-spacing:0.5em;
	color:#fa8072;
  }

h1{
	background-image:url(http://nuit.jakou.com/011.png);
	background-repeat:no-repeat;
	padding:13px 0px 0px 30px;
	height:27px;
	letter-spacing:0.5em;
	color:#b8860b;
}

/* ↑ここまで↑ */


/* メニュー部分の設定です */

.menu{
	width:350px;
	margin:0px auto;
	text-align:center;
	padding:20px 0px 20px 0px;
     }

.menu ul{
	margin:0px;
	padding:0px;
}

.menu li{
	display:inline;
	padding:10px;
}

.menu a:link   {color:#696969;}
.menu a:hover  {color:#e71a7b;
		text-decoration : none;
		border-bottom:1px dotted;
                }


/* ↑ここまで↑ */
