@charset "UTF-8";

* { margin: 0; padding: 0; }

body {
	background-color: white;
	color: black;
	text-align: center;
}
/*div,p,a,h3,th,td,dt,dd,li {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 11pt;
	line-height: 150%;
}*/
div,p,a,h3,th,td,dt,dd,li {
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 150%;
}
.s {
	font-size: 9pt;
	line-height: 130%;
}
.l {
	font-size: 13pt;
}
ul {
	list-style-type: none;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
table {
	width: 100%;
	border-top: 1px solid #ccc;
}
th, td {
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
}

#container {
	text-align: center;
}

/* Menu */

#menu {
	margin: 3em 0 6em;
	text-align: center;
}
#menu #title {
	margin-bottom: 1.5em;
}
#menu #title a {
	font-size: 18pt;
	color: black;
}
#menu ul {
	
}
#menu li {
	display: inline;
	margin: 0 1em;
}
#menu li a {
	color: black;
}
#menu .on a {
	text-decoration: underline;
}
#menu .sub {
	margin: 0 0 0.5em 1em;
}

#content {
	
}

/* Pagination */
.pagination a {
	margin-right: 1em;
}
.pagination_num {
	display: none;
}

/* Facebook */
.facebook_like_btn {
	margin-bottom: 1em;
}
/* Comments */
.comments_btn {
	margin-bottom: 12px;
}
.comments_btn a {
	font-size: 11px;
}
/* Flickr link */
.flickr {
	font-family: Helvetica;
	margin-left: 0.5em;
}
.flickr .blue {
	color: #0063DC;
}
.flickr .pink {
	color: #FF0084;
}

/* Search form */
.search_form {
	margin-top: 20px;
}
.search_form.in_year {
	margin: 20px 0 0 160px;
}


/* Footer */

#footer {
	margin-top: 6em;
	background-color: #4773b3;
	color: white;
}
#footer a {
	color: white;
}
#footer .padder {
	padding: 2em;
	text-align: center;
}
#footer table {
	margin: 0 auto 2em;
	width: auto;
	border: none;
}
#footer table th,
#footer table td {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}
#footer table td a {
	color: white;
}
#footer table th {
	padding: 0 1em 0.5em 0;
	font-weight: bold;
	color: #87b3f3;
	text-align: right;
}
#footer table th a {
	color: #87b3f3;
}
#footer table li {
	display: inline;
	margin-right: 1em;
}
#footer_search {
	margin-bottom: 2em;
}
#footer_search input[type=text] {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
	padding: 3px;
	font-size: 10pt;
	vertical-align: text-bottom;
}
#footer_search input[type=image] {
	vertical-align: text-bottom;
}
#footer_copyright {
	margin: 3em 0 1em;
}

/* DISQUS */
#disqus_thread {
	padding: 1em;
	background-color: #eee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#disqus_thread h3 {
	font-weight: normal;
}

/* inline-block */
.inline-block {
	display:-moz-inline-box; /* for mozilla */
	display:inline-block; /* for Opera & Safari */
	zoom:1; /* has layout */
}
* html .inline-block { display:inline; }/* IE6 */
*:first-child+html .inline-block { display:inline; }/* IE7 */
/* Float Height Adjustment */
.clearfix { overflow:hidden; }
.clearfix:after { content:""; display:block; clear:both; height:1px; overflow:hidden;}
/*ﾂ･*/
* html .clearfix { height:1em; overflow:visible; }
/**/
