/*----------------------------------------------------------------------------------------基本*/
div#container{
	width: 800px;
	text-align: justify;
	margin: 0px auto;
	border: 1px solid #000000;
	background-image: url(../img/back02.jpg);
	background-repeat: repeat-y;
}
div#contents{
	float:left;
	width:800px;
}
div#topphoto{
	width: 800px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
div#footer{
	clear:both;
	text-align: center;
	font-size: 11px;
	letter-spacing: 2px;
	border-top: 1px solid #000000;
	background-color: #99CC99;
}
.inner{
	padding: 10px;
	overflow:hidden;
}

/*----------------------------------------------------------------------------------------ヘッダー*/

div#header{
	background-image: url(../img/back01.jpg);
}
div#header img{
	padding: 30px;
}
div#header h1 a{
	color: #333366;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------メニュー*/

div#menu{
	padding: 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
	background-color: #99CC99;
	background-image: url(../img/back03.jpg);
	background-repeat: no-repeat;
}
div#menu a{
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 10px;
	border-left: 1px dotted #333333;
}
div#menu a:hover{
	color: #FFFFFF;
}
/*----------------------------------------------------------------------------------------メイン*/
div#main{
	float:left;
	width: 600px;
	background-color: #FFFFFF;
}
div#main h1{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #006633;
}
div#main li.about{
	padding: 5px;
	line-height: 2em;
	display:block;
	list-style-type: none;
	border-bottom: 1px dashed #666666;
	margin: 10px;
}
div#main li.guide{
	padding: 5px;
	line-height: 2em;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
}
div#main li.link{
	padding: 5px;
	line-height: 2em;
	list-style-type: none;
	margin:0px 0px 30px;
	font-size: 14px;
	border-bottom: 1px dotted #006633;
}
/*----------------------------------------------------------------------------------------サイドメニュー*/
div#sub{
	float:left;
	width: 200px;
}
div#sub li{
	margin: 1px 0px;
	padding: 5px;
	list-style-type: none;
	border-bottom: 1px solid #FFFFFF;
}
/*----------------------------------------------------------------------------------------テーブル*/

table{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
td,th{
	font-size: 12px;
	text-align: center;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}
th.month{
	text-align: right;
	border-right: 1px solid #669933;
	width: 50px;
}
td.day{
	text-align: left;
}

/*----------------------------------------------------------------------------------------書籍*/

.book {
	float:left;
	width: 160px;
	height:350px;
	margin: 10px 5px 20px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.book h3{
	font-size: 12px;
	padding: 10px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
/*----------------------------------------------------------------------------------------随想*/

#photo{
	float:left;
	width:150px;
	text-align: center;
	margin-top:20px;
}
#text{
	float:left;
	width:410px;
	margin:0px 0px 20px;
	padding:10px;
}
#text ol.no{
	list-style-type: decimal;
	margin-left: 30px;
}
.time {
	text-align: right;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
/*----------------------------------------------------------------------------------------見出し*/

h2{
	font-size: 14px;
	letter-spacing: 2px;
	padding: 10px;
	margin:20px 0px 10px;
	border-bottom: 3px double #006633;
}
h4 {
	font-size: 16px;
	letter-spacing: 3px;
	padding: 5px;
	text-indent: 10px;
	background-image: url(../img/titlebar01.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003333;
	padding: 5px;
	margin:0px 0px 10px;
	letter-spacing: 3px;
}
/*----------------------------------------------------------------------------------------特許*/

#patent ol{
	padding: 10px;
	list-style-type: decimal;
	margin: 20px;
	list-style-position: outside;
}
#patent li{
	padding: 10px 0px;
	border-bottom: 1px dotted #999999;
}
/*----------------------------------------------------------------------------------------*/
.clear{
	clear:both;
}
.blank50{
	margin-bottom: 50px;
}
#pan{
	font-size: 11px;
	padding: 10px;
}
.tel{
	font-size: 20px;
	padding: 10px;
	border: 3px double #FF9900;
}
address {
	font-style: normal;
}
iframe {
	border: 0px;
	width:180px;
	height:800px;
}

#data{
	padding: 10px;
	border: 1px dotted #666666;
}
#data h3{
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
