* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	line-height:140%;
	font-size:12px;
}

strong {
	font-weight:bold;
}

body {
	background-color:#cccccc;
}

#outer {
	width:800px;
	margin:0 auto 5px auto;
	background:url(back.jpg) center;
	padding:0 4px;
}

#outer #header {
	height:71px;
	width:800px;
	background:url(header.jpg) no-repeat;
	overflow:hidden;
}
#outer #header p {
	margin-top:10px;
	color:#000;
	line-height:150%;
	font-size:14px;
	text-indent:30px;
}
#outer #header h1 a {
	color:#000;
	font-weight:bold;
	line-height:100%;
	font-size:24px;
	padding-left:30px;
	text-decoration:none;
}


#outer #container {
	overflow:hidden;
}

/* --- side ---*/
#side {
	width:205px;
	float:right;
}

#side h3 {
	margin:7px auto;
	text-align:center;
}

#side ul {
	margin:7px 15px 0 20px;
}

#side li {
	list-style:none;
	margin:5px 0;
}

#side li a {
	font-size:12px;
	text-decoration:none;
	line-height:110%;
	color:blue;
}

#side li a:hover {
	color:aqua;
}

#wp-calendar {
	margin: 30px auto 10px;
}

#wp-calendar th, #wp-calendar td {
	padding:0 3px;
}

/* --- contents ---*/
#contents {
	width:595px;
	min-height:480px;
	float:left;
	background-color:#ffffff;
}

#contents h2 {
	margin:20px 0 0 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#contents h3 {
	width:530px;
	height:23px;
	margin:20px 0 10px 30px;
	background:url(h3.gif) no-repeat right;
	font-weight:bold;
	text-indent:40px;
	line-height:25px;
}

#contents p,
#contents figure,
#contents ul {
	margin:20px 30px 20px 60px;
	font-size:13px;
	line-height:16px;
}

#contents ol {
	margin:20px 30px 20px 90px;
	font-size:13px;
	line-height:16px;
}
#contents table {
	margin:20px 30px 20px 90px;
}
#contents table td {
	font-size:13px;
	line-height:100%;
	padding:2px 10px 2px 0;
}

#contents div.clm {
	padding:10px;
	margin:30px;
	background-color:#eee;
}

#contents div.clm h4 {
	width:530px;
	margin:20px 0 0 20px;
	color:purple;
	font-weight:bold;
}

#contents div.clm p {
	margin:20px 20px 20px 20px;
	font-size:13px;
	line-height:16px;
}

#contents div.clm ul {
	margin:20px 20px 20px 50px;
}

/* --- footer ---*/
#footer {
	height:27px;
	background-color:#222222;
	clear:both;
}

#footer #copy {
	color:#ffffff;
	line-height:27px;
	text-align:center;
}

/* --- image ---*/
#contents img {
	margin: 0;
	height: auto;
/*
	max-width: 595px; Google Map とぶつかる？
*/
	width:auto;
	border:none;
}
#contents .attachment img {
	max-width: 900px;
}
#contents .alignleft,
#contents img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#contents .alignright,
#contents img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#contents .aligncenter,
#contents img.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
#contents img.alignleft,
#contents img.alignright,
#contents img.aligncenter {
	margin-bottom: 12px;
}
#contents .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#contents .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#contents .wp-smiley {
	margin: 0;
}
#contents .gallery {
	margin: 0 auto 18px;
}
#contents .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#contents .gallery img {
	border: 2px solid #cfcfcf;
}
#contents .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#contents .gallery dl {
	margin: 0;
}
#contents .gallery img {
	border: 10px solid #f1f1f1;
}
#contents .gallery br+br {
	display: none;
}
#contents .attachment img { // single attachment images should be centered
	display: block;
	margin: 0 auto;
}
/* --- blog ---*/
#contents #article {
	padding-bottom:60px;
}

#contents #article h3 {
	margin-bottom:2px;
}

#contents #article h3 a {
	font-weight:bold;
	text-decoration:none;
}

#contents #article h3 a:hover {
	color:#006633;
}

#contents #article .blog_info p {
	text-align:right;
	font-size:12px;
	margin:0 35px 0 0;
	padding:0;
}

#contents #article p.nav-below {
	text-align:center;
	margin-bottom:20px;
}

#contents #article p.nav-below span.nav-next {
	margin-left:15px;
}

/* --- edit ---*/
#contents p.edit_post_link {
	text-align:right;
	margin-bottom:20px;
}

/* --- home ---*/


/* --- contact ---*/

#mailform {
	width:450px;
	margin:30px auto;
}

#mailform th {
	width: 150px;
	color:#fff;
	text-align:center;
	background-color:#4991D9;
}

#mailform td {
	background-color:#fff;
	padding:10px 5px;
	font-size:12px;
	line-height:120%;
}

#mailform td.submit {
	background-color:#fff;
	padding:5px;
	text-align:center;
	font-size:14px;
}

#mailform td input {
	border:1px dotted #555;
}

#mailform td.submit input {
	width:100px;
	margin:30px;
}

textarea {
	width:280px;
	resize:none;
	border:1px dotted #555;
}
