@charset "UTF-8";
@import url('add.css');
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #BFFFCF;
}
img {
	border: 0;
}
em {
	color: #FF55D5;
	font-weight: bold;
	font-style: normal;
}
a {
}
a:hover {
	color: #FF0000;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: circle;
}
blockquote {
	margin: 0.5em 1em;
	padding: 0.5em 0;
	background: #FFFFEA;
	border-left: solid 5px #D5FFDF;
}
.bookmark {
	text-align: right;
	margin: 0;
	padding: 0;
}
.small {
	font-size: 80%;
}
#container {
	background: #FCFCFC;
	text-align: left;
	margin: -10px auto 0 auto;
	padding: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 800px;
}
#head {
	width: 800px;
	height: 100px;
	color: #000000;
	background-color: #0000FF;
	text-align: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background: url(/image/back-title.jpg) no-repeat;
	border-bottom: dotted 1px #996633;
	position: relative;
}
#head a {
	color: #000000;
	text-decoration: none;
}
#head h2 {
	font-size: 110%;
	line-height: 140%;
	padding: 0px 0px 0px 20px;
	position: absolute;
	top: 20px;
}
#head p {
	font-size: 90%;
	line-height: 120%;
	padding: 0px 50px 0 50px;
	position: relative;
	top: 60px;
}
#main {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 800px;
}
#content {
	float: left;
	overflow: hidden;
	width: 540px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
}
#content #bread p {
	font-size:90%;
	line-height: 140%;
	padding: 0 0 0 5px;
}
#content h2 {
	background: url(/image/entry_h2_1.gif) no-repeat left center;
	padding-left:30px;
	margin: 5px;
	font-size:100%;
	line-height:30px;
	border-bottom: 2px dashed #CCCCCC;
}
#content h2 a {
	color: #000000;
	text-decoration: none;
}
#content p {
	padding: 0.5em 0;
	line-height: 140%;
}
.entry_body {
	font-size: 95%;
	margin: 5px;
	padding: 10px;
	width: 520px;
}
.entry_body h3 {
	/*background: url(image/entry_h3.gif) no-repeat center left;
	padding-left: 25px;*/
	font-size: 105%;
	line-height: 140%;
	margin: 0.5em 0;
	border-bottom: 2px dotted #666666;
}
.entry_body h3:first-letter ,.entry_body h3 a:first-letter {
	color: #359F50;
	font-size: 140%;
}
.entry_body h3 a {
	text-decoration:none;
	color: #0000FF;
}
.entry_body h4 {
	border-left: 5px solid #359F50;
	/*border-bottom: 1px solid #828282;*/
	padding-left: 5px;
	font-size: 100%;
	line-height: 140%;
	margin: 0.5em 0;
}
.entry_body h4 a {
	text-decoration:none;
}
.entry_body h5 {
	font-size: 100%;
	line-height: 140%;
	margin: 0.5em 0;
}
.entry_body h5 a {
	text-decoration:none;
}
.entry_body h6 {
	font-size: 100%;
	line-height: 140%;
	margin: 0.5em 0;
}
.entry_body h6 a {
	text-decoration:none;
}
.entry_body ol,.entry_body ul {
	margin: 5px 0 5px 30px;
}
.entry_body ol ol,.entry_body ul ul {
	margin: 0 0 0 30px;
}
.entry_body ol li,.entry_body ul li {
	line-height: 120%;
}
.entry_body dl {
	margin: 0 0 0 10px;
}
.entry_body dl dt {
	font-weight: bold;
	line-height: 120%;
}
.entry_body dl dd {
	margin: 0 0 0 10px;
	line-height: 120%;
}

.entry_body table {
	font-size:80%
}
.entry_body table td {
	line-height: 140%;
}
.entry_body table th {
	text-align: center;
	line-height: 140%;
}
.entry_body table th[scope|="row"] {
	width:120px;
	background: #d5dfff;
}
.entry_body table td a {
	background:url(/image/detail.png) left center no-repeat;
	padding: 0 0 0 70px;
}
.more {
	background: url(/image/more_icon.gif) left no-repeat;
	padding: 0 0 10px 20px;
}
.post {
	font-size: 85%;
	text-align: right;
	padding: 5px;
	border-top: 1px solid #000000;
}
.relative {
	font-size: 95%;
	text-align: left;
	padding: 0px 10px;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
	margin:10px 30px;
	padding-bottom:10px;
}
#tag,#tags {
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 500px;
	border: 2px dotted #CCCCCC;
}
#tags a {
	text-decoration: none;
}
#tags a:hover {
	text-decoration: underline;
}
#tag dl {
	margin: 5px 10px;
	font-size: 95%;
}
#tag dt {
	line-height: 140%;
	font-weight: bold;
}
#tag dd {
	margin: 0 0 0 10px;
}
#tag table {
	font-size: 85%
}
#tag table th {
	text-align: center;
}
#tags li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	
}
#tags li.tag1 a {
	font-size: 200%;
	color: #001B6A;
}
#tags li.tag2 a {
	color: #003AEA;
	font-size: 170%;
}
#tags li.tag3 a {
	color: #2B60FF;
	font-size: 140%;
}
#tags li.tag4 a {
	color: #809FFF;
	font-size: 110%;
}
#tags li.tag5 a {
	color: #AABFFF;
	font-size: 90%;

}
#tags li.tag6 a {
	color: #CFD8EF;
	font-size: 80%;
}
#tag .tag4,#tag .tag5,#tag .tag6 {
	display: none;
}

.relative ul {
	margin:5px 0 0 20px;
}
.relative .rtitle {
	background: url(/image/related.jpg) no-repeat left center;
	padding: 0px 0px 0px 25px;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
.relative dl {
	margin: 0 0 0 10px;
}
.relative dl dt {
	font-weight: bold;
	line-height: 120%;
}
.relative dl dd {
	margin: 0 0 0 10px;
	line-height: 120%;
}
#tb-url,#entry-url {
	width: 100%;
	line-height: 120%;
}
.entry_category {
	font-size: 95%;
	text-align: left;
	padding: 0px 10px;
	list-style-type: none;
}
.entry_category li {
	display: inline;
}
#side {
	margin: 0px;
	padding: 5px 0 0 0;
	float: right;
	width: 240px;
	font-size: 90%
}
#side a {
	text-decoration: none;
}
#side hr {
	/*padding: 5px 0;*/
	display: none;
}
#side .side_title {
	font-weight: bold;
	background: #DFEFF4;
	border-left: 5px solid #50855E;
	border-bottom: 1px solid #999999;
	text-indent: 5px;
	line-height: 180%;
	font-size: 100%;
	margin: 5px 0;
}
.side_title p.up {
	background: #006A1B;
	color: #FFFFFF;
}
#side ul {
	margin: 0 0 0 30px;
	font-size: 100%;
}
#side ul li {
	line-height: 140%;
}
#footer {
	margin: 5px 0 0 0;
	padding: 5px 0;
	clear: both;
	border-top: 5px double #000000;
	overflow: hidden;
	width: 800px;
	text-align:right;
	font-size: 90%;
}
#footer address {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: bold;
}
#footer address a {
	color: #000000;
}
#footer p {
	padding: 0;
	margin: 0;
}

.list {
	display: inline;
}
.back {
	font-size: 80%;
	line-height: 200%;
	text-align: right;
}