@charset "utf-8";
/*
	名称:
		wm_freo_alt
	更新日:
		2010/08/03
	作者:
		wmks (http://www.usamimi.info/~witchmakers/)
	説明:
		管理画面・携帯画面等は変化しません。ブラウザのCSS実装状況によって、ディテールの異なるパーツがあります。
	ライセンス:
		GNU General Public License (GPL)
	Thanks:
		freo (http://freo.jp/)
		Smarty (http://www.smarty.net/)
		jQuery (http://jquery.com/)
		ThickBox (http://jquery.com/demo/thickbox/)
	----------------------------------------------
	0. Reset
	1. Global
	2. Layout
	3. Detail
	4. Plugin
	5. ThickBox
*/
/*================================================
	0. Reset
================================================*/
html, body, h1, h2, h3, h4, h5, h6, address, p, pre, blockquote, ol, ul, li, dl, dt, dd, div, table, td, th, form, fieldset, input, textarea { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%;}
address, em, strong, cite, dfn, code, var, caption, th { font-style: normal; font-weight: normal;}
ol, ul { list-style: none;}
q:before, q:after { content: "";}
abbr, acronym { border: 0;}
table { border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left;}
fieldset, img { border: 0;}
legend { display: none;}
img { vertical-align: top;}
br { letter-spacing: 0;}
/*================================================
	1. Global
================================================*/
body {
	color: #000000f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;/* 基本文字サイズ★ */
	line-height: 1.7;
}
* html body table tr td, * html body table tr th {
	font-size: 12px;
	line-height: 1.7;

}
h2 {
	margin: 0px 0 0px 0;
	color: #424242;
	font-weight: bold;
	font-size: 150%;
	letter-spacing: 1px;
	border-bottom: 1px solid #bcbcbc;


}
h3 {
	margin: 34px 0 13px 0;
	color: #000000;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 1px;
	border-bottom: 1px solid #bcbcbc;
	padding: 0 5px 0px 0px;
	overflow: hidden;
	zoom: 1;
}
h4 {
	margin: 13px 0;
	font-weight: bold;
	font-size: 120%;
	color: #800000;
}
h5 {
	margin: 13px 0;
	font-weight: bold;
}
h6 {
	margin: 13px 0;
	font-weight: bold;
}
address {
	margin: 13px 0;
	text-align: right;
}
p {
	margin: 13px 0;
}
br {
	letter-spacing: 0;
}
pre {
	width: 85%;
	margin: 13px 0;
	padding: 12px;
	overflow: auto;
	border: 1px solid #cbcbcb;
	background: #F9F9F9;
}
blockquote {
	margin: 13px 0;
	padding: 15px 28px;
	border: 5px solid #cbcbcb;
}
ol {
	margin: 13px 0;
	list-style: decimal inside;
}
ol li {

}
ul {
	margin: 13px 0;
}
ul li {
	padding: 0 0 0 13px;
/*	background: url("../images/icons/01.png") 0px 5px no-repeat;  */
}
dl {
	margin: 13px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #cbcbcb;
}
dl dt {
	margin: 5px 0;
	border-bottom: 1px solid #cbcbcb;
}
dl dd {
	margin: 5px 0 5px 34px;
}
dl dd p, dl dd ol, dl dd dl {
	margin: 5px 0;
}
table {

}
table tr td {
	padding: 12px;
	vertical-align: top;
}
table tr th {
	padding: 4px 12px;
}
em {
	font-style: italic;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;

}
strong {
	font-weight: bold;
}
code {

}
/*------------------------------------------------
	リンク★
------------------------------------------------*/
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #75B6C6;
	text-decoration: none;
}
a:active {
	color: #75B6C6;
	text-decoration: none;
}
/*------------------------------------------------
	画像
------------------------------------------------*/
img {
	margin: 0;
	vertical-align: middle;
}
/*----------------------------------------------*/
a:link img {
	opacity: 1;
}
a:visited img {
	opacity: 1;
}
a:hover img {
	opacity: 0.8;
}
a:active img {
	opacity: 0.8;
}
/*------------------------------------------------
	フォーム
------------------------------------------------*/
form {
	margin: 13px 0;
	padding: 7px 12px;

}
form p, form ol, form ul, form dl {
	margin: 5px 0;
}
form dl {
	padding: 0;
	border: none;
}
form dl dt {
	border: none;
}
form dl dd {
	margin: 5px 0;
}
form ul li {
	padding: 0;
	background: none;
}
input, textarea {
	padding: 3px;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #dedede;
	color: #696969;
}
textarea {
	width: 80%;
}
input[type="submit"], input[type="button"] {
	border: 1px solid #999999;
	background: #999999;
	color: #FFFFFF;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #999999;
}
/*================================================
	2. Layout
================================================*/
body {
	background: url("../images/wm_freo_alt/body.gif") left top repeat-x fixed #FCFCFC;/* 背景画像＆背景色 */
	text-align: center;
}
#container {
	width: 830px;
	margin: 0 auto;
	padding: 0 34px;
	border: 1px solid #cbcbcb;
	border-top: none;
	background: #FFFFFF;
	text-align: left;
	background:   url(../images/body/back.gif);/*タイトル画像*/
	background-repeat: repeat-y; 
	background-position: center; 
}
* html body #container {
	width: 900px;/* IE6用 */
}
#header {
	height: 33px;/* 画像の縦サイズと同じ数値にする */
	margin: 0 -34px;
	background: url("../images/header/back.gif") left top no-repeat;
}
#menu {
	margin: 0 -34px;
}
#content {
	float: left;
	width: 574px;
	overflow: hidden;
}
#utility {
	float: right;
	width: 256px;
	overflow: hidden;
}
#utility .utility {
	margin-left: 0px;
	padding: 13px 0 13px 21px;
	zoom: 1;
}

#entry .entry {
	margin-right: 0px;
	padding: 13px 21px 13px 0px;
	border-right: 1px solid #cbcbcb;
	zoom: 1;
}
#utility .utility table.calender {
	width: 200px;
}
#footer {
	clear: both;
	margin: 0 -34px;
	padding-top: 21px;
background:   url(../images/footer/back.gif) left bottom no-repeat;/*フッター背景*/
}
/*================================================
	3. Detail
================================================*/
.complete {
	color: #009900;
}
p.complete, ul.complete {
	padding: 12px;
	border: 1px solid #00CC00;
	background: #F2FCF2;
	line-height: 1;
}
ul.complete li {
	padding: 0;
	background: none;
}
/*----------------------------------------------*/
.attention {
	color: #990000;
}
p.attention, ul.attention {
	padding: 12px;
	border: 1px solid #CC0000;
	background: #FCF2F2;
	line-height: 1;
}
ul.attention li {
	padding: 0;
	background: none;
}
/*----------------------------------------------*/
ul.link {
	clear: both;
	text-align: right;
}
ul.information a:link, ul.information a:visited,
ul.link a:link, ul.link a:visited {
	border-bottom: 1px solid #F0F0F0;
	color: #800000;
	text-decoration: none;
}
ul.information a:hover, ul.information a:active,
ul.link a:hover, ul.link a:active {
	border-bottom: 1px solid #F0F0F0;
	color: #4f4f4f;
	text-decoration: underline;
}
ul.information li, ul.link li {
	display: inline;
	padding: 0;
	background: none;
	color: #4f4f4f;
}
ul.information li+li:before,
ul.link li+li:before {
	content: " | ";
	color: #b0b0b0;
}
/*------------------------------------------------
	タグ
------------------------------------------------*/
p.tag {
	padding: 0 0 0 13px;
	background: url("../images/wm_freo_alt/tag.gif") 0 0.2em no-repeat;
	color: #B0B0B0;
}
/*------------------------------------------------
	続きを読む
------------------------------------------------*/
ul.continue {
	line-height: 1;
	letter-spacing: 0;
	overflow: hidden;
	zoom: 1;
}
ul.continue li {
	float: right;
	padding: 0;
	background: none;
}
ul.continue li a {
	display: block;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
ul.continue li a:after {
	content: "...";
}
ul.continue li a:link, ul.continue li a:visited {
	border: 1px solid #999999;
	background: #FFFFFF;
	color: #999999;
	text-decoration: none;
}
ul.continue li a:hover, ul.continue li a:active {
	border: 1px solid #999999;
	background: #999999;
	color: #FFFFFF;
	text-decoration: none;
}
/*------------------------------------------------
	目次
------------------------------------------------*/
.page_child {
	margin: 34px 0 13px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #cbcbcb;
}

/*------------------------------------------------
	検索結果（エントリー）
------------------------------------------------*/
p.result {
	margin: 34px 0 13px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #696969;
}
/*------------------------------------------------
	検索結果（ページ）
------------------------------------------------*/
.result_item {
	margin-top: 5px;
	padding-left: 7px;
	border-left: 5px solid #cbcbcb;
}
.result_item h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0;
}
.result_item p {
	margin: 0 0 5px 34px;
}
/*------------------------------------------------
	フィルター
------------------------------------------------*/
dl.filter dt {
	border-bottom: 1px solid #cbcbcb;
	font-weight: bold;
}
/*------------------------------------------------
	トップページ
------------------------------------------------*/
.toppage_text {
	margin: 34px 0 13px 0;
}
.toppage_page, .toppage_entry, .toppage_update {
	margin: 0px 0 13px 0;
}
.toppage_text h2 {
	display: none;
}
.toppage_page h2, .toppage_entry h2, .toppage_update h2 {
	margin: 13px 0;
	font-size: 100%;
}
.toppage_page p .toppage_entry p {
	margin: 0;
}
.toppage_update h3 {
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #cbcbcb;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0;
}
.toppage_update h3:first-of-type {
	margin-top: 13px;
}
.toppage_update ul.information {
	margin: 0 0 5px 0;
	padding-left: 8px;
	border-left: 5px solid #cbcbcb;
}
/*------------------------------------------------
	#header
------------------------------------------------*/
h1.title {
	padding: 6px 0px 0 30px;
	font-weight: bold;
	font-size: 100%;
	line-height: 1;
}
h1.title a:link, h1.title a:visited {
	color: #131313;
	text-decoration: none;
}
h1.title a:hover, h1.title a:active {
	color: #D0D0D0;
	text-decoration: none;
}
#header a.gazobtn{ display:block; background-image:  url(../images/header/logo.gif); width:170px; height:23px; margin-bottom:1px;}
#header a.gazobtn:hover{ background-position:top right;}
/*------------------------------------------------
	#menu
------------------------------------------------*/
ul.main_nav {
	margin: 0;
	background:   url("../images/menu/back.gif") 0px 0px no-repeat;/*タイトル画像*/
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	zoom: 1;
}
ul.main_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
ul.main_nav li a {
	display: block;
	float: left;
	padding: 0px 0px;
}
ul.main_nav li a:link, ul.main_nav li a:visited {
	color: #800000;
	text-decoration: none;
}
ul.main_nav li a:hover, ul.main_nav li a:active {
	color: #75B6C6;
	text-decoration: none;
}

ul.main_nav li a.gazobtn02{ display:block; background-image:  url(../images/menu/about.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn02:hover{ background-position:top right;}



ul.main_nav li a.gazobtn03{ display:block; background-image:  url(../images/menu/profile.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn03:hover{ background-position:top right;}


ul.main_nav li a.gazobtn04{ display:block; background-image:  url(../images/menu/gallery.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn04:hover{ background-position:top right;}


ul.main_nav li a.gazobtn05{ display:block; background-image:  url(../images/menu/link.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn05:hover{ background-position:top right;}


ul.main_nav li a.gazobtn06{ display:block; background-image:  url(../images/menu/diary.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn06:hover{ background-position:top right;}

ul.main_nav li a.gazobtn07{ display:block; background-image:  url(../images/menu/clap.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn07:hover{ background-position:top right;}

ul.main_nav li a.gazobtn08{ display:block; background-image:  url(../images/menu/bbs.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn08:hover{ background-position:top right;}

ul.main_nav li a.gazobtn09{ display:block; background-image:  url(../images/menu/shop.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn09:hover{ background-position:top right;}

ul.main_nav li a.gazobtn10{ display:block; background-image:  url(../images/menu/home.gif); width:85px; height:39px; margin-bottom:1px;}
ul.main_nav li a.gazobtn10:hover{ background-position:top right;}
/*------------------------------------------------
	#information
------------------------------------------------*/
#information .entry, #information .page, #information .text {
	margin: 34px 0 13px 0;
}
#information .entry h2, #information .page h2, #information .text h2 {
	margin: 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #696969;
	font-size: 100%;
}
/*------------------------------------------------
	#entry
------------------------------------------------*/
#entry h2 {
	display: none;
}
.entry h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #cbcbcb;
}
.entry h3 a:link, .entry h3 a:visited {
	color: #000000;
	text-decoration: none;
}
.entry h3 a:hover, .entry h3 a:active {
	color: #75B6C6;
	text-decoration: none;
}
.entry ul.information {
	margin-top: 0;
}
.entry .content {
	margin: 34px 0;
}
/*------------------------------------------------
	#entry_link, #page_link
------------------------------------------------*/
#entry_link {
	margin: 0px 0 0px 0;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	color: #D0D0D0;
}

#page_link {
	margin: 34px 0 13px 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	color: #D0D0D0;
}

#entry_link h3, #page_link h3 {
	display: none;
}
ul.entry_link, ul.page_link {
	font-color: #4b4b4b;
	margin: 21px 0;
	text-align: center;
}
ul.entry_link li, ul.page_link li {
	font-color: #4b4b4b;
	display: inline;
	padding: 0;
	background: none;
}
ul.entry_link li.previous:before {
	content: "≪ ";
}
ul.entry_link li.home:before {
	content: " | ";
	margin: 0 0px;
}
ul.entry_link li.home:after {
	content: " | ";
	margin: 0 0px;
}
ul.entry_link li.next:after {
	content: " ≫";
}




ul.page_link li.previous:after {
	content: " ≫ 古 ";
	font-color: #4b4b4b;
}
ul.page_link li.home:before {
	content: " | ";
	margin: 0 0px;
	font-color: #4b4b4b;
}
ul.page_link li.home:after {
	content: " | ";
	margin: 0 0px;
	font-color: #4b4b4b;
}
ul.page_link li.next:before {
	content: "新 ≪ ";
	font-color: #4b4b4b;
}


* html body ul.entry_link li, * html body ul.page_link li {/* IE6用 */
	margin: 0 5px;
}
/*------------------------------------------------
	#page
------------------------------------------------*/
#page {
	margin: 34px 0 13px 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	color: #8c8c8c;
}

#page_entry {
	margin: 34px 0 13px 0;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	color: #8c8c8c;
}

#page h2 {
	display: none;
}

#page_entry h2 {
	display: none;
}

ul.order, ul.direct {
	margin: 21px 0;
	text-align: center;

}
ul.order li, ul.direct li {
	display: inline;
	padding: 0;
	background: none;
}
ul.order li+li:before, ul.direct li+li:before {
	content: " | ";
	margin: 0 8px;
}
ul.order li:nth-child(1):before {
	content: "≪ ";
}
ul.order li:nth-child(2):after {
	content: " ≫";
}
* html body ul.order li, * html body ul.direct li {/* IE6用 */
	margin: 0 5px;
}
/*------------------------------------------------
	#trackback, #trackback_url,
	#comment, #comment_form
------------------------------------------------*/
#trackback, #trackback_url,
#comment, #comment_form {
	position: relative;
	margin: 34px 0 13px 0;
	padding: 12px;
	color: #999999;
}
#trackback h2, #trackback_url h2,
#comment h2, #comment_form h2 {
	position: absolute;
	top: -0.5em;
	left: 7px;
	margin: 0;
	padding: 0 5px;
	border: none;
	background: #FFFFFF;
	color: #8c8c8c;
	font-weight: bold;
	font-size: 100%;
	line-height: 1;
}
* html body #trackback h2, * html body #trackback_url h2,
* html body #comment h2, * html body #comment_form h2 {
	left: -7px;
}
#trackback ul, #trackback_url p,
#comment ul, #comment_form ul {
	margin: 0;
}
.trackback, .comment {
	margin-top: 8px;
}
.trackback h3, .comment h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0;
}
.trackback ul.information, .comment ul.information {
	margin: 0;
	text-align: right;
}
#comment_form form {
	margin: 5px 0 0 0;
}
/*------------------------------------------------
	#action
------------------------------------------------*/
#action {
	margin: 13px 0;
	overflow: hidden;
	zoom: 1;
}
#action form {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	background: transparent;
}
#action form fieldset {
	float: left;
}
/*------------------------------------------------
	#utility
------------------------------------------------*/
#utility h2 {
	display: none;
}
.utility a:link, .utility a:visited {
	color: #4b4b4b;
	text-decoration: none;
}
.utility a:hover, .utility a:active {
	color: #75b6c6;
	text-decoration: none;
}
.utility h3 {
	margin: 0 0 13px -21px;
	padding: 0 0 0 13px;
	border-left: 8px solid #dedede;
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}
.utility .content {
	color: #999999;
}
.utility p, .utility ol, .utility ul, .utility ul li ul {
	margin: 0;
}
.utility dl {
	margin: 0;
	padding: 0;
	border: none;
}
.utility dl dt {
	margin: 0;
	border: none;
}
.utility dl dd {
	margin: 0 0 0 13px;
}
.utility form {
	margin: 0;
	padding: 0;
	border: none;
}
.utility form dl dd {
	margin-left: 0;
}
.utility form input {
	margin-top: 5px;
}
.utility form dl dd input {
	width: 80%;
}
/*------------------------------------------------
	#footer
------------------------------------------------*/
ul.page_top {
	margin: 0;
	padding: 0 13px 13px 13px;
	overflow: hidden;
	border-top: 1px solid #cbcbcb;
	zoom: 1;
}
ul.page_top li {
	padding: 0;
	background: none;
}
ul.page_top a {
	float: right;
	display: block;
	padding: 5px 13px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 0 0 5px 5px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}
ul.page_top a:link, ul.page_top a:visited {
	background: #dedede;
	color: #B0B0B0;
	text-decoration: none;
}
ul.page_top a:hover, ul.page_top a:active {
	background: #cbcbcb;
	color: #696969;
	text-decoration: none;
}
#footer p {
	margin: 0 0 0 0;
	color: #D0D0D0;
	font-size: 11px;
	text-align: center;
}
ul.powered {
	margin: 0 0px;
	padding-bottom: 0px;
	color: #D0D0D0;
	font-size: 11px;
	text-align: center;
}
ul.powered li {
	display: inline;
	padding: 0;
	background: none;
}
#footer p a:link, #footer p a:visited,
ul.powered a:link, ul.powered a:visited {
	color: #D0D0D0;
	text-decoration: none;
}
#footer p a:hover, #footer p a:active,
ul.powered a:hover, ul.powered a:active {
	color: #ffffff;
	text-decoration: underline;
}
/*================================================
	4. Plugin
================================================*/
/*------------------------------------------------
	エントリーカレンダー表示
------------------------------------------------*/
table.calender caption {
	border: 1px solid #cbcbcb;
	border-bottom: none;
	background: #FCFCFC;
	font-size: 10px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0;
}
table.calender tr td, table.calender tr th {
	padding: 0;
	border: 1px solid #cbcbcb;
	color: #999999;
	font-size: 10px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0;
}
table.calender tr th {
	font-weight: normal;
}
table.calender tr td a {
	display: block;
}
table.calender tr td a:link, table.calender tr td a:visited {
	border-bottom: none;
	background: #dedede;
	color: #696969;
	text-decoration: none;
}
table.calender tr td a:hover, table.calender tr td a:active {
	border-bottom: none;
	background: #cbcbcb;
	color: #999999;
	text-decoration: none;
}

/*------------------------------------------------
エントリーカレンダ本日表示用
-----------------------------------------------*/

table.calender tr td SPAN.today {
border: 1px solid #000000;

text-align: center;
display: block;
}
table.calender tr td SPAN.stoday {
border: 1px solid #000000;

color: #2222CC;
text-align: center;
display: block;
}
table.calender tr td SPAN.htoday {
border: 1px solid #000000;

color: #CC2222;
text-align: center;
display: block;
} 

/*------------------------------------------------
	過去ログ表示
------------------------------------------------*/
ul.archive {
	overflow: hidden;
	zoom: 1;
}
ul.archive li {

	margin: 0;
	padding: 0;
	background: none;
}
/*------------------------------------------------
	エントリータグクラウド表示
------------------------------------------------*/
ul.tagcloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	line-height: 1;
}
/*------------------------------------------------
	ギャラリー系
------------------------------------------------*/
#gallery ul li {
	display: inline;
	padding: 0;
	background: none;
}
#gallery ul li img {
	margin: 0 0 4px 0;
	vertical-align: top;
}

/*------------------------------------------------
		サイドバーに新着画像を一覧表示
------------------------------------------------*/
ul.gallery {
	margin-bottom: -5px;
}
ul.gallery li {
	display: inline;
	padding: 0;
	background: none transparent;
}
ul.gallery li img {
	margin: 0px 1px 20px 0px;
	vertical-align: top;
}


/*------------------------------------------------
		リンクページ用
------------------------------------------------*/
dl.link dl{width:740px}

dl.link dt {
  clear: left;
  float: left;
  margin: 0 0 8px;
  width: 200px;
  border-left: solid 8px #EFEFCF;
  padding-left: 5px;
  color: #000;
}
dl.link dd { margin: 0 0 8px 220px;}
/*================================================
	5. ThickBox
================================================*/
#TB_window a:link img {
	opacity: 1;
}
#TB_window a:visited img {
	opacity: 1;
}
#TB_window a:hover img {
	opacity: 1;
}
#TB_window a:active img {
	opacity: 1;
}
#TB_window {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#TB_window img#TB_Image {
	border: none;
}
#TB_closeWindow a {
	padding: 1px 5px;
	font-size: 10px;
	text-transform: uppercase;
}
#TB_closeWindow a:link, #TB_closeWindow a:visited {
	background: #696969;
	color: #FFFFFF;
	text-decoration: none;
}
#TB_closeWindow a:hover, #TB_closeWindow a:active {
	background: #FFFFFF;
	color: #696969;
	text-decoration: none;
}


/*================================================
	6.ネタバレボタン
================================================*/
span.hidearea {
  line-height: 2.0;
  cursor: pointer;
  padding: 3px 10px;
  border: 2px solid #AAAAAA;
  background-color: #EEEEEE;
}
span.hidearea:active, span.hidearea:hover {
  background-color: #AAAAAA;
  color: #EEEEEE;
}
div.hidearea {
  padding: 5px 10px;
  border: 2px solid #AAAAAA;
  background-color: #EEEEEE;
}
div.hidearea {
  color: #EEEEEE;
}
