@charset "utf-8";
/* {				/
/	padding: 0cm;	/
/	margin: 0cm;	/
/}

/* タグ用 */
body {
	background-color: dimgray;
	font-family: Osaka, "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
	font-size: small;
	color: black;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
blockquote {
	background-color: whitesmoke;
	border: 1px solid silver;
	padding: 0.3em;
	line-height: 150%;
	margin: 0.5em;
}
p {
	padding-left: 0.3em;
	padding-right: 0.3em
	padding-top: 0.2em
	padding-bottom: 0em;
	line-height: 150%;
	margin-bottom: 0.5em;
}
h1 {
	color: dimgray;
	font-size: 1px;
	letter-spacing: 0cm;
}
h2 {
	color: dimgray;
	font-size: small;
	margin-top: 0.4cm;
	margin-bottom: 0.3cm;
}
h3 {
	clear: left;
	color: dimgray;
	font-size: medium;
	margin-top: 0.4cm;
	margin-bottom: 0.3cm;
	border-bottom: 2px solid dimgray;
}
ul,ol {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* リンク用 */
a:link , a:visited , a:active {
	color: dimgray;
	text-decoration: none;
	border-bottom: gray dashed 1px;
	background: none;
}
a:hover {
	color: dimgray;
	font-weight: normal;
	border-bottom: silver solid 1px;
	text-decoration: none;
}

/* ID用 */
#banner {
	background-color: dimgray;
	padding: 5px;
	margin-bottom: ;
}

#container {
		width: 860px;
		\width: 880px;
		w\idth: 860px;
		むborder: 1px solid gray;
		margin: 10px;
		margin-left: auto;
		margin-right: auto;
		むpadding: 10px;
	}
	#main {
		float: left;
		width: 675px;
		background-color: white;
	}
		#sidebar-a {
			float: left;
			width: 145px;
			margin: 0;
			background-color: white;
		}
		#content {
			float: right;
			width: 485px;
			padding-left: 10px;
			padding-right: 25px;
			padding-top: 0.3cm;
			padding-bottom: 0.5cm;
			background-color: white;
		}
	#sidebar-b {
		float: right;
		width: 185px;
		background-color: dimgray;
	}
#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	background-color: dimgray;
	color: white;
	font-family: Osaka, tahoma, "MS UI Gothic", "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
	letter-spacing: 0.1cm;
	text-align: center;
}

/* class用 */
/* サイド用 */
.sidebar-alist {
	background-image: url("../images/side_a.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: dimgray;
	padding-bottom: 15px;
}
.sidebar-blist {
	background-image: url("../images/side_b.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
	padding-bottom: 40px;
}
.side_title{
	color: dimgray;
	padding: 3px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	border: 2px solid dimgray;
	border-left: 10px solid dimgray;
	border-right: 10px solid dimgray;
}
.menu_head {
	display: block;
	color: dimgray;
	padding-left: 0.1cm;
	padding-right: 0.1cm;
	padding-top: 0.6cm;
	padding-bottom: 0.3em;
	margin-bottom: 0em;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid gray;
}
.menu-li {
	list-style-type: none;
	border-bottom: silver solid 1px;
}
	a.menu-li:link , a.menu-li:visited , a.menu-li:active {
		color: black;
		display: block;
		padding: 0.2cm;
		text-decoration: none;
		letter-spacing: 0.1cm;
		border-bottom: white dashed 1px;
	}
	a.menu-li:hover {
		background-color: whitesmoke;
		display: block;
		padding: 0.2cm;
		text-decoration: none;
		letter-spacing: 0.1cm;
		border-bottom: whitesmoke dashed 1px;
	}
.side-li {
	list-style-type: none;
	border-bottom: white solid 1px;
	margin-left: 10px;
}
	a.side-li:link , a.side-li:visited , a.side-li:active {
		font-size: xx-small;
		color: black;
		display: block;
		padding: 0.2cm;
		text-decoration: none;
		letter-spacing: 0.1cm;
		border-bottom: silver solid 1px;
		border-left: 10px solid dimgray;
	}
	a.side-li:hover {
		font-size: xx-small;
		background-color: whitesmoke;
		display: block;
		padding: 0.2cm;
		text-decoration: none;
		letter-spacing: 0.1cm;
		border-bottom: whitesmoke dashed 1px;
		border-left: 10px solid silver;
	}
.img-list {
	margin-bottom: 10px;
}
	a.img-list:link , a.img-list:visited , a.img-list:active {
		color: dimgray;
		text-decoration: none;
		border-bottom: white dashed 1px;
		background: none;
	}
	a.img-list:hover {
		color: dimgray;
		font-weight: normal;
		border-bottom: white solid 1px;
		text-decoration: none;
	}
a.img-top:link , a.img-top:visited , a.img-top:active {
	color: dimgray;
	text-decoration: none;
	border-bottom: dimgray dashed 1px;
	background: none;
}
a.img-top:hover {
	color: dimgray;
	font-weight: normal;
	border-bottom: dimgray solid 1px;
	text-decoration: none;
}
.img-box {
	padding-top: 10px;
	margin-top: -7px;
	margin-left: 15px;
	margin-right: 15px;
	border-left: 1px solid dimgray;
	border-right: 1px solid dimgray;
	border-bottom: 1px solid dimgray;
}
.img-intitle {
	border: 1px solid black;
}
link-list {
	list-style-type: none;
}
ul.link-list li {
	margin: 0px;
	list-style-type: none;
	border-bottom: white solid 1px;
}
ul.link-list a {
	font-size: xx-small;
	display: block;
	color: white;
	border-bottom: dimgray solid 1px;
}
ul.link-list a:visited {
	font-size: xx-small;
	display: block;
	color: white;
	border-bottom: dimgray solid 1px;
}
ul.link-list a:hover {
	font-size: xx-small;
	display: block;
	background-color: gray;
	color: white;
	border-bottom: dimgray solid 1px;
}
/* 記事用 */
.date {
	background-color: dimgray;
	background-image: url("../images/side_b.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	color: whitesmoke;
	padding: 0.2cm;
	text-align: right;
	font-size: small;
	letter-spacing: 5px;
	margin-top: 0.6cm;
	margin-bottom: 0.4em;
	font-style: normal;
	font-weight: bold;
	display: block;
}
	a.title:link , a.title:visited , a.title:active {
		color: block;
		display: block;
		padding: 0.2em;
		font-weight: bold;
		font-size: medium;
		letter-spacing: 5px;
		margin-top: 0.3cm;
		margin-bottom: 0.2cm;
		border-bottom: 6px solid gray;
	}
	a.title:hover {
		display: block;
		color: black;
		padding: 0.2em;
		font-weight: bold;
		font-size: medium;
		letter-spacing: 5px;
		margin-top: 0.3cm;
		margin-bottom: 0.2cm;
		border-bottom: 6px double gray;
	}
	a.title-link:link, a.title-link:visited, a.title-link:active {
		padding-left: 0.1cm;
		border-left: 10px solid dimgray;
		border-bottom: 1px solid white;
		display: block;
		color: dimgray;
		font-size: medium;
		letter-spacing: 5px;
	}
	a.title-link:hover {
		padding-left: 0.1cm;
		border-left: 10px solid dimgray;
		border-bottom: 1px solid white;
		display: block;
		background-color: whitesmoke;
		color: dimgray;
		font-size: medium;
		font-weight: bold;
		letter-spacing: 5px;
	}
.kiji {
	margin-left: 0.2cm;
	margin-right: 0.2cm;
	margin-bottom: 1cm;
}
.bottom {
	list-style-type: none;
	margin-bottom: 0.3cm;
	clear: both;
	text-align: right;
	margin-top: 0.4cm;
	border-top: 5px solid dimgray;
}
.bottom-li {
	display: inline;
	text-align: right;
	border-bottom: 1px solid white;
}
	a.bottom-li:link , a.bottom-li:visited , a.bottom-li:active {
		background-color: dimgray;
		border-top: 1px solid dimgray;
		border-bottom: 1px solid white;
		color: white;
		text-align: right;
		display: inline;
		padding-left: 0.2cm;
		padding-right: 0.2cm;
		padding-bottom: 0.1cm;
	}
	a.bottom-li:hover {
		background-color: dimgray;
		border-top: 1px solid dimgray;
		border-bottom: 1px solid white;
		color: silver;
		text-align: right;
		display: inline;
		padding-left: 0.2cm;
		padding-right: 0.2cm;
		padding-bottom: 0.1cm;
	}
	a.bottom-li2:link , a.bottom-li2:visited , a.bottom-li2:active {
		background-image: url("../images/side_a.gif");
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: bottom right;
		background-color: dimgray;
		border-top: 1px solid dimgray;
		border-bottom: 1px solid white;
		color: white;
		text-align: right;
		display: inline;
		padding-left: 0.2cm;
		padding-right: 0.2cm;
		padding-bottom: 0.1cm;
	}
	a.bottom-li2:hover {
		background-image: url("../images/side_a.gif");
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: bottom right;
		background-color: dimgray;
		border-top: 1px solid dimgray;
		border-bottom: 1px solid white;
		color: silver;
		text-align: right;
		display: inline;
		padding-left: 0.2cm;
		padding-right: 0.2cm;
		padding-bottom: 0.1cm;
	}
.indent {
	text-indent: 0.2cm;
}
.indent-list {
	margin-left: 0.4cm;
}
ul.indent-list li {
	margin-left: 0.4cm;
	margin-right: 0.4cm;
}
ol.indent-list li {
	margin-left: 0.4cm;
	margin-right: 0.4cm;
}
.img-main {
	border: 4px double silver;
	padding: 0.2cm;
}

/* コメント用 */
.trackback-li {
	list-style-type: square;
	border-bottom: white solid 1px;
	margin-bottom: 0.1cm;
	margin-left: 20px;
}
	a.trackback-li:link , a.trackback-li:visited , a.trackback-li:active {
		font-size: xx-small;
		color: black;
		display: block;
		padding-left: 0.2cm;
		text-decoration: none;
		letter-spacing: 0.1cm;
		margin-left: 0px;
		border-bottom: silver dashed 1px;
	}
	a.trackback-li:hover {
		font-size: xx-small;
		background-color: whitesmoke;
		display: block;
		text-decoration: none;
		letter-spacing: 0.1cm;
		margin-left: 0px;
		border-bottom: whitesmoke dashed 1px;
	}
.comment1-box {
	background-image: url("../images/side_a.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: dimgray;
	margin: 10px;
	margin-top: 0.4cm;
	margin-bottom: 0px;
	width: 460px;
	padding: 0px;
	float: right;
	border-top: 2px solid dimgray;
}
	.comment1-left {
		float: left;
		width: 310px;
		padding-top: 0.1cm;
		padding-left: 0.1cm;
		padding-right: 0.1cm;
		padding-bottom: 0.5cm;
		background-color: white;
		border-left: 2px solid dimgray;
		border-bottom: 2px solid dimgray;
	}
	.comment1-right {
		font-size: xx-small;
		background-color: dimgray;
		float: right;
		width: 130px;
		color: white;
		padding: 3px;
	}
.posttitle {
	clear: both;
	margin: 0px;
	margin-top: 0.4cm;
	margin-bottom: -1px;
}
.post-form {
	width: 125px;
}
.button {
	list-style-type: none;
}
.button-post-li {
	background-color: dimgray;
	list-style-type: none;
	margin-top: 0.3cm;
}
.button-post-li input {
	color: white;
	background-color: dimgray;
}


.post-box {
	background-image: url("../images/side_a.gif");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: dimgray;
	width: 485px;
	padding: 0px;
	float: left;
	border-top: 2px solid dimgray;
}
	.post-left {
		float: left;
		width: 330px;
		padding-top: 0.1cm;
		padding-left: 0.1cm;
		padding-right: 0.1cm;
		padding-bottom: 0.5cm;
		background-color: white;
		border-left: 2px solid dimgray;
		border-bottom: 2px solid dimgray;
	}
	.post-right {
		background-color: dimgray;
		float: right;
		width: 130px;
		color: white;
		padding: 3px;
	}
.navigation {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 5px 0 5px 0;
}
ul.navigation li {
	display: inline;
	list-style-type: none;
	margin: 0 0.5em 0 0;
}

/* カテゴリイメージ */
ul.image-category {
	margin-left: 0.2cm;
	margin-right: 0.2cm;
	margin-bottom: 1cm;
	background-color: silver;
}
ul.image-category li {
	margin: 0cm 0.1cm 0.3cm 0.1cm;
	display: inline;
	float: left;
}
ul.image-category img {
	padding: 0.15cm;
	background-color: dimgray;
}
ul.image-category a {
	border-bottom: 1px solid white;
}
ul.image-category a:visited {
	border-bottom: 1px solid white;
}
ul.image-category a:hover {
	border-bottom: 1px solid white;
}
