html{
    color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; 
}
/*以上リセット*/ 

html {
	overflow: scroll;
	overflow: scrollbars-vertical;
	overflow-x: scroll;
	color:#852e19;
	background-color: #852e19;

}
body {
	-webkit-text-size-adjust: 100%;
  	-moz-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
 	-o-text-size-adjust: 100%;
  	text-size-adjust: 100%;
	font-family : sans-serif;
	color: inherit;
	background-color:inherit;	
}
a {
	color: #A8101C;
	/*font-weight: bold;*/
}
a:visited {
	color: #660000
}
/* コンテナ */
div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 12px #612212;
	background-image: url(images/background.png);
}
/* ヘッダー */
div#header {
	height: auto;
}
div#header h1 {
	text-align: left;
	font-size:60px;
	margin: 0;
	background-image: url(images/title_logo.png);
	background-repeat: no-repeat;
	display:block;
}
div#header h1 a {
	/*font-size:80px;*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: rgba(0,0,0,0);
	/*-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);	*/
}
div#header p {
	text-align: center;
	color: #0a008b;
	text-shadow: 0.0em 0.1em 2px #ffffff;
	/*font-weight: bold;*/
	font-size: 0.9em;
	margin: 0;
}
/* メニュー */
ul#menu {
	/*font-weight: bold;*/
	font-family : 'A-OTF 楷書MCBK1 Pro MCBK1';
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0px;
	height: 60px;
	/*text-shadow: 0.0em -0.1em #000000;*/
	background-image: url(images/rollover.png);
	display:block;
}
ul#menu li {
	list-style-type: none;
	float: left;
	line-height: 60px;
}
ul#menu li a {
	display: block;
	width: 185px;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-image: url(images/rollover.png);
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #D6EAF2/;
}
ul#menu li a:hover {
	/*background-color: #017acd;*/
	background-position: left bottom;
}
/* セクション */
article {
	font-family : sans-serif;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}
section h1 {
	background-repeat: no-repeat;
	font-family : 'A-OTF 楷書MCBK1 Pro MCBK1';
	/*font-weight: bold;*/
	font-size: 21px;
	color: #1e50a2;
	/*text-shadow: 0.0em 0.1em #ffffff;*/
	letter-spacing: 0.15em;
	margin-top: 20px;
	margin-bottom: -8px;
	padding-left: 10px;
	text-indent: 8px;
}
article h2 {
	/*background-image: url(images/shikaku.png);*/
	background-repeat: no-repeat;
	font-family : 'A-OTF 楷書MCBK1 Pro MCBK1';
	/*font-weight: bolder;*/
	font-size: 20px;
	color: #244677;
	line-height: 20px;
	letter-spacing: 0.2em;
	margin: 30px 12px 0px 12px;
	text-align: center;
}
section p {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
section th {
	color: #003399;
	font-size: 0.75em;
	text-align: right;
	padding-right: 12px;
}
section td {
	font-size: 0.75em;
	text-align: left;
}
p.button a {
	background-image: url(images/download.png);
	display: block;
	width: 300px;
	line-height: 0px;
	margin-left: auto;
	margin-right: auto;
}
p.button a:hover {
	background-position: left bottom;
}
p.button img {
	border: none
}
#scrollbar {
	overflow: auto;
	width: auto;
	height: 120px;
	margin: 15px 20px 30px 20px;
	padding:10px 10px 10px 10px;
	color: #333;
	font-size: 100%;
	/* [disabled]text-indent: 2px; */
	
	/*list-style-type: none;*/
	background-color: #FFFFF2;
	border-top-width: 1px;
	border-top-color: #BEBEBE;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-color: #BEBEBE;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}

ul#scrollbar li {
	list-style-type: none;
	line-height: 150%;
	/*float: left;*/
}
/*ul#scrollbar li a {
	
	text-decoration: none;
	
}
*/

.red {
	color: #ff0000;
}
/* フッター */
footer {
	color: #ffffff;
	background-color: #ba2636;
	margin-top: 55px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	display:block;
}
small {
	font-size: 80%;
}
.twitter-timeline {
	width: 700px;
	height: 380px;
	padding-left: 20px;
}

.slide {
	margin: 0px 0px 0px 0px;	
}


ol ,ul{
    list-style:none;
	font-size:95%;
}


#slide{
	width: 740px;
    margin:30px 0px 0px 0px;

}

.archive{
	width: 740px;
	height: 60px;
	padding-top: 20px;
	/*padding-bottom: -20px;*/
	background-image: url(images/title-background.png);
	cursor: s-resize;
	/*font-weight: bold;*/
	font-family : 'A-OTF 楷書MCBK1 Pro MCBK1';
	font-size: 120%;
	/*vertical-align: middle;*/
	text-align: center;
	background-repeat: no-repeat;
	letter-spacing: 0.1em;
	line-height:20px;
	/* [disabled]margin-bottom: 10px; */
	cursor: pointer;
}

.subMenu li{
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 15px;
	height: 306px;
	padding: 10px 0px 0px 0px;
	color: #333;
	overflow: auto;
	zoom: 1;
}

.img{
 	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
	clear: both;
}

.img-right{
 	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
	float:right;
	clear: both;
}
