/*名古屋近代文学史研究会公式ホームページ用*/

/*全体*/
html,body {
	scrollbar-base-color: #009900;
}

body {
	color: black;
	background-color: #bffdef;
	b  ackground-image: url( );
}

/*トップ*/
h1 {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	background-color: #7af77d;
	padding: 7 0em 7 0em;
	border-width: 0em 2em 0em 2em;
	border-right-style: ridge;
	border-left-style: groove;
	border-color: #009900;
	margin: 0em;
	border-radius: 1em;
}

/*ページタイトル*/
h2 {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	background-color: #7af77d;
	padding: 7 0em 7 0em;
	border-width: 0em 2em 0em 2em;
	border-right-style: ridge;
	border-left-style: groove;
	border-color: #009900;
	margin: 0em;
	border-radius: 1em;
}


/*ブロック化*/
.block {
	display:block;
}

/*ナビゲーター*/
.navigation  {
	text-align: center;
}

.navigation li {
	background-color: white;
	margin: 13;
	padding: 8;
	border-width: 2 8 2 8;
	border-style: solid;
	border-color: #3d7a3d;
	display: inline;
	white-space: nowrap;
	line-height:3;
	border-radius: 1em;
}

.navi2 {
	padding: 0 0 0 0.3em;
	line-height: 1;
	height: 1em;
	margin: 1em;
	border-left-width: 1em;
	border-left-color: #00c500;
	border-left-style: solid;
	font-size: 1em;
	border-radius: 1em;
}


/*内容の見出し*/
h3 {
	display: inline;
	color: white;
	background-color: #3d7a3d;
	line-height: 1.8;
	padding: 0.3em;
	border-left-width: 1em;
	border-left-color: #00c500;
	border-left-style: solid;
}

h3 {
	font-size: 95%;
	font-weight: bold;
	margin: 1em 0 0.4em 1em;
	border-radius: 1em;
}


/*テキスト*/
p {
	line-height: 1.5;
	margin: 0.5em 0 0.5em 0.7em;
}

/*引用*/
blockquote,
q {
	text-indent: 0;
	padding: 0.8em;
	margin: 1em 10% 8 10%;
	border-width: 0 0 0 0;
	border-left-color: #0f56fc;
	border-style: solid;
	line-height: 1.5;
	background-color: #e3e3e3;
}

q {
	margin: 0.5em;
	padding: 0.2em;
}

cite {
	font-style: normal;
}

/*出典位置*/
.source {
	text-align: right;
}

dl{
	margin: 0;
}

/*太字*/
dt,
.now,
.endname {
	font-weight: bold;
}

/*まとまり*/
.set,
.site-map dl, /* index.html */
.renew dl, /* .index.html */
.table, /* contents.html */
.ex, /* contents.html */
.honbun ul, /* writer.html */
.info dl, /* info.html */
.info p, /* info.html */
.work-set ul, /* work.html */
.link dl, /* link.html */
.nenpyo dl, /* dataフォルダ */
.nenpyo li  /* dataフォルダ */ {
	text-indent: 0em;
	padding:  0.2em 0.2em 0.2em 0.7em;
	margin: 4 5% 8 2em;
	border-width: 6;
	border-color: white white white #0c9320;
	border-style: solid;
	line-height: 1.2;
	background-color: white;

border-radius: 1em;
}


/*罫線消去*/
hr {
	display: none;
}

/*最下部*/
.endaddress {
	clear: both;
	display: block;
}

address p {
	line-height: 1.2;
	text-indent: 0;
}

.footer {
	clear: both;
	padding: 1em 0em 0em 1em;
	margin-bottom: 1em;
	border-top: solid 0.1em #0c9320;
}

.footer h3 {
	display: none;
}

.footer h4 {
	float: left;
	margin-right: 1em;

	line-height: 1.1;
	font-style: italic;
}

.footer p {
	text-indent: 0;
	margin: 0em;
	line-height: 1.1;
	font-style: italic;
}

address {
	margin-bottom: 0.7em;
	font-style: italic;
}

.endname {
	font-style: italic;
	font-weight: bold;
}

.add2 {
	margin: 0em 0em 0em 1em;
	line-height: 1.6;
}

.foot2 {
	padding: 0.5em 0em 0.7em 0.3em;
	border-left: #389f3d 0.6em solid;
	clear: both;
}

.hide {
	display: none;
}

@media print{
	* {
		border: none !important;
		width: auto !important;
		color: #000000 !important;
		background-color: transparent !important;
	}

	body {
	padding: 0.5em;	
	/*border-color: #000000 !important;
	border-style: solid !important;
	border-width: 1px !important;*/
	background-color: transparent;
	font-family: serif;
	background-image: none;
	}
	
	h1,
	h2,
	.navigation,
	.navi2 {
		display: none;
	}
	
	div {
		float: none !important;
	}
	
	p {
		line-height: 2 !important;
	}
	
	address,
	address p {
		text-align: right;
		line-height: 1.4 !important;
	}
	
	address {
		border-top: solid 1px #000000 !important;
	}
}