body {
	color: #333333;
	background-image: url(mayukoubou_bg_03.gif);
	margin: 0px;
}

/* 全体のレイアウト */
#wrapper {
	background-color: #fdfdf6;
	background-image: url(right_back.png);
	background-position: right top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	min-width: 808px;
	max-width: 1140px;
}

#header {
	background-color: #e5ecf9;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
}

#content {
	background-image: url(left_back.png);
	background-position: left top;
	background-repeat: repeat-y;
	margin-right: -300px;
	width: 100%;
	float: left;
	clear: left;
}

#sidebar {
	width: 300px;
	float: right;
	clear: right;
}

#footer {
	background-color: #e5ecf9;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
	clear: both;
}

#content div.pad {
	padding-top: 15px;
	padding-left: 25px;
	margin-right: 300px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#sidebar div.pad {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
}
/* 全体のレイアウトここまで */

/* 見出しのスタイル */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/* 見出しのスタイルここまで */

/* リンクの基本スタイル */
a {
	text-decoration: underline;
	color: #0000ff;
}

a:visited {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #ff00cc;
}
/* リンクの基本スタイルここまで */

/* #headerのデザイン */
#header {
	background-color: #e5ecf9;
	border-top-width: 5px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	border-bottom-width: 5px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
}

#header h1 {
	background-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.2em;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:active,
#header h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff;
}

#header p {
	font-weight: bold;
	color: #ffffff;
	background-color: #6699cc;
	margin-top: 0px;
	padding-top: 0.2em;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0px;
	padding-bottom: 0.2em;
}

#header span.home {
	margin-left: 1em;
}

#header p a,
#header p a:link,
#header p a:visited,
#header p a:active,
#header p a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#header ul {
	margin: 0px;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.2em;
}

#header li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(header_list.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 150%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 12px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	list-style-type: none;
	display: inline;
}

#header li a {
	text-decoration: none;
	color: #0000ff;
}

#header li a:visited {
	text-decoration: none;
	color: #0000ff;
}

#header li a:active {
	text-decoration: none;
	color: #0000ff;
}

#header li a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.3em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.3em;
}

.calendar a {
	text-decoration: none;
	color: #0000ff;
}

.calendar a:visited {
	text-decoration: none;
	color: #0000ff;
}

.calendar a:active {
	text-decoration: none;
	color: #0000ff;
}

.calendar a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}
/* #headerのデザインここまで */

/* #contentのデザイン */
#content div.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content div.menu a,
#content div.menu a:link,
#content div.menu a:visited,
#content div.menu a:active,
#content div.menu a:hover {
	text-decoration: none;
}

#content h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
	background-color: #e5ecf9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366cc;
	padding-top: 0.2em;
	padding-left: 0.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	clear: both;
}

#content h2 a {
	text-decoration: none;
	color: #333333;
}

#content h2 a:visited {
	text-decoration: none;
	color: #333333;
}

#content h2 a:active {
	text-decoration: none;
	color: #333333;
}

#content h2 a:hover {
	text-decoration: none;
	color: #333333;
}

#content h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 95%;
	color: #ff00cc;
	background-image: url(mark_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	clear: both;
}

#content h3 a {
	text-decoration: none;
	color: #ff00cc;
}

#content h3 a:visited {
	text-decoration: none;
	color: #ff00cc;
}

#content h3 a:active {
	text-decoration: none;
	color: #ff00cc;
}

#content h3 a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

#content h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-top: 0.5em;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
	padding-bottom: 0.2em;
	clear: both;
}

#content h5
 {
 	font-family: "ＭＳ Ｐゴシック", Osaka;
 	font-size: 80%;
 	margin-top: 0.5em;
 	border-top-width: 1px;
 	border-top-style: solid;
 	border-top-color: #dddddd;
 	padding-top: 0.2em;
 	margin-bottom: 0.5em;
 	clear: both;
 }

#content p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-indent: 0.8em;
}

#content div.shimanami_log p {
	text-indent: 0px;
}

#content div.cm_img {
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

#content div.cm_linkunit {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	overflow: hidden;
}

#content p.photo {
	text-align: center;
	text-indent: 0px;
	width: 100%;
	overflow: auto;
}

#content p.photo_468 {
	text-align: center;
	text-indent: 0px;
	border-width: 3px;
	border-style: double;
	border-color: #cccccc;
	width: 462px;
}

#content p.photo_l {
	text-align: center;
	text-indent: 0px;
	border-style: double;
	border-color: #cccccc;
	margin-right: 0.5em;
	padding-bottom: 0.2em;
	float: left;
}

#content p.photo_r {
	text-align: center;
	text-indent: 0px;
	border-style: double;
	border-color: #cccccc;
	margin-left: 0.5em;
	padding-bottom: 0.2em;
	float: right;
}

#content p.writing {
	text-align: right;
	text-indent: 0px;
	clear: both;
}

#content p.trainingnavi {
	text-align: right;
	text-indent: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

#content p.trainingnavi a,
#content p.trainingnavi a:link,
#content p.trainingnavi a:visited,
#content p.trainingnavi a:active,
#content p.trainingnavi a:hover {
	text-decoration: none;
}

#content div.shimanami_log p.writing {
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

#content p textarea {
	font-size: 100%;
}

#content blockquote {
	background-color: #ffffff;
	border-top-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 0.5em;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 1px;
}

#content pre {
	font-size: 80%;
	background-color: #ffffff;
	line-height: 150%;
	border-top-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 0.5em;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 1px;
	overflow: auto;
}

#content object {
	font-size: 80%;
	line-height: 150%;
}

#content li {
	font-size: 80%;
	line-height: 150%;
}

#content li li {
	font-size: 100%;
}

#content li p {
	font-size: 100%;
	text-indent: 0px;
}

#content dt {
	font-size: 80%;
	line-height: 150%;
}

#content dd {
	font-size: 80%;
	line-height: 150%;
}

#content dd dt {
	font-size: 100%;
}

#content dd dd {
	font-size: 100%;
}

#content dd li {
	font-size: 100%;
}

#content dd p {
	font-size: 100%;
}

#content dl.awsxom dt {
	float: left;
	clear: left;
}

#content dl.rakuten dt {
	float: left;
	clear: left;
}

#content dl.rakuten dt img {
	background-color: #ffffff;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

#content p.photo_468 img {
	background-color: #ffffff;
	margin: 5px;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
}

#content img.pic {
	background-color: #ffffff;
	margin: 5px;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
}

#content img.pic_l {
	background-color: #ffffff;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

#content img.pic_r {
	background-color: #ffffff;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	float: right;
}

div.posted {
	clear: both;
}

ul.post_ul {
	text-align: right;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699cc;
	padding-top: 0.1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
	padding-bottom: 0.1em;
}

li.post_li {
	line-height: 150%;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 0.5em;
	padding-bottom: 0px;
	list-style-type: none;
	display: inline;
}

.paging p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

.paging p.navi {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366CC;
}

.now_page {
	font-weight: bold;
}

.paging a {
	text-decoration: none;
	color: #0000ff;
}

.paging a:visited {
	text-decoration: none;
	color: #0000ff;
}

.paging a:active {
	text-decoration: none;
	color: #0000ff;
}

.paging a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

.adsense {
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

.writeback_body {
	overflow: auto;
}

#content div.wb_comment p {
	text-indent: 0px;
}

ul.wb_post_ul {
	text-align: right;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699cc;
	padding-top: 0.1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
	padding-bottom: 0.1em;
}

li.wb_post_li {
	line-height: 150%;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 0.5em;
	padding-bottom: 0px;
	list-style-type: none;
	display: inline;
}

div.trackback-url {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	overflow: auto;
}

div.trackback-url {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	overflow: auto;
}

p.message {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.message_b {
	font-weight: bold;
	color: #ff00cc;
}

.writeback_body label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

.writeback_body input, textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-bottom: 0.5em;
}

.remember input {
	margin-bottom: 0px;
}

.remember {
	margin-bottom: 0.5em;
}

p.wikieditish {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.wikieditish_b {
	font-weight: bold;
	color: #ff00cc;
}

.wikieditish_body label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

.wikieditish_body input, textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-bottom: 0.5em;
}
/* #contentのデザインここまで */

/* #sidebarのデザイン */
#sidebar h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 100%;
	background-color: #e5ecf9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3366cc;
	padding-top: 0.2em;
	padding-left: 0.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}

#sidebar h2 a {
	text-decoration: none;
	color: #333333;
}

#sidebar h2 a:visited {
	text-decoration: none;
	color: #333333;
}

#sidebar h2 a:active {
	text-decoration: none;
	color: #333333;
}

#sidebar h2 a:hover {
	text-decoration: none;
	color: #333333;
}

#sidebar h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 95%;
	color: #ff00cc;
	background-image: url(mark_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
}

#sidebar h3 a {
	text-decoration: none;
	color: #ff00cc;
}

#sidebar h3 a:visited {
	text-decoration: none;
	color: #ff00cc;
}

#sidebar h3 a:active {
	text-decoration: none;
	color: #ff00cc;
}

#sidebar h3 a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

#sidebar h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 80%;
	margin-top: 0.5em;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	margin-bottom: 0.5em;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #6699cc;
	padding-bottom: 0.2em;
}

#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 150%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#sidebar p.writing {
	text-align: right;
}

#sidebar ul {
	margin-top: 0.2em;
	margin-left: 0px;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
}

#sidebar ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebar li {
	font-size: 75%;
	line-height: 150%;
	list-style-image: url(maru6_6_lgreen.gif);
}

#sidebar li li {
	font-size: 100%;
}

#sidebar li span.title a{
	text-decoration: none;
	color: #ff00cc;
}

#sidebar li span.title a:visited {
	text-decoration: none;
	color: #ff00cc;
}

#sidebar li span.title a:active {
	text-decoration: none;
	color: #ff00cc;
}

#sidebar li span.title a:hover {
	text-decoration: underline overline;
	color: #ff00cc;
}

#sidebar dl {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#sidebar dt {
	font-size: 75%;
	line-height: 150%;
}

#sidebar dd {
	font-size: 75%;
	line-height: 150%;
}

#sidebar dd dt {
	font-size: 100%;
}

#sidebar dd dd {
	font-size: 100%;
}

#sidebar dd li {
	font-size: 100%;
}

#sidebar dd p {
	font-size: 100%;
}

div.search {
	font-size: 75%;
	margin-bottom: 0.5em;
}

#sidebar div.find dd {
	margin-top: 0.2em;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0.2em;
}

div.search dd a,
div.search dd a:link,
div.search dd a:visited,
div.search dd a:active,
div.search dd a:hover {
	text-decoration: underline;
	color: #000000;
}

div.ads {
	font-size: 75%;
	text-align: center;
	margin-bottom: 0.5em;
}

div.ads_l {
	font-size: 75%;
	margin-bottom: 0.5em;
	float: left;
}

div.ads_r {
	font-size: 75%;
	margin-bottom: 0.5em;
	float: right;
}

div.amanatu {
	font-size: 75%;
	margin-left: 39px;
	margin-right: 39px;
	margin-bottom: 0.5em;
}

div.archives {
	width: 110px;
	float: left;
}

div.categories {
	width: 140px;
	float: left;
}

div.cm_list {
	width: 115px;
	float: left;
}

div.tb_list {
	width: 135px;
	float: left;
}

#sidebar p.feedburner {
	font-size: 12px;
}

#sidebar p.feedburner span.xml {
	background-color: #6699cc;
	border-width: 1px;
	border-style: outset;
	border-color: #6699cc;
	padding: 4px;
	margin-right: 13px;
}

#sidebar p.feedburner span.xml a,
#sidebar p.feedburner span.xml a:link,
#sidebar p.feedburner span.xml a:visited,
#sidebar p.feedburner span.xml a:active,
#sidebar p.feedburner span.xml a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#sidebar p.feedburner img {
	vertical-align: middle;
	border-style: none;
}

#sidebar p.feedburner span.xml img {
	padding-right: 8px;
}

p.powered {
	text-align: right;
}

p.powered img {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-width: 2px;
	border-style: outset;
	border-color: #dddddd;
}

#sidebar #twitter_update_list li span {
	display: block;
}

/* #sidebarのデザインここまで */

/* #footerのデザイン */
#footer h2 {
	font-size: 80%;
	color: #ffffff;
	background-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.2em;
}

#footer ul {
	margin: 0px;
	background-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.2em;
}

#footer li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #ffffff;
	background-image: url(link_list.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 150%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 12px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	list-style-type: none;
	display: inline;
}

#footer li a {
	text-decoration: none;
	color: #ffffff;
}

#footer li a:visited {
	text-decoration: none;
	color: #ffffff;
}

#footer li a:active {
	text-decoration: none;
	color: #ffffff;
}

#footer li a:hover {
	text-decoration: underline overline;
	color: #ffffff;
}

#footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	border-top-width: 2px;
	border-top-style: ridge;
	border-top-color: #6699cc;
	padding-top: 0.2em;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0.2em;
}
/* #footerのデザインここまで */

/* トップページのデザイン */
#new {
	float: left;
}

#new h3 {
	font-size: 80%;
	color: #ff00cc;
	background-image: none;
	margin-top: 0px;
	border-style: none;
	padding: 0px;
	margin-left: 0.3em;
	margin-right: 0px;
	margin-bottom: 0px;
}

#new ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 1.2em;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
}

#topics li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	list-style-image: url(maru6_6_red.gif);
}

#news li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	list-style-image: url(maru6_6_dblue.gif);
}

#pr li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	list-style-image: url(maru6_6_yellow.gif);
}

#new li span.date {
	font-size: 85%;
	color: #008000;
	margin-left: 0.5em;
}

div.jognote {
	border-width: 3px;
	border-style: ridge;
	border-color: #3366cc;
	float: right;
}

#menu ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}

#menu ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(maru6_6_lpurple.gif);
}

.menu_left {
	width: 50%;
	float: left;
}

.menu_right {
	width: 50%;
	float: left;
}

p.counter_total {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.counter {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

p.counter_total a,
p.counter a {
	text-decoration: none;
	color: #333333;
}

p.counter_total a:visited,
p.counter a:visited {
	text-decoration: none;
	color: #333333;
}

p.counter_total a:active,
p.counter a:active {
	text-decoration: none;
	color: #333333;
}

p.counter_total a:hover,
p.counter a:hover {
	text-decoration: none;
	color: #333333;
}
/* トップページのデザインここまで */

/* フォームメールのデザイン */
#content dd textarea {
	font-size: 100%;
}

#content form fieldset {
	border-width: 0px;
}

#content form legend {
	display: none;
}

#content form ul li {
	list-style-type: none;
}

#content address {
	font-size: 80%;
	font-style: normal;
	text-align: center;
	line-height: 150%;
}
/* フォームメールのデザインここまで */

/* BBSのデザイン */
#content div.bbs p {
	text-indent: 0px;
}

#bbsmenu ul {
	margin: 0px;
	padding: 0px;
}

#bbsmenu li {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 1em;
	list-style-type: none;
	display: inline;
}

#content div.bbs img{
	background-color: #ffffff;
	border-width: 3px;
	border-style: outset;
	border-color: #dddddd;
	padding: 3px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

#content div.bbs p.writing{
	clear: both;
}

#content div.bbsres {
	margin-left: 15px;
}

div.bbspost ul {
	margin: 0px;
	padding: 0px;
}

div.bbspost li {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.5em;
	list-style-type: none;
	display: inline;
}

#bbspage ul {
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699cc;
	padding-top: 0.1em;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
	padding-bottom: 0.1em;
}

#bbspage li {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 1em;
	list-style-type: none;
	display: inline;
}

#bbsnavi ul {
	text-align: right;
	margin: 0px;
	padding-top: 0.1em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0.1em;
}

#bbsnavi li {
	margin-left: 0px;
	padding-left: 0px;
	margin-left: 0.2em;
	list-style-type: none;
	display: inline;
}

div.bbstable {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.bbstable table {
	border: solid 1px #6699cc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

div.bbstable th {
	background-color: #e5ecf9;
	white-space: nowrap;
}

div.bbstable td,th {
	font-size: 80%;
	line-height: 150%;
	padding: 3px;
	border: solid 1px #6699cc;
}

div.bbstable td.center {
	text-align: center;
}

div.bbstable td.right {
	text-align: right;
}
/* BBSのデザインここまで */

/* テーブルのデザイン */
/* ランニング */
div.running {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.running table {
	border: solid 1px #6699cc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

div.running caption {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 90%;
	font-weight: bold;
	color: #ff00cc;
	background-image: url(mark_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	padding-left: 1.3em;
}

div.running th {
	white-space: nowrap;
	background-color: #e5ecf9;
}

div.running td,th {
	font-size: 80%;
	line-height: 150%;
	padding: 3px;
	border: solid 1px #6699cc;
}

div.running td.center {
	text-align: center;
	white-space: nowrap;
}

div.running td.right {
	text-align: right;
	white-space: nowrap;
}

div.running span.unit {
	font-size: 90%;
	color: #333333;
	margin-left: 0.5em;
}

div.running span.unit_color {
	color: #008000;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

div.running th.date {
	letter-spacing: 1em;
}

div.running th.name {
	letter-spacing: 1em;
}

div.running td.name {
	white-space: nowrap;
}

div.running th.contents {
	letter-spacing: 2em;
	width: 100%;
}

div.running td.hol {
	color: #ff0000;
	text-align: center;
}

div.running td.sat {
	color: #0000ff;
	text-align: center;
}
/* ランニングここまで */

/* ブログ */
div.blog {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.blog table {
	border: solid 1px #6699cc;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

div.blog caption {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 90%;
	font-weight: bold;
	color: #ff00cc;
	background-image: url(mark_h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6699cc;
	padding-left: 1.3em;
}

div.blog th {
	white-space: nowrap;
	background-color: #e5ecf9;
}

div.blog td,th {
	font-size: 80%;
	line-height: 150%;
	padding: 3px;
	border: solid 1px #6699cc;
}

div.blog td.center {
	text-align: center;
	white-space: nowrap;
}

div.blog td.right {
	text-align: right;
	white-space: nowrap;
}

div.blog th.name {
	letter-spacing: 1em;
}

div.blog td.name {
	white-space: nowrap;
}

div.blog th.contents {
	letter-spacing: 2em;
	width: 100%;
}
/* ブログここまで */
/* テーブルのデザインここまで */

/* フロート解除 */
.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.clear_b {
	clear: both;
}
/* フロート解除ここまで */

/* 色の指定 */
.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.green {
	color: #008000;
}
/* 色の指定ここまで */

/* 罫線のデザイン */
hr {
	color: #dddddd;
	background-color: #dddddd;
	width: 100%;
	height: 1px;
	clear: both;
	border: 0px;
}
/* 罫線のデザインここまで */

/* Amazon Search のデザイン */
/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #fdfdf6; 
    background-color : #fdfdf6;
    color: #fdfdf6;
    margin: 0px; padding: 0px; font-size: 11px;
}
/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #333333; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }

/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #fdfdf6;
    border: none; margin: 0px; padding: 3px;
}

/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #0000ff;
    text-decoration: underline ; background: none;
}

/* 値段のfont定義 */
.AmaS_price { color: #008000; font-weight: bold; }

/* 説明文のfont定義 */
.AmaS_com { color: #333333; }

/* 画像のボーダー定義 */
.AmaS_img img{ border: 1px solid #dddddd; }
/* Amazon Search のデザインここまで */
