﻿html {
	overflow-y:scroll;
	background-image: url('sozai/ya.png');
	height: 100%; /* ①設定 */
}

#header {
	margin-bottom: 10px;
}

body {
	font-family: MSゴシック;
	height: 100%; /* ①設定 */
}

body > #container {
	height: auto; /* ①設定 */
}

#container {
	min-height: 100%; /* ①設定 */
	height: 100%;	/* ①設定 */
	width: 900px;
	margin: 0 auto;
	padding: 0 0px; /* headerの左右余白 */
	background-color: #fff; /* ①box-shadow */
	box-shadow: 0 0 2px rgba(0,0,0,0.9); 	
}

#headmenu  {
	font-size: 14px;
	text-align: left;
	padding: 0 0px 0px 10px; /*　上右下左　*/
	
}

#headmenu ul>li {
	text-align: center;
	float: left;

}

#headmenu ul>li>a {
  display: block;             /* ブロック要素にする */
  width: 80px;                /* 横幅 */
  color: #333333;
  background-color: #bbeebb;  /* 背景色 */
  border: outset 2px #ddffdd; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 12px;            /* フォントサイズ */
  line-height: 12px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}

#headmenu ul>li>a:hover { 
  color: #000000;
  background-color: #aaccaa;  /* 背景色 */
  border: inset 2px #ddffdd;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}

ul.headmenu>li {                        /* リストアイコン設定 */
	background: url('sozai/nama1.png') no-repeat;
	padding: 0px 20px 0px 25px;       /*　上右下左　*/
}

#main {
	margin-left: 10px;
        margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
	margin: 2px 0 0 0;		/*　上右下左　*/
}

#toppic {
	margin-bottom: 15px;
}

#kousin {
	padding: 0px 0px 0px 50px;       /*　上右下左　*/
}

#footer {
	font-size: 12px;
	color: #888;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 5px 0 20px;
	
}

/* 漫画タイトル */
#topic  {
	font-size: 14px;
	padding: 0px 0px 5px 10px; /*　上右下左　*/
}
#topic a {
	text-decoration: none;	
}
ul.topic>li {                        /* リストアイコン設定 */
	background: url('sozai/book.gif') no-repeat;
	padding: 3px 0px 0px 18px;       /*　上右下左　*/
}

#title  {
	font-size: 12px;
}
#title ul>li {
	margin: 5px 0px 3px 15px;
}
#title ul>li>a { 
  display: block;             /* ブロック要素にする */
  width: 120px;                /* 横幅 */
}
#title ul>li>a:hover { 
	font-weight: bold
}

/* 案内部屋 */
#annai {
	font-size: 15px;
	text-align: center;
}

/* 拍手Res */
#hakusyu {
	font-size: 15px;
	text-align: center;
}

/* アンケート */
#anketo {
	font-size: 15px;
	padding: 0px 0px 0px 10px;
	text-align: center;
}

/* リンク */
#link {
	font-size: 15px;
	text-align: center;
}

/* サイトマップ*/
h2 {
	font-size: 15px;
	padding: 0px 0px 0px 15px;       /*　上右下左　*/
	
}

.sitemap {
	font-size: 15px;
	padding: 0px 0px 0px 50px;       /*　上右下左　*/
	list-style-type: circle;
}


