@charset "utf-8";

/* Begin Typography & Colors */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	}

.narrowcolumn .entry, .widecolumn .entry, .narrowcolumn .postmetadata, .singlenavigation {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

h1, #headerimg .jaddress {
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.3ex;
	color: #00a0da;
	}

h2 {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}
	
h3 {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

#headerimg .description, .atitle {
	font-family: "Times New Roman", Times, serif;
	color: #00a0da;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

#headerimg .eaddress {
	font-family: "Times New Roman", Times, serif;
	color: #00a0da;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

.more-link {
	font-family: "Times New Roman", Times, serif;
	color: #00a0da;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

.etitle {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00a0da;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.3ex;
	}

.postdate {
	font-family: "Times New Roman", Times, serif;
	color: #00a0da;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

.snavi {
	font-family: "Times New Roman", Times, serif;
	color: #00a0da;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

#sidebar {
	font-size: 10px;
	line-height: 15px;
	}

#sidebar h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00a0da;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}
	
#sidebar .copyright {
	font-family: "Times New Roman", Times, serif;
	color: #00a0da;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.2ex;
	}

a {
	color: #444;
	}
	
#headerimg a, .navigation a, .more-link  {
	color: #00a0da;
	text-decoration: none;
	}
	
#headerimg a:hover, .navigation a:hover, .more-link:hover {
	text-decoration: underline;
	}

.narrowcolumn .postmetadata a, h2 a, #sidebar a, .singlenavigation a {
	text-decoration: none;
	}

.narrowcolumn .postmetadata a:hover, h2 a:hover, #sidebar a:hover, .singlenavigation a:hover {
	text-decoration: underline;
	}

.entry p a:visited {
	/*color: #888;*/
	}

.more-link:visited {
	color: #00a0da;
	}

h2, h2 a, h2 a:visited {
	color: #444;
	}

a:hover {
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	}

#page {
	margin: 90px auto;
	padding: 0;
	width: 780px;
	}

#content {
	width: 550px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 360px;
	width: 550px;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 550px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}
	
.etitle {
	margin-top: 4px;
	margin-bottom: 10px;
	}

.jaddress {
	margin-top: 45px;
	}

.entrytitle {
	margin-top: 25px;
	}
	
.new, .snew, .atitle {
	margin-bottom: 15px;
	}

.entry, .pagetitle, .singlenavigation {
	margin-bottom: 85px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
	}

h2 {
	padding: 0;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar .children li {
	margin-top: 15px;
	padding-left: 15px;
	}
	
#sidebar li {
	margin-bottom: 15px;
	}

#sidebar h2 {
	margin-bottom: 15px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar .dotline {
	width: 200px;
	height: 1px;
	background: #fff url('images/line.gif') no-repeat top;
	border: none;
	}
/* End Entry Lists */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin-left: 580px;
	width: 200px;
	}
/* End Sidebar */




/* Begin Various Tags & Classes */
a img {
	border: none;
	}

.navigation {
	margin-top: 0;
	margin-bottom: 0;
	}
/* End Various Tags & Classes*/
