@charset "UTF-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, blockqute,
a, em, font, 
{
		margin: 0;
		padding: 0;
		border: 0;
		font-style:normal;
		font-weight: normal;
		font-size: 100%;
		vertical-align: baseline;
}
img { border: none; }
a {
	text-decoration: none;
	color: #757D8C;
}

p img {
	border: 1px solid #b4b4b4;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #757D8C;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#container {
	width: 1000px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	position: fixed;
	width: 1000px;
	height: 120px;
	top: 0px;
	margin: 0 auto;
	padding: 0px;
	z-index: 100;
}
/*------------------------------------------ メニュー */
#menu {
		z-index: 1000;
		position: fixed;
		top: 38px;
		margin-left: 914px;
		cursor: pointer;
}
#popup_menu {
		z-index: 1001;
		position: fixed;
//		top: 62px;
		top: 78px;
//		margin-left: 756px;
		margin-left: 760px;
		display: none;
}
#menu_01 {
		z-index: 1001;
		position: fixed;
		top: 78px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}
#menu_02 {
		z-index: 1001;
		position: fixed;
//		top: 119px;
		top: 150px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}
#menu_03 {
		z-index: 1001;
		position: fixed;
//		top: 176px;
		top: 207px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}
#menu_04 {
		z-index: 1001;
		position: fixed;
//		top: 233px;
		top: 264px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}
#menu_05 {
		z-index: 1001;
		position: fixed;
//		top: 305px;
		top: 321px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}
#menu_06 {
		z-index: 1001;
		position: fixed;
//		top: 377px;
		top: 393px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}
#menu_07 {
		z-index: 1001;
		position: fixed;
		top: 450px;
		margin-left: 760px;
		display: none;
		cursor: pointer;
}

#contents {
	width: 840px;
	margin-top: 0px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	text-align: center;
}

#header { background-color: white; }

/*--------------------------------------------------------- コンテンツ */
.breadcrumb {
	font-size: 11px;
	color: #888888;
	text-align: left;
}
#content-container {
	overflow: hidden;
	top: 120px;
	position: relative;
}
#contents {
	width: 650px;
	float: left;
	margin: 0;
}
#contents h1.title {
	margin: 0;
	padding: 14px;
	font-size: 24px;
	color: #404040;
}
#contents h1.title2 {
	margin: 0;
    padding: 14px 0px 14px 60px;
    font-size: 22px;
	color: #404040;
}
#contents h1.kind2 {
	background: url(/jp/war/img/comic_03_01.png);
}
#contents h1.kind3 {
	background: url(/jp/war/img/comic_icon_kind3.png);
}
#contents h1.kind4 {
	background: url(/jp/war/img/comic_04_01.png);
}

#contents p.date {
	font-size: 16px;
	color: #4040;
	text-align: right;
	margin-bottom: 16px;
}
#contents p.imagecaption {
	text-align: right;
	font-size: 12px;
	color: #737373;
	margin-bottom: 16px;
}
#contents p.body {
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	color: #737373;
	margin-bottom: 20pt;
}
#contents p.bodycaption {
	text-align: right;
	font-size: 12px;
	color: #737373;
	margin-bottom: 20px;
}
#contents ul.sequence {
	overflow: hidden;
	background: url(/jp/war/img/comic_05_01.png) no-repeat;
	margin: 32px 0px 0px;
	padding: 12px 0px;
	list-style-type: none;
}
#contents ul.sequence li {
	padding-bottom: 12px;
	width: 324px;
	display: block;
}
a:hover { color: #4f60dc; }
#contents ul.sequence li a.prev {
	display: block;
	background: url(/jp/war/img/comic_05_02.png) no-repeat;
	padding-left: 24px;
	background-position: left bottom;
	padding-bottom: 12px;
}
#contents ul.sequence li a.prev:hover {
	background: url(/jp/war/img/comic_05_04.png) no-repeat; padding-left: 24px; background-position: left bottom;
}
#contents ul.sequence li a.next {
	display: block;
	background: url(/jp/war/img/comic_05_03.png) no-repeat;
	padding-right: 24px;
	background-position: right bottom;
	padding-bottom: 12px;
}
#contents ul.sequence li a.next:hover {
	background: url(/jp/war/img/comic_05_05.png) no-repeat; padding-right: 24px; background-position: right bottom;
}
#contents ul.sequence li a span.title {
	font-size: 16px;
	color: #AE;
}
#contents ul.sequence li a span.title-up {
	font-size: 12px;
	color: ##AEAE;
}
#related {
	margin: 0;
	width: 300px;
	float: right;
}
#related h2,
#related h3,
#related h4 {
	margin: 0;
}
#voice {
	margin-bottom: 15px;
}
#voice img {
    margin-bottom: 10px;
}
#tensen {
	margin-bottom: 25px;
}
#related h3.title { padding: 0 0 13px; }
#related p.date {
	font-size: 13px;
	color: #4040;
	text-align: right;
	margin-bottom: 13px;
}
#related h4 {
	font-size: 18px;
	color: #404040;
	text-align: left;
}
#related p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 13px;
	color: #737373;
	text-align:justify;
}

/*-------------年表へ戻る */
#entryReturn {
	width: 300px;
	height 280px;
}
#entryReturn_01 {
	margin-top: -171px;
	margin-left: 215px;
	width: 37px;
	height: 280px;
	display: block;
}

#footer {
	clear: both;
}

p {
		margin: 0;
}

.fb_iframe_widget_lift {
    bottom:-40px;
}
