@charset "UTF-8";

/*　◆全体の装飾◆　*/

* {
	margin: 0;
	padding: 0;
}
/*　↑全要素に適用される設定　*/

body {
	font-size: 82%;
	color: #666666;
	font-family: sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}
/*　↑基本文字色と背景色　*/

a:link {
	color: #0055DD;
	text-decoration: none;
}
a:visited {
	color: #5588AA;
	text-decoration: none;
}
a:hover, a:active {
	color: #33DD00;
	text-decoration: underline;
}
/*　↑リンク　*/

b, strong {
	color: #FF8800;
}
/*　↑太い字　*/

.entry-body p, .topmenu-body p, .submenu1 .module-content p, .submenu2 .module-content p , .submenu3 .module-content p, .submenu4-body p {
	margin-bottom: 0.8em;
}
/*　↑本文とWidgetに使用した段落の下アキ　*/

.inputs, textarea {
	color: #333333;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #7FC3E6;
}
.buttons {
	color: #FFFFFF;
	background-color: #66BBDD;
	border-style: outset;
	border-width: 1px;
	border-color: #66BBDD;
	cursor: pointer;
}
/*　↑入力フォームとボタンの色　*/

textarea, select, input {
	vertical-align: middle;
}
input[type=text], input[type=password], textarea {
	padding: 2px;
}
input[type=submit], input[type=button] {
	padding: 0 2px;
}
label {
	cursor: pointer;
}
ul {
	padding-left: 1px;
}
.entry-body ul, .topmenu-body ul, .submenu4-body ul {
	margin-left: 1em;
}
li {
	margin: 0.2em 0;
	line-height: 1.2;
}
img {
	border-width: 0;
}
hr {
	display: none;
}


/*　◆フォント◆　*/

#menu a span, .submenu4 h2 span, .submenu4-body h3 span, #footer {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
/*　↑英数字フォント　*/

.entry-permanent .entry-body em a {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
/*　↑個別商品紹介のボタン風リンク　*/


/*　◆大まかなレイアウト◆　*/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 986px;
	padding: 0;
	text-align: left;
	background-image: url(roriimg/wsh001_mainbg1.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/*　↑全体を囲む枠　*/

#header {
	margin: 0 13px;
	height: 210px;
	background-image: url(roriimg/wsh001_topimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/*　↑タイトル枠　*/

h1 {
	margin-bottom: 1em;
	margin-right: 34px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-size: 130%;
	color: #555555;
	font-weight: bold;
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px 0;
}
/*　↑一覧ページのページタイトル　*/

.index-area h1, .sitetitle {
	position: absolute;
	top: 45px;
	margin-bottom: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: normal;
	border-width: 0;
}
.index-area h1 a:link, .index-area h1 a:visited,
 .sitetitle a:link, .sitetitle a:visited {
}
.index-area h1 a:hover, .index-area h1 a:active,
 .sitetitle a:hover, .sitetitle a:active {
	text-decoration: none;
}
/*　↑サイト名　*/

.intro {
	display: inline;
}
.intro span {
	display: block;
	margin: 0;
	height: 35px;
	padding: 10px 240px 0 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	background-color: #FFCCEE;
	background-image: url(roriimg/wsh001_topbara.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*　↑サイト紹介文　*/
/*　文章をspanで囲んでInternetExplorerの改行が入るバグを回避しています　*/

#footer {
	clear: both;
	margin: 0 13px;
	padding: 15px 0;
	font-size: 95%;
	color: #FFFFFF;
	background-color: #FFCCEE;
	background-image: url(roriimg/wsh001_bottombara.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footer p {
	display: inline;
}
#footer p span {
	display: block;
	text-align: center;
	line-height: 1.4;
}
/*　↑コピーライト　*/
/*　文章をspanで囲んでInternetExplorerの改行が入るバグを回避しています　*/


/*　◆段組（2カラム）◆　*/
.layout-2col #main {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 580px;
	margin-top: 2.5em;
}
.index-area .layout-2col #main {
	margin-top: 1em;
}
/*　↑本文枠（トップ以外はパンくずの分だけ上が空いています）　*/

.layout-2col #sub {
	float: right;
	width: 180px;
}
/*　↑メニュー枠全体　*/

.layout-2col .submenu1 .widget-content li, .layout-2col .submenu2 .widget-content li {
	width: 135px;
}
/*　↑メニューのリンクリスト　*/
/*　メニュー枠に納まる程度の幅を指定してください。　*/
/*　指定しないとInternetExplorerで行間が倍になってしまいます　*/


/*　◆段組（3カラム）◆　*/
.layout-3col #main-sub1 {
	float: left;
	display: inline;
	margin-left: 30px;
	width: 754px;
}
.layout-3col #main {
	float: left;
	width: 574px;
	margin-top: 2.5em;
}
.index-area .layout-3col #main {
	margin-top: 1em;
}
/*　↑本文枠（トップ以外はパンくずの分だけ上が空いています）　*/

.layout-3col #sub1 {
	float: right;
	width: 172px;
	margin-top: 1em;
}
/*　↑メニュー1　*/

.layout-3col #sub2 {
	float: right;
	width: 172px;
	display: inline;
	margin-top: 1em;
	margin-right: 20px;
}
/*　↑メニュー2　*/

.layout-3col .submenu1 .widget-content li, .layout-3col .submenu2 .widget-content li {
	width: 140px;
}
/*　↑メニューのリンクリスト　*/
/*　メニュー枠に納まる程度の幅を指定してください。　*/
/*　指定しないとInternetExplorerで行間が倍になってしまいます　*/


/*　◆商品一覧の基本レイアウト◆　*/

.entry-index {
	float: left;
}
/*　↑商品枠は常に左寄せされます　*/

.pagenavi {
	clear: both;
}
/*　↑商品枠直後で左寄せを解除（これをしないと崩れます）　*/


/*　◆商品一覧◆　*/

.entry-index {
	margin-bottom: 25px;
	margin-right: 19px;
	width: 170px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #E7E7E7;
}
/*　↑商品一覧の全体枠　*/

.entry-index .entry-body {
	margin: 0 auto;
	width: 170px;
	height: 125px;
	text-align: center;
	overflow: auto;
}
/*　↑商品一覧の各商品枠　*/

.entry-index h2 {
	margin: 3px 5px 5px;
	height: 3.5em;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.1;
	border-style: dotted;
	border-width: 0 0 2px;
	border-color: #9c9d9c;
	overflow: auto;
}
.entry-index h2:before {
	content: "◆ ";
	color: #FFBB33;
}
/*　↑商品一覧の商品名リンク　*/

.note-index {
	display: none;
}
/*　↑商品隠し紹介文（表示されません）　*/


/*　◆オススメ動画部分◆　*/

.submenu4 .widget {
	margin-bottom: 12px;
	margin-right: 19px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #E4E4E4;
	overflow: hidden;
}
.submenu4 h2 {
	display: none;
}
.category-archive-area .submenu4 h2, .submenu4 h3 {
	padding: 8px 10px 12px;
	color: #668888;
	font-size: 110%;
	background-image: url(roriimg/wsh001_midasi2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.submenu4 .widget-content {
	padding: 0.3em 15px;
	line-height: 1.3;
	overflow: hidden;
}
.category-archive-area .submenu4 .widget-content {
	padding: 0.8em 15px;
}
.submenu4 .widget-content:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .submenu4 .widget-content {
	height: 1em;
	overflow: visible;
}
/**/
/*　↑回り込み画像を使ったときの崩れを防ぐ　*/

.youtubekako {
	float: left;
	display: inline;
	margin-right: 12px;
	margin-bottom: 12px;
	width: 160px;
}
.youtubekako {
	position: relative;
}
.youtube1 {
	position: absolute;
	top: 0;
	left: 0;
}
.category-archive-area .submenu4 .widget-content img {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	width: 80px;
	height: 60px;
}
.submenu4 .catlink {
	clear: both;
	text-align: right;
	margin-bottom: 0;
	padding-top: 0.1em;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #E7E7E7;
}
/*　↑お知らせ本文・全部のお知らせを見るリンク　*/


/*　◆個別紹介ページ・全商品リスト◆　*/

.entry-permanent, .entry-list, .category-archive-area .submenu4 {
	margin-right: 30px;
	margin-bottom: 0.5em;
}
/*　↑個別商品ページ等の全体枠　*/

.category-archive-area .submenu4 {
	border: none;
}
.entry-permanent {
	position: relative;
}
.entry-permanent .entry-body {
	overflow: hidden;
}
.entry-permanent .entry-body:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html .entry-permanent .entry-body {
	height: 1em;
	overflow: visible;
}
/**/
/*　↑回り込み画像を使ったときの崩れを防ぐ　*/

.submenu3 h2 {
	display: none;
}
.entry-permanent h1, .entry-list h1, .category-archive-area .submenu4 h2 {
	display: block;
	padding: 9px 50px 9px 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	min-height: 20px;
	font-size: 120%;
	color: #FFFFFF;
	line-height: 1.1;
	border-width: 0;
	background-color: #FFCCEE;
	background-image: url(roriimg/wsh001_midasi1.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
/*　↑個別商品紹介・全商品リスト等のタイトル　*/

.entry-permanent .entry-body, .category-archive-area .submenu4 .widget-content {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #FFCCEE;
	padding: 0.8em 15px;
	line-height: 1.4;
}
.entry-permanent .entry-text {
	float: right;
	width: 310px;
	margin-bottom: 0.5em;
}
/*　↑商品紹介文　*/

.entry-permanent .entry-img {
	width: 180px;
	text-align: center;
	overflow: auto;
}
/*　↑商品写真　*/

.entry-permanent .entry-text2 {
	clear: both;
	padding-top: 0.3em;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #FFCCEE;
}

.entry-body hr {
	display: block !important;
	margin: 0.5em auto;
	height: 4px;
	border-style: double;
	border-width: 4px 0 0;
	border-color: #77BB55;
}
/*　↑紹介文内の罫線　*/

.entry-permanent .entry-body em a {
	display: block;
	margin: 1em auto 0.5em;
	padding: 4px 0 2px;
	width: 13em;
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-style: solid;
	border-width: 1px;
}
.entry-permanent .entry-body em a:link, .entry-permanent .entry-body em a:visited {
	color: #FFFFFF;
	background-color: #FFAA33;
	border-top-color: #FFAA44;
	border-right-color: #FF7733;
	border-bottom-color: #FF7733;
	border-left-color: #FFAA44;
}
.entry-permanent .entry-body em a:hover, .entry-permanent .entry-body em a:active {
	color: #FF8822;
	background-color: #FFFFCC;
	border-top-color: #FFDD99;
	border-right-color: #FFBB66;
	border-bottom-color: #FFBB66;
	border-left-color: #FFDD99;
	text-decoration: none;
}
/*　↑ボタン風リンク（aをemで囲むと適用されます）　*/

.entry-permanent .taglist {
	clear: both;
	padding-top: 1em;
}
.entry-permanent .taglist dt {
	border-style: dotted;
	border-width: 0 0 1px;
	border-color: #DDDDDD;
}
.entry-permanent .taglist dd {
	margin-top: 0.5em;
}
.entry-permanent .taglist dd ul {
	margin: 0;
}
.entry-permanent .taglist dd ul li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.5em;
	list-style-type: none;
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #DDDDDD;
}
/*　↑エントリータグリスト　*/


/*　◆全動画リスト◆　*/
.entry-list-body {
	padding: 0.5em 20px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #ff66cc;
}

.entry-list-body dl dt {
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #ffAADD;
}
.entry-list-body dl dt:before {
	content: "▼ ";
	color: #FFBB33;
	font-weight: normal;
}
.entry-list-body dl dd {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	line-height: 1.1;
	border-style: dotted;
	border-width: 0 0 1px;
	border-color: #DDDDDD;
}



/*　◆その他のパーツ◆　*/

.search-form {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 24em;
	text-align: right;
}
.search-form label {
	margin-right: 0.5em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF99DD;
}
/*　↑検索フォーム（全ページ共通）　*/

.pagenavi {
	margin-right: 25px;
	margin-bottom: 1.5em;
	padding: 1px;
	text-align: center;
	list-style-type: none;
}
.pagenavi li {
	display: inline;
	margin: 0 0.5em;
}
#entry-area .pagenavi li {
	display: block;
	margin: 0 0 0.2em;
}
#entry-area .pagenavi .navi-n {
	text-align: left;
}
#entry-area .pagenavi .navi-t {
	text-align: center;
}
#entry-area .pagenavi .navi-b {
	text-align: right;
}
/*　↑ページめくりリンク　*/

.pankuzu {
	position: absolute;
	top: 220px;
	left: 35px;
	width: 600px;
	height: 1.3em;
	overflow: hidden;
}
/*　↑ぱんくずリスト（階層リンク）　*/

.rss {
	margin: 15px 0;
	text-align: center;
}
/*　↑RSSバナー　*/


/*　◆カテゴリーリスト◆　*/

#menu {
	padding: 0;
	list-style-type: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}
#menu li {
	margin: 0px;
}
/*　↑カテゴリーリスト全体　*/

#menu a {
	display: block;
	padding: 0.5em 10px;
	height: 1%;
	text-align: left;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
#menu a:link, #menu a:visited {
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(roriimg/wsh001_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	border-right-color: #DDDDDD;
}
#menu a:hover, #menu a:active {
	color: #FF66CC;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #BBBBBB;
	background-position: bottom;
}
.index-area #menu .link-index a:link, .index-area #menu .link-index a:visited,
.archive-index-area #menu .link-archive a:link, .archive-index-area #menu .link-archive a:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF66CC;
	background-image: none;
	border-color: #DDDDDD;
}
#menu a span {
	margin-left: 0.4em;
	font-size: 85%;
}
/*　↑カテゴリーリンクをボタン風にする　*/


/*　◆Widgetの中身・共通指定◆　*/

.widget-content fieldset {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
/*　↑検索フォームを囲む枠　*/


/*　◆Widget1（サブメニュー前半）◆　*/

.submenu1 .widget {
	margin-bottom: 10px;
}
/*　↑外枠　*/

.submenu1 .widget h3 {
	margin-top: 10px;
	padding: 5px 5px 12px;
	color: #668888;
	font-size: 110%;
	background-color: #FFFFFF;
	background-image: url(roriimg/wsh001_midasi2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #E4E4E4;
}
/*　↑メニュータイトル　*/

.submenu1 .widget-content {
	padding: 1px 10px 5px;
	line-height: 1.3;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #E4E4E4;
}
/*　↑メニュー内容　*/

.submenu1 .widget-content ul {
	list-style-type: none;
}
.submenu1 .widget-content li a {
	display: block;
	padding-left: 15px;
	background-image: url(roriimg/wsh001_list.gif);
	background-repeat: no-repeat;
}
.submenu1 .widget-content li a:link, .submenu1 .widget-content li a:visited {
	background-position: 0px 0.1em;
}
.submenu1 .widget-content li a:hover, .submenu1 .widget-content li a:active {
	background-repeat: repeat-x;
	background-position: -262px 0.1em;
}
/*　↑メニューのリンクつきリスト　*/


/*　◆Widget2（サブメニュー後半）◆　*/

.submenu2 .widget {
	margin-bottom: 10px;
}
/*　↑外枠　*/

.submenu2 .widget h3 {
	padding: 5px 5px 12px;
	color: #668888;
	font-size: 110%;
	background-color: #FFFFFF;
	background-image: url(roriimg/wsh001_midasi2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #E4E4E4;
}
/*　↑メニュータイトル　*/

.submenu2 .widget-content {
	margin-bottom: 10px;
	padding: 1px 10px 5px;
	line-height: 1.3;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #E4E4E4;
}
/*　↑メニュー内容　*/

.submenu2 .widget-content ul {
	list-style-type: none;
}
.submenu2 .widget-content li a {
	display: block;
	padding-left: 15px;
	background-image: url(roriimg/wsh001_list.gif);
	background-repeat: no-repeat;
}
.submenu2 .widget-content li a:link, .submenu2 .widget-content li a:visited {
	background-position: 0px 0.1em;
}
.submenu2 .widget-content li a:hover, .submenu2 .widget-content li a:active {
	background-repeat: repeat-x;
	background-position: -262px 0.1em;
}
/*　↑メニューのリンクつきリスト　*/


/*　◆Widget3（記事下）◆　*/

.submenu3 .widget {
	margin-bottom: 15px;
	margin-right: 30px;
	padding-bottom: 5px;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #E4E4E4;
}
/*　↑外枠　*/

.submenu3 .widget h3 {
	padding: 8px 10px 12px;
	color: #668888;
	font-size: 110%;
	background-image: url(roriimg/wsh001_midasi2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*　↑メニュータイトル　*/

.submenu3 .widget-content {
	padding: 0 10px;
	height: 160px;
	line-height: 1.3;
	list-style-type: none;
	overflow: auto;
}
/*　↑メニュー内容　*/

.submenu3 .widget-content ul {
	padding-left: 5px;
	list-style-type: none;
}
.submenu3 .widget-content li {
	width: 200px;
}
.submenu3 .widget-content li a {
	width: 200px;
	display: block;
	padding-left: 18px;
	background-image: url(roriimg/wsh001_list.gif);
	background-repeat: no-repeat;
}
.submenu3 .widget-content li a:link, .submenu3 .widget-content li a:visited {
	background-position: top left;
}
.submenu3 .widget-content li a:hover, .submenu3 .widget-content li a:active {
	background-repeat: repeat-x;
	background-position: -260px 0px;
}
/*　↑メニューのリンクつきリスト　*/

.submenu3 .widget-content .catlink {
	clear: both;
	text-align: right;
	margin-bottom: 0;
	padding-top: 0.1em;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #E7E7E7;
}

/*　◆検索結果画面◆　*/

#search-form fieldset {
	margin: 0.3em 19px 1.3em 0;
	padding: 0.5em 0;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
/*　↑検索フォームを囲む枠　*/

#search-form legend {
	margin-left: 5px;
	margin-bottom: 0.5em;
	padding: 0 10px;
	font-size: 120%;
	font-weight: bold;
	color: #55C688;
}
/*　↑検索フォーム見出し　*/

#search-form p {
	margin-left: 20px;
	margin-bottom: 0.5em;
}
#search-form ul {
	margin-left: 20px;
	margin-bottom: 0.7em;
}
#search-form li {
	display: inline;
	margin-right: 2em;
	list-style-type: none;
}
/*　↑検索フォームの内容　*/

.resulthead {
	margin-top: 1px;
	margin-bottom: 1em;
	margin-right: 19px;
	padding: 8px;
	font-size: 110%;
	color: #FF8800;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFDD;
}
/*　↑検索結果件数表示　*/

.feedbox {
	clear: both;
	margin-right: 19px;
}
/*　↑検索結果RSSフィード枠　*/

.feedbox h2 {
	padding: 9px 50px 9px 15px;
	min-height: 20px;
	font-size: 120%;
	color: #FFFFFF;
	line-height: 1.1;
	background-color: #FFCCEE;
	background-image: url(roriimg/wsh001_midasi1.jpg);
	background-repeat: no-repeat;
}
/*　↑検索結果RSSフィード見出し　*/

.feedbox .feedbody {
	margin-bottom: 0.8em;
	padding: 0.8em 15px;
	line-height: 1.3;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #FFCCEE;
}
.feedbox p {
	margin-bottom: 0.8em;
}
.feedbox .feedlink {
	padding: 5px 5px 5px 25px;
	font-size: 110%;
	background-color: #FFFFDD;
	background-image: url(roriimg/wsh001_rssico.gif);
	background-repeat: no-repeat;
	background-position: 5px 45%;
}
.feedbox .what {
	text-align: right;
}
/*　↑検索結果RSSフィードの内容　*/


/*　◆検索結果が0件だったときに出るヘルプ◆　*/

.searchhelp {
	padding: 8px;
	margin-top: -1em;
	margin-right: 19px;
	margin-bottom: 1em;
	background-color: #FFFFDD;
}
/*　↑ヘルプ枠　*/

.searchhelp h2 {
	padding: 0.5em 7px;
	font-size: 120%;
	color: #FF8800;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #FFBB33;
}
/*　↑ヘルプ枠見出し　*/

.searchhelp p {
	padding: 0 7px 0.7em;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #FFBB33;
}
.searchhelp dl {
	margin-bottom: 0.5em;
	padding: 0.7em 10px 1px 7px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0 6px;
	border-color: #FFEE88;
}
.searchhelp dt {
	margin-bottom: 0.3em;
	padding: 0;
	font-size: 105%;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #E7E7E7;
}
.searchhelp dd {
	margin-left: 2em;
	margin-bottom: 1em;
	padding: 0;
	line-height: 1.2;
}
/*　↑ヘルプ枠の内容　*/


/*　◆その他（バグ回避等）◆　*/
.widget-profile .widget-content li a {
	display: block;
	padding-left: 0;
	background-image: none;
}
/*　↑プロフィールのリンクはリストマーク出さない　*/

.entry-index .mt-enclosure-image,
 .entry-permanent .entry-img .mt-enclosure-image,
 .youtubekako .mt-enclosure-image,
 .submenu4 .mt-enclosure-image {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}
.entry-index .mt-enclosure-image img,
 .entry-permanent .entry-img .mt-enclosure-image img,
 .youtubekako .mt-enclosure-image img {
	float: none !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.submenu4 .mt-enclosure-image img {
	float: left !important;
	margin-top: 4px !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 4px !important;
}
/*　↑MTの自動回り込み指定を解除する　*/

.feedbox h2, .feedbox p {
	_text-indent: 15px;
}
/*　↑検索結果フィード枠（winIE・文字がずれるバグの防止）　*/

textarea, select, input {
	font-family: "Osaka－等幅", Osaka, Helvetica, Arial, Verdana, monospace;
}
/*　↑入力フォーム（MacIE・文字化け防止）　*/

.line1 {
	text-align: left;
}
.line2 {
	text-align: center;
}
.line3 {
	text-align: right;
}
.hide1 {
	display: none;
}
.hide2 {
	text-indent: -2000px;
}
/*　↑文字を隠す　*/


.ssssssss {
background-color: #308D21;
}

.back-neta {
	border-color: #77BB55;
}

.eeee {
	margin: 10px;
}
.mt15 {
	margin: 15px 0px 0px 0px;
}
.yellow {
	color: #000000;
	background-color: #FFFF99;
	float: none;
}
.pita0 {
	width: 165px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-width: 0px;
	border-style: none;
	float: left;
	text-align: left;
}
.pita {
	width: 200px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-width: 0px;
	border-style: none;
	float: right;
	text-align: left;
}
.left{
      float:right;
      width:25%;
      border:0px;
      padding:1px;
      margin:0px 0px 0px 3px;
}
.right{
      width:25%;
      border:0px;
      padding:1px;
      margin:0px 0px 0px 3px;
}

/*　◆ページ専用◆　*/

#page000008 .entry-body {
	line-height: 1.2;
}
#page000008 .entry-body a:link {color : #0000ff;}
#page000008 .entry-body a:visited {color : #0000ff;}
#page000008 .entry-body a:hover {color : #ff1493;}
#page000008 .entry-body a:active {color : #79a187;}
#page000008 .entry-body p {
	margin: 0;
}
#page000008 .entry-body .style14 {
	font-size: 130%; font-weight: bold;
}
#page000008 .entry-body .style14 {
	font-size: 130%; font-weight: bold;
}
#page000008 .entry-body .style18 {
	font-size: 200%;
	color: #FF0000;
}
#page000008 .entry-body .style19 {
	font-size: 300%;
}
#page000008 .entry-body .style21 {color: #FF0000}
#page000008 .entry-body .yellow {
	background-color: #FFFF99;
}
/*　出会いの秘伝書初級　*/
