@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #222;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
}
img {
	border: 0;
}
.cl {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
a,
a:link,
a:active,
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}


/* Layout */

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
#header {
	position: relative;
	width: 800px;
	height: 145px;
	background: url(/img/h1_back.gif) no-repeat;
}
#breadcrumbs {
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 20px 0;
}
#side {
	float: left;
	width: 200px;
}
#main {
	float: right;
	width: 520px;
}
#footer {
	clear: both;
}



/* Header */

#header h1 {
	position: absolute;
	top: 12px;
	left: 14px;
}
#header h2 {
	position: absolute;
	top: 65px;
	left: 400px;
	font-size: 12px;
	font-weight: bold;
}
#header #iwato {
	position: absolute;
	top: 77px;
	left: 683px;
}
#header ul {
	margin: 0;
	padding: 0;
}


/* Side */

#side .sideBox {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}
#side h3 {
	font-size: 14px;
	margin: 0 0 7px 0;
}
#side h3.kouza {
	font-size: 14px;
	margin: 0 0 0 0;
}
#side h4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 0 0 0;
}
#side .kouza-description {
	font-size: 10px;
	line-height: 1.5em;
}
#side .kouza-photo {
	text-align: center;
}
#side .kouza-photo img {
	border: 1px solid #ccc;
	padding: 3px;
}
#side .kouza-link {
	text-align: right;
	font-size: 11px;
}
#side ul {
	margin: 0 0 0 20px;
}
#side li {
	list-style-image: url(/img/link-right.gif);
	line-height: 1.3em;
	padding: 4px 0;
}
#side li.none {
	list-style-image: url(/img/link-none.gif);
	line-height: 1.3em;
	padding: 4px 0;
}
#side ul.blog li {
	color: #666;
	list-style: disc;
	list-style-image: none;
	font-size: 11px;
	line-height: 1.3em;
	padding: 2px 0;
}
#side ul#guide li {
	color: #666;
	list-style: disc;
	list-style-image: none;
	font-size: 12px;
	line-height: 1.3em;
	padding: 4px 0;
}


/* Entry */

#main .entry {
	width: 500px;
	padding: 0 0 70px 0;
}
#main .entry h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
#main .entry .entry-body {
	padding-bottom: 1em;
}
#main .entry .entry-more {
}
#main .entry .entry-body img,
#main .entry .entry-more img {
	margin: 6px 0;
}
#main .entry .entry-body p,
#main .entry .entry-more p {
	padding: 0.5em 0;
}
#main .content-navi {
	text-align: center;
	font-size: 11px;
	margin-bottom: 20px;
}
#main .entry a,
#main .content-navi a {
	color: #c00;
	text-decoration: none;
}
#main .entry a:hover,
#main .content-navi a:hover {
	color: #999;
	text-decoration: none;
}
#main .entry h2 a {
	color: #222;
	text-decoration: none;
}
#main .entry h2 a:hover {
	color: #999;
	text-decoration: none;
}


/* Comments */

#comments {
	padding: 10px 20px;
}
#comments img {
	margin-bottom: 5px;
}
h2.comments-header {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 16px;
}
.comments-content {
	margin-bottom: 20px;
}
.comment {
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px 0;
}
#comments-open {
	padding: 10px 0;
}
h2.comments-open-header {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.comments-header {
}
#comments-open-data,
#comments-open-text {
	font-size: 11px;
	margin-bottom: 5px;
}
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me {
	margin-bottom: 5px;
}
#alpha {
	padding: 50px 0;
}
#alpha h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#alpha p {
	margin-bottom: 0.5em;
}


/* Footer */

#footer #pagetop {
	text-align: right;
	padding-top: 30px;
}
#footer #copy {
	background: url(/img/footer.gif) no-repeat;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 13px 0 15px 0;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
