@charset "utf-8";

/*---------------------------------------------------------------------------

	リセット

---------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*---------------------------------------------------------------------------

	ベースとなるフォント

 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%ﾂꀀ 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%

---------------------------------------------------------------------------*/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* フォントフェイス
----------------------------------------------------*/

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/*---------------------------------------------------------------------------

	ベースとなるリンクテキスト

---------------------------------------------------------------------------*/

a {
	color:#2A6B24;
}

a:link {
}

a:visited {
}

a:hover {
	color:#92d855;
}

a:active {
}


/*---------------------------------------------------------------------------

	html, body

---------------------------------------------------------------------------*/

html {
	overflow-y:scroll;
	margin:90px 0 0;/* space for header */
}

body {
}


/*---------------------------------------------------------------------------

	ヘッダー

---------------------------------------------------------------------------*/

#header {
	position:fixed;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	min-width:640px;
	opacity:0.9;
}

#header #headerTop {
	width:100%;
	background:#6eb92d;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
	box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#header #headerTopInner {
	margin:0 40px 0 20px;
	text-align:right;
}
#headerTopInner:after {
	content:"";
	clear:both;
	display:block;
}


/* ロゴ
----------------------------------------------------*/

#header h1 {
	float:left;
	padding:0 0 0 20px;
}
#header h1 a {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:7px 0;
}


/* タグで検索
----------------------------------------------------*/

#tagController {
	position:relative;
	z-index:5;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin:10px 10px 0 0;
	vertical-align:top;
	text-align:left;
}
#tagController .label {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:5px 0;
	height:11px;
	vertical-align:top;
	line-height:12px;
	font-size:11px;
	color:#fff;
}
#tagController .value {
	overflow:hidden;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:5px 0 5px 16px;
	width:120px;
	height:11px;
	background:#49920a url(../img/tag_arrow.png) no-repeat 5px 50%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align:top;
	line-height:12px;
	font-size:11px;
	color:#fff;
}

/* hoverで表示 */
#tagController ul {
	display:none;
	position:absolute;
	right:0;
	top:20px;
	padding:5px 10px;
	width:250px;
	border:1px solid #589424;
	background:#6eb92d;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#tagController:hover ul {
	display:block;
}
#tagController ul li {
	list-style:none;
	display:inline;
}
#tagController ul li a {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin:2px 1px;
	padding:2px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#tagController ul li a:hover {
	background:#92d855;
}
#tagController ul li a.cancel{
	color:#ffb9b9;
}


/* 並び順
----------------------------------------------------*/

#orderController {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin:10px 0 0 0;
	vertical-align:top;
	text-align:left;
}
#orderController .label {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:5px 0;
	height:11px;
	vertical-align:top;
	line-height:12px;
	font-size:11px;
	color:#fff;
}
#orderController a {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:5px 10px;
	height:11px;
	background:#49920a;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align:top;
	line-height:12px;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

#orderController a               span         {color:#3a7408;}
#orderController a.descend       span.descend,
#orderController a.ascend        span.ascend  {color:#fff;}
#orderController a.descend:hover span.ascend,
#orderController a.ascend:hover  span.descend {color:#ddd;}


/* 年
----------------------------------------------------*/

#yearController2 {
	padding:10px 0px 5px 20px;
}
#yearController2 ul {
	text-align:left;
}
#yearController2 ul li {
	display:inline;
	margin-right:3px;
}
#yearController2 ul li a {
	overflow:hidden;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:5px 0;
	width:40px;
	height:13px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height:16px;
	text-align:center;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#yearController2 ul li a.active {
	background:#49920a;
	cursor:default;
	pointer-events:none;
}
#yearController2 ul li a:hover {
	background:#92d855;
}
#yearController2 ul li a.active:hover {
	background:#49920a;
}


/* 年
----------------------------------------------------*/

#yearController {
	position:relative;
	margin:10px 40px 0;
	width:auto;
	background:#6eb92d;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
	box-shadow:0 0 4px rgba(0,0,0,0.5);
}
#yearController div {
	overflow:hidden;
	position:relative;
	width:100%;
}
#yearController div ul {
	position:relative;
	left:0px;
	padding:4px 0;
	white-space:nowrap;
}
#yearController div ul li {
	list-style:none;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin:0 1px;
}
#yearController div ul li a {
	overflow:hidden;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:5px 0;
	width:40px;
	height:13px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	line-height:16px;
	text-align:center;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
#yearController div ul li a.active {
	background:#49920a;
	cursor:default;
	pointer-events:none;
}
#yearController div ul li a:hover {
	background:#92d855;
}
#yearController div ul li a.active:hover {
	background:#49920a;
}

/* 左と右のボタン */
#yearController span {
	display:block;
	position:absolute;
	top:4px;
	width:24px;
	height:24px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	background-color:#6eb92d;
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
	box-shadow:0 0 4px rgba(0,0,0,0.5);
	cursor:pointer;
}
#yearController span.yearControllerLeft {
	left:-30px;
	background-image:url(../img/nav_arrow_left.png);
}
#yearController span.yearControllerRight {
	right:-30px;
	background-image:url(../img/nav_arrow_right.png);
}
#yearController span:hover {
	background-color:#92d855;
}


/*---------------------------------------------------------------------------

	コンテンツ

---------------------------------------------------------------------------*/

#content {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:980px;
	min-width:640px;
}


/*---------------------------------------------------------------------------

	フッター

---------------------------------------------------------------------------*/

#footer {
	overflow:hidden;
	margin:30px auto 0;
	padding:15px 20px 10px;
	border-top:1px solid #DDD;
	background:#EEE;
	min-width:580px;
}

#footer nav {
	display:inline;
}
#footer nav ul {
	display:inline;
}
#footer nav ul li {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin:0 15px 5px 0;
	vertical-align:middle;
}
#footer nav span {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	vertical-align:top;
}
#footer nav a {
	font-size:11px;
	text-decoration:none;
}

#footer small.copyright {
	display:block;
	float:right;
	font-size:11px;
	color:#666;
}



/*---------------------------------------------------------------------------

	年表セクション

---------------------------------------------------------------------------*/

#content .yearSection {
	margin:10px 40px 25px;
	padding:0 0 10px;
}


/* 年の見出し
----------------------------------------------------*/
#content .yearSection h2 {
	position:relative;
	margin:0 0 20px;
	padding:5px;
	background:#CCC;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	line-height:1;
	text-align:center;
	color:#FFF;
	text-shadow:-1px -1px 0 #AAA;
}
#content .yearSection h2 em {
	margin-right:2px;
	font-size:153.9%;
	font-style:italic;
}

#content .yearSection h2 a.untag {
	position:absolute;
	right:10px;
	top:10px;
	line-height:1;
	font-size:11px;
	font-weight:normal;
	color:#EFEFEF;
	text-decoration:none;
	text-shadow:none;
}
#content .yearSection h2 a.untag:hover {
	color:#FFF;
}


/* タグ絞りなどアイテム無い場合
----------------------------------------------------*/
#content .yearSection p.noItem {
	margin:30px 20px 20px;
}


/* 日にちセクション
----------------------------------------------------*/
#content .yearSection .dateSection {
	overflow:hidden;
	position:relative;
	margin:0 20px 8px;
	border-bottom:1px dotted #DDD;
}

#content .yearSection h2 + .dateSection {
	margin-top:8px;
	border-top:1px dotted #DDD;
	padding-top:8px;
}


/* 日にちセクション見出し
----------------------------------------------------*/
#content .yearSection .dateSection h3 {
	position:absolute;
	width:80px;
	color:#888;
}

#content .yearSection .dateSection h3 time {
	display:block;
}
#content .yearSection .dateSection h3 time span.month,
#content .yearSection .dateSection h3 time span.date {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	width:36px;
	text-align:right;
	font-size:11px;
}
#content .yearSection .dateSection h3 time span.month em,
#content .yearSection .dateSection h3 time span.date  em {
	margin-right:2px;
	font-size:13px;
	font-style:italic;
}

#content .yearSection .dateSection h3 span.addition {
	display:block;
	text-align:right;
	font-size:11px;
	font-weight:normal;
}


/* ユニットセクション
----------------------------------------------------*/
#content .yearSection .dateSection .unitSection {
	overflow:hidden;
	margin:0 0 8px 100px;
	min-width:220px;
	color:#333;
}
#content .yearSection .dateSection h3 + .unitSection {
	margin-top:0;
}

/* タグ */
#content .yearSection .dateSection .unitSection .tags {
	padding-left:15px;
}
#content .yearSection .dateSection .unitSection .tags span {
	margin-right:0.5em;
	font-size:85%;
	color:#099;
}

/* 見出し */
#content .yearSection .dateSection .unitSection h4 {
	border-left:10px solid #EEE;
	padding:3px 0 0 5px;
	line-height:1.2;
	font-weight:bold;
	color:#333;
}

/* 説明文 */
#content .yearSection .dateSection .unitSection .description {
	margin:8px 10px 0 20px;
}

/* サムネイル画像 */
#content .yearSection .dateSection .unitSection .thumbs {
	margin:8px 10px 0 20px;
	padding:0 0 2px;
}
#content .yearSection .dateSection .unitSection .thumbs a {
	position:relative;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin-right:5px;
	width:80px;
	height:80px;
	border:2px solid #CCC;
	background:#FFF;
	text-decoration:none;
}

#content .yearSection .dateSection .unitSection .thumbs a img {
	vertical-align:top;
	opacity:0.8;
}

#content .yearSection .dateSection .unitSection .thumbs a:hover {
}

#content .yearSection .dateSection .unitSection .thumbs a:hover img {
	opacity:1;
}

#content .yearSection .dateSection .unitSection .thumbs a.transitionView-loading:after {
	content:"loading";
	display:block;
	position:absolute;
	left:5px;
	top:30px;
	width:70px;
	height:20px;
	background:#AAA;
	background:rgba(0,0,0,0.5);
	-webkit-border-radius:5px;
	border-radius:5px;
	line-height:20px;
	text-align:center;
	font-size:11px;
	color:#fff;
}

#content .yearSection .dateSection .unitSection .thumbs a.transitionView-opened {
	background:url(../img/thumb_bg.gif) repeat;
	cursor:default;
}
#content .yearSection .dateSection .unitSection .thumbs a.transitionView-opened img {
	visibility:hidden;
}


/* jsによる画像拡大まわり
----------------------------------------------------*/

#transitionView {
	max-width:900px;
	min-width:640px;
}

.transitionView-box {
	position:absolute;
	padding:1px;
	background:#333;
	background:rgba(0,0,0,0.8);
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	cursor:move;
}
.transitionView-box.transitionView-opening {
	-webkit-transition:-webkit-transform 600ms ease;
	-moz-transition:-moz-transform 600ms ease;
	-ms-transition:-ms-transform 600ms ease;
	-o-transition:-o-transform 600ms ease;
	transition:transform 600ms ease;
}
.transitionView-box.transitionView-closing {
	-webkit-transition:-webkit-transform 200ms ease;
	-moz-transition:-moz-transform 200ms ease;
	-ms-transition:-ms-transform 200ms ease;
	-o-transition:-o-transform 200ms ease;
	transition:transform 200ms ease;
}

.transitionView-header {
	overflow:hidden;
	width:100%;
	height:25px;
}

.transitionView-close {
	display:block;
	float:right;
	margin:3px 3px 0 0;
	width:45px;
	height:19px;
	background:#777;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:19px;
	text-align:center;
	font-size:11px;
	color:#DDD;
	cursor:pointer;
}
.transitionView-close:hover {	
	color:#FFF;
}

.transitionView-caption {
	overflow:hidden;
	margin:0 0 0 5px;
	height:25px;
	line-height:27px;
	font-size:13px;
	color:#fff;
}

.transitionView-image {
	vertical-align:top;
}




/* ユニットセクション 社会の出来事用
----------------------------------------------------*/
#content .yearSection .dateSection .unitSection-social-wrap {
	float:right;
	padding:0 10px 0 0;
	width:200px;
}
#content .yearSection .dateSection .unitSection-social-wrap .unitSection-social {
	margin:10px 0;
	padding:10px;
	border:1px solid #CCC;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#333;
}
#content .yearSection .dateSection .unitSection-social-wrap .unitSection-social h4 {
}
#content .yearSection .dateSection .unitSection-social-wrap .unitSection-social .description {
	margin:5px 0 0;
}


/*---------------------------------------------------------------------------

	新しい年、古い年へのボタン

---------------------------------------------------------------------------*/

#content .upButton,
#content .downButton {
	margin:20px 0 30px;
	text-align:center;
}

#content .upButton a,
#content .downButton a {
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	padding:3px 10px;
	width:200px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:#6eb92d;
	border:1px solid #CCC;
	line-height:1;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#content .upButton a:hover,
#content .downButton a:hover {
	background-color:#92d855;
}


/*---------------------------------------------------------------------------

	タグの注

---------------------------------------------------------------------------*/

#content .tagNote {
	margin:20px 0 30px;
	text-align:center;
}


/*---------------------------------------------------------------------------

	ホーム

---------------------------------------------------------------------------*/

.homeVisual {
	margin:10px 0 20px;
	padding:20px 0;
	width:100%;
	min-width:640px;
	background:url(../img/home_visual_bg.gif) repeat;
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	text-align:center;
}

.homeVisual p.homeVisual-img {
	margin:20px 0 0;
}
.homeVisual p.homeVisual-img img {
	margin:0 5px;
	border:5px solid #FFF;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	vertical-align:bottom;
}


#content .homeContent {
	margin:10px 40px 30px;
}

#content .homeContent p {
	font-size:150%;
}

#content .homeHowToUse {
	margin:1em 0 30px;
	padding:20px;
	background:#eaffe8;
	border:2px solid #83c37d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#content .homeHowToUse h2 {
	font-size:150%;
	color:#2A6B24;
}
#content .homeHowToUse ol {
	margin:1em 0 0 2em;
}
#content .homeHowToUse ol li {
	list-style:decimal;
	margin:5px 0;
}

#content .homeNav {
	margin:1em 0 0;
}
#content .homeNav h2 {
	color:#555;
}
#content .homeNav ul {
	margin:0 0 1em 1em;
}
#content .homeNav ul li {
	list-style:none;
	display:inline-block;
		/* inline-block for IE6, 7 */
		*display:inline;
		*zoom:1;
	margin:5px 10px 0 0;
}
#content .homeNav ul li a {
}


/*---------------------------------------------------------------------------

	読み込み中

---------------------------------------------------------------------------*/

/*
#content .loading {
	margin:10px 10px 25px;
	text-align:center;
	color:#666;
}

#content .loadError {
	margin:10px 10px 25px;
	text-align:center;
	color:#666;
}
#content .loadError p {
	margin-bottom:10px;
}
*/