@charset "utf-8";
/*
	名称:
		wm_freo_def
	バージョン:
		0.0.4 (β)
	更新日:
		2010.07.10
	作者:
		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: #556161;/* 文字色★ */
	font-family: Arial, Verdana, Chicago, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	font-size: 80%;/* 文字サイズ★ */
	line-height: 1.6;
}
* html body table tr td, * html body table tr th {
	font-size: 80%;
	line-height: 1.6;
}
h1 {
	font-weight: bold;
	font-size: 150%;
	line-height: 1;
}
h2 {
	margin: 34px 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}
h3 {
	margin: 34px 0 13px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #F5F5F5;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}
h4 {
	margin: 13px 0;
	font-weight: bold;
}
h5 {
	margin: 13px 0;
	color: #878795;
	font-weight: bold;
}
h6 {
	margin: 13px 0;
	color: #A0A0B0;
	font-weight: bold;
}
address {
	margin: 13px 0;
}
p {
	margin: 13px 0;
}
br {
	letter-spacing: 0;
}
pre {
	width: 85%;
	margin: 13px 0;
	padding: 12px;
	overflow: auto;
	border: 1px solid #F5F5F5;
	background: #FAFAFA;
	color: #000000;
}
blockquote {
	margin: 13px 0;
	padding: 15px 28px;
	border: 5px solid #F5F5F5;
	color: #969696;
}
ol {
	margin: 13px 0;
	list-style: decimal inside;
}
ol li {

}
ul {
	margin: 13px 0;
}
ul li {
	padding: 0 0 0 13px;
	background: url("../images/wm_freo_def/list.gif") 0 0.2em no-repeat;
}
li li {
	background: url("../images/wm_freo_def/list2.gif") no-repeat 2px 5px;
}
dl {
	margin: 13px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #F5F5F5;
}
dl dt {
	border-bottom: 1px solid #F5F5F5;
	color: #B0B0B0;
}
dl dd {
	margin: 5px 0 5px 34px;
}
dl dd p, dl dd ol, dl dd dl {
	margin: 5px 0;
}
table {

}
table tr td, table tr th {
	padding: 12px;
	border: 1px solid #F5F5F5;
}
table tr th {
	background: #FAFAFA;
}
em {
	border-bottom: 3px double #B0B0B0;
}
strong {
	font-weight: bold;
}
code {
	color: #000099;
	font-family: Verdana, sans-serif;
}
/*------------------------------------------------
	リンク★
------------------------------------------------*/
a:link {
	color: #80A0B0;
	text-decoration: none;
}
a:visited {
	color: #A060B0;
	text-decoration: none;
}
a:hover {
	color: #C080D0;
	text-decoration: underline;
}
a:active {
	color: #C080D0;
	text-decoration: underline;
}
/*------------------------------------------------
	画像
------------------------------------------------*/
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;
	border: 1px solid #F5F5F5;
	color: #969696;
}
form p, form ol, form ul, form dl {
	margin: 5px 0;
}
form dl {
	padding: 0;
	border: none;
}
form dl dt {
	margin: 5px 0;
	border: none;
}
form dl dd {
	margin: 5px 0;
}
form ul li {
	padding: 0;
	background: none;
}
input, textarea {
	padding: 3px;
	border: 1px solid #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FAFAFA;
	color: #556161;
}
input[type="text"], textarea {
	width: 80%;
}
input[type="password"] {
	width: 150px;
}
input[type="submit"], input[type="button"] {
	border: 1px solid #686868;
	background: #696969;
	color: #FCFCFC;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #AFAFAF;
	background: #B0B0B0;
	color: #FCFCFC;
}
* html body form dl dd input, * html body form dl dd textarea {
	width: 80%;
}
/*================================================
	2. Layout
================================================*/
body {
	background: url("../images/wm_freo_def/body.gif") left top repeat-x #FAFAFA;
	text-align: center;
}
#container {
	width: 812px;
	margin: 0 auto;
	padding: 0 34px;
	border: 5px solid #F5F5F5;
	border-top: none;
	background: #FFFFFF;
	text-align: left;
}
* html body #container {
	width: 890px;
}
#header {
	padding: 0 0 21px 0;
}
#menu {

}
#content {
	float: left;
	width: 566px;
	overflow: hidden;
}
#utility {
	float: right;
	width: 246px;
	overflow: hidden;
}
#footer {
	float: none;
	clear: both;
	padding-top: 21px;
	zoom: 1;
}
/*================================================
	3. Detail
================================================*/
.complete {
	color: #009900;
}
p.complete, ul.complete {
	padding: 12px;
	border: 1px solid #009900;
	background: #ECF8EC;
	line-height: 1;
}
ul.complete li {
	padding: 0;
	background: none;
}
/*----------------------------------------------*/
.attention {
	color: #990000;
}
p.attention, ul.attention {
	padding: 12px;
	border: 1px solid #990000;
	background: #FBF2F0;
	line-height: 1;
}
ul.attention li {
	padding: 0;
	background: none;
}
/*----------------------------------------------*/
p.tag {
	padding: 0 0 0 13px;
	background: url("../images/wm_freo_def/tag.gif") 0 0.2em no-repeat;
	color: #B0B0B0;
}
/*----------------------------------------------*/
ul.continue {
	overflow: hidden;
	zoom: 1;
}
ul.continue li {
	float: right;
	padding: 0;
	background: none;
}
ul.continue li a {
	display: block;
	padding: 1px 8px 1px 13px;
}
ul.continue li a:after {
	content: "...";
}
ul.continue li a:link, ul.continue li a:visited {
	border-right: 5px solid #B0B0B0;
	background: #F5F5F5;
	color: #696969;
	text-decoration: none;
}
ul.continue li a:hover, ul.continue li a:active {
	border-right: 5px solid #E0E0E0;
	background: #FAFAFA;
	color: #B0B0B0;
	text-decoration: none;
}
/*----------------------------------------------*/
ul.information {
	color: #B0B0B0;
}
ul.link {
	clear: both;
	color: #B0B0B0;
	text-align: right;
}
ul.information li, ul.link li {
	display: inline;
	padding: 0;
	background: none;
}
ul.information li a:link, ul.information li a:visited,
ul.link li a:link, ul.link li a:visited {
	color: #969696;
	text-decoration: none;
}
ul.information li a:hover, ul.information li a:active,
ul.link li a:hover, ul.link li a:active {
	color: #D0D0D0;
	text-decoration: none;
}
ul.information li+li:before,
ul.link li+li:before {
	content: " | ";
	color: #E0E0E0;
}
/*----------------------------------------------*/
p.result {
	margin: 34px 0 13px 0;
	padding: 0 0 0 13px;
	background: url("../images/wm_freo_def/list.gif") 0 50% no-repeat;
	line-height: 1;
}
/*----------------------------------------------*/
.result_item {
	margin-top: 5px;
	padding: 12px 12px 12px 7px;
	border: 1px solid #F5F5F5;
	border-left: 5px solid #F5F5F5;
	background: #FFFFFF;
}
.result_item h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-size: 100%;
}
.result_item p {
	margin: 5px 0 0 34px;
	color: #969696;
}
/*----------------------------------------------*/
.toppage_entry, .toppage_page, .toppage_update {
	position: relative;
	margin: 34px 0 13px 0;
	padding-top: 13px;
	border-top: 1px solid #F5F5F5;
}
.toppage_entry h3, .toppage_page h3, .toppage_update h3 {
	position: absolute;
	top: -0.5em;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: #FFFFFF;
	font-size: 100%;
	color: #D0D0D0;
}
.toppage_entry p, .toppage_page p {
	margin: 0;
}
.toppage_update h4 {
	margin: 0;
	padding-left: 8px;
	border-left: 5px solid #F5F5F5;
	font-weight: normal;
}
.toppage_update ul.information {
	margin: 0 0 5px 0;
	padding-left: 8px;
	border-left: 5px solid #F5F5F5;
}
/*------------------------------------------------
	#header
------------------------------------------------*/
#header h1 {
	margin: 0 0 5px 0;
	padding: 21px 0 0 0;
}
#header h1 a:link, #header h1 a:visited {
	color: #556161;
	text-decoration: none;
}
#header h1 a:hover, #header h1 a:active {
	color: #B0B0B0;
	text-decoration: none;
}
#header p {
	margin: 0;
}
/*------------------------------------------------
	#menu
------------------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul {
	margin: 0;
	overflow: hidden;
	border: 1px solid #E5E5F5;
	background: #FAFAFF;
	zoom: 1;
}
#menu ul li {
	float: left;
	padding: 0;
	background: none;
}
#menu ul li a {
	display: block;
	padding: 5px 21px;
	border-right: 1px solid #E5E5F5;
	font-size: 12px;
}
#menu ul li a:link, #menu ul li a:visited {
	background: #FFFFFF;
	color: #556161;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a:active {
	background: #ECFCFC;
	color: #B0B0B0;
	text-decoration: none;
}
/*------------------------------------------------
	#entry
------------------------------------------------*/
#entry h2 {
	display: none;
}
.entry h3 {
	padding: 5px 0 5px 8px;
	border-left: 5px solid #B0C0C0;
	margin-bottom: 0;
	background: url("../images/wm_freo_def/h3.gif")0 0.2em no-repeat;
}
.entry h3 a:link, .entry h3 a:visited {
	color: #596969;
	text-decoration: none;
}
.entry h3 a:hover, .entry h3 a:active {
	color: #C0D0D0;
	text-decoration: none;
}
.entry ul.information {
	margin-top: 0;
	padding-left: 8px;
	border-left: 5px solid #D5E5E5;
	font-size: 12px; 
	color: #A5C5C5;
}
.entry .content {
	margin: 34px 0;
}
/*------------------------------------------------
	#entry_link, #page_link
------------------------------------------------*/
#entry_link, #page_link {
	margin: 34px 0 13px 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
#entry_link h3, #page_link h3 {
	display: none;
}
ul.entry_link, ul.page_link {
	color: #C0C0C0;
	text-align: center;
}
ul.entry_link li, ul.page_link li {
	display: inline;
	padding: 0;
	background: none;
}
ul.entry_link li.home, ul.page_link li.home {
	margin: 0 13px;
}
ul.entry_link li.previous:before, ul.page_link li.previous:before {
	content: "≪ ";
}
ul.entry_link li.home:before, ul.page_link li.home:before {
	content: " | ";
}
ul.entry_link li.home:after, ul.page_link li.home:after {
	content: " | ";
}
ul.entry_link li.next:after, ul.page_link li.next:after {
	content: " ≫";
}
/*------------------------------------------------
	#page
------------------------------------------------*/
#page {
	margin: 34px 0 13px 0;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
#page h2 {
	display: none;
}
ul.order, ul.direct {
	color: #D0D0D0;
	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: " | ";
	color: #E0E0E0;
}
ul.order li:nth-child(1):before {
	content: "≪ ";
}
ul.order li:nth-child(2):after {
	content: " ≫";
}
/*------------------------------------------------
	#trackback, #trackback_url,
	#comment, #comment_form
------------------------------------------------*/
#trackback, #trackback_url,
#comment, #comment_form {
	position: relative;
	margin: 34px 0 13px 0;
	padding: 12px;
	border: 1px solid #F5F5F5;
	color: #969696;
}
#trackback h2, #trackback_url h2,
#comment h2, #comment_form h2 {
	position: absolute;
	top: -0.5em;
	left: 12px;
	margin: 0;
	background: #FFFFFF;
	color: #E0E0E0;
	font-size: 120%;
}
* html body #trackback h2, * html body #trackback_url h2,
* html body #comment h2, * html body #comment_form h2 {
	left: 0;
}
#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-size: 100%;
}
.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 {
	margin: 0 0 0 29px;
	padding: 21px 0 0 16px;
	border-left: 1px solid #F5F5F5;
	color: #969696;
}
.utility:last-child {
	padding-bottom: 21px;
}
.utility h3 {
	margin: 0 0 8px -16px;
	padding: 0 0 0 8px;
	border-left: 8px solid #C5D5D5;
	color: #B0C0C0;
	background: url("../images/wm_freo_def/h3.gif")0 0.2em no-repeat;
}
.utility p, .utility ol, .utility ul, .utility dl {
	margin: 5px 0;
}
.utility ul li ul {
	margin: 0;
}
.utility dl {
	padding: 0;
	border: none;
}
.utility dl dd {
	margin-left: 8px;
}
.utility form {
	padding: 0;
	border: none;
	background: transparent;
}
.utility form dl dd {
	margin-left: 0;
}
/*------------------------------------------------
	#footer
------------------------------------------------*/
ul.page_top {
	margin: 0;
	overflow: hidden;
	border-top: 1px solid #F5F5F5;
	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: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1;
}
ul.page_top a:link, ul.page_top a:visited {
	background: #F5F5F5;
	color: #B0B0B0;
	text-decoration: none;
}
ul.page_top a:hover, ul.page_top a:active {
	background: #F0F0F0;
	color: #696969;
	text-decoration: none;
}
p.copyright {
	margin: 13px 0 0 0;
	color: #D0D0D0;
	text-align: right;
}
ul.powered {
	margin: 0 0 13px 0;
	color: #D0D0D0;
	text-align: right;
}
ul.powered li {
	display: inline;
	padding: 0;
	background: none;
}
p.copyright a:link, p.copyright a:visited,
ul.powered a:link, ul.powered a:visited {
	color: #D0D0D0;
	text-decoration: none;
}
p.copyright a:hover, p.copyright a:active,
ul.powered a:hover, ul.powered a:active {
	color: #696969;
	text-decoration: underline;
}
/*================================================
	4. Plugin
================================================*/
/*------------------------------------------------
	エントリーカレンダー表示
------------------------------------------------*/
table.calender {
	width: 190px;
}
table.calender caption {
	border: 1px solid #F5F5F5;
	border-bottom: none;
	background: #FAFAFA;
	color: #969696;
	font-size: 12px;
	text-align: center;
}
table.calender tr td, table.calender tr th {
	padding: 0;
	border: 1px solid #F5F5F5;
	background: #FAFAFA;
	color: #969696;
	font-size: 10px;
	text-align: center;
	line-height: 2;
}
table.calender tr th {
	background: #F5F5F5;
}
table.calender tr td a {
	display: block;
}
table.calender tr td a:link, table.calender tr td a:visited {
	background: #FFFFFF;
	text-decoration: none;
}
table.calender tr td a:hover, table.calender tr td a:active {
	background: #F0F0F0;
	text-decoration: none;
}
.satday {
	color: #4444cc;
}
.sunday {
	color: #cc4444;
}
a .day, a .satday, a .sunday {
	font-weight: bold;
	text-decoration: underline;
}
.today {
	background-color: #aaaaee;
}

/*------------------------------------------------
	新着エントリー・新着トラックバック・新着コメント
------------------------------------------------*/
dl.recent dd {
	color: #F0B0B0;
	font-size: 12px;
}
/*------------------------------------------------
	過去ログ表示
------------------------------------------------*/
ul.archive {
	overflow: hidden;
	zoom: 1;
}
ul.archive li {
	float: left;
	width: 49%;
	padding: 0;
	background: none;
}
ul.archive li a {
	display: block;
	padding: 0 0 0 13px;
	background: url("../images/wm_freo_def/list.gif") 0 0.2em no-repeat;
}
/*------------------------------------------------
	エントリータグクラウド表示
------------------------------------------------*/
ul.tagcloud li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	color: #D0D0D0;
	line-height: 1;
}
/*------------------------------------------------
	ギャラリー系
------------------------------------------------*/
#gallery ul li {
	display: inline;
	padding: 0;
	background: none;
}
#gallery ul li img {
	margin: 0 0 4px 0;
}
/*================================================
	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;
}
