@charset "UTF-8";
/* CSS Document */
* {
	font-size:			100%;
	font-weight:		normal;
	margin:	 			0;
	padding:			0;
}

h1,h2,h3,h4,h5,h6,ol,ul,li {
	margin: 0;
	padding:0;
	border: 0px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
}

p	{
	padding:0;
	border: 0px;
	font-style: normal;
	font-weight: normal;
}

img	{ border:0;
}
a	{	text-decoration:none;
}
a img	{	text-decoration: none; border: 0;
}
td	{ vertical-align:top; text-align:left;
}
li	{ list-style-type:none;
}
label	 {	cursor:pointer;
}

.clear	{ clear:both;
		 line-height:100%;
}

/*トップ＆テンプレート*/
body {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #f0f0f0;
	color: #666666;
}
#index {
	border: 1px dotted #60c0e0;
	width: 300px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 150%;
	padding-top: 10px;
}
a {
	color: #60c0e0;
	text-decoration: none;
}
a:link {
	color: #60c0e0;
	text-decoration: none;
}
a:visited {
	color: #60c0e0;
	text-decoration: none;
}
a:hover {
	color: #c0e0f0;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#logo {
	background-image: url(../icon/logo.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 142px;
}
#main_img {
	height: 150px;
	width: 800px;
	border: 1px solid #000;
	margin-top: 5px;
	background-image: url(../main_img.jpg);
	background-repeat: no-repeat;
}
#navi1 {
	background-color: #60c0e0;
	height: 40px;
}
#navi2 {
	height: 40px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navi2 ul li {
	float: left;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 50px;
}
.heading {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #60c0e0;
	border-left-color: #60c0e0;
	font-size: 150%;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 10px;
	text-indent: 10px;
}
#notice li {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 15px;
}
.left {
	float: left;
	width: 370px;
}
/*リンク間隔用*/
.links {
	margin-bottom: 5px;
}
#link li {
	float: left;
}
#link {
	margin-bottom: 20px;
}
.right {
	float: right;
	width: 370px;
}
#memo {
	height: 100px;
	width: 370px;
	overflow: auto;
	position: relative;
	background-color: #FFF;
}
#memo li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 200%;
}
.date {
	font-weight: bold;
	margin-right: 10px;
}
#date2 {
	text-decoration: line-through;
}
#works {
	visibility: hidden;
}
/* 本体 */
.scrollgeneric {
    line-height:1px;
    font-size:1px;
    position:absolute;
    top:0;
    left:0;
}
 
/* 縦スクロール範囲 */
.vscrollerbase {
	width: 5px;
	background-color: #e0e0e0;
}

/* 縦スクロールバー */
.vscrollerbar {
	width: 5px;
	background-color: #a0e0f0;
}
 
/* 横スクロール範囲 */
.hscrollerbase {
	height: 5px;
	background-color: #e0e0e0;
}
 
/* 横スクロールバー */
.hscrollerbar {
	height: 5px;
	background-color: #a0e0f0;
}
 
/* 縦横スクロールバー */
.scrollerjogbox {
	width: 5px;
	height: 5px;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	background-color: #e0e0e0;
}
#footer {
	background-color: #60c0e0;
	background-position: bottom;
	clear: both;
	height: 20px;
}
/*トップ＆テンプレート終了*/


.r18 {
	color: #F00;
}
table tr td {
	padding: 5px;
	text-align: center;
}
table {
	margin-right: auto;
	margin-left: auto;
}
table th {
	background-color: #60c0e0;
	padding: 10px;
}
table tr {
	text-align: center;
	vertical-align: middle;
}
#antholo {
	width: 370px;
	margin-top: 20px;
	float: left;
}
#book {
	clear: both;
	width: 405px;
	padding-top: 10px;
}
#book dl {
	margin-top: 20px;
}
#book dd {
	line-height: 150%;
}
.heading2 {
	font-size: 130%;
	color: #f0f0f0;
	background-color: #60c0e0;
	width: 150px;
	margin-top: 10px;
	text-indent: 10px;
	padding: 3px;
}
#out {
	color: #CCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 30px;
}
#totop {
	float: right;
}
/*ギャラリー用開始*/
#img_list ul li {
	float: left;
	padding-bottom: 10px;
}
#img_list dl {
	clear: left;
	margin-top: 30px;
}
.img_title {
	font-size: 130%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
