@charset 'utf-8';
/*
	Skin Name: wdp1_reunion
	Last update: 2008-04-20
	Author: wmks
	Author URL: http://www.usamimi.info/~witchmakers/
	☆で検索すると大まかな色指定部分に飛びます
*/
/*============================================
	1.リセット
============================================*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, dt, dd, ul, ol, li, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
address, code, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
/*------------------------------------------*/
@media screen {
	body {
		letter-spacing: 1px;
	}
	br {
		letter-spacing: 0;
	}
}
/*------------------------------------------*/
div {
	zoom: 1;/*for IE 5.5-7*/
}
div:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*============================================
	2.基本
============================================*/
body {
	color: #505050;/*基本文字色☆*/
	font-family: "MS UI Gothic","verdana", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11pt;
	line-height: 1.8;
}
th, td {
	font-size: 11pt;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 2px;
}
strong {
	font-weight: bold;
}
em {
	padding: 0 0.5em;
	background: #F0F0F0;
}
/*--------------------------------------------
	リンク☆
--------------------------------------------*/
a:link {
	text-decoration: underline;
	color: #00C0D8;
}
a:visited {
	text-decoration: none;
	color: #00C0D8;
}
a:hover {
	text-decoration: underline;
	color: #BABABA;
}
a:active {
	text-decoration: underline;
	color: #BABABA;
}
/*--------------------------------------------
	フォーム☆
--------------------------------------------*/
legend {
	display: none;
}
input, textarea, select {
	border: 1px solid #808080;
	background: #FFFFFF;
	color: #404040;
	font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11pt;
}
/*↓IE6以下は無効*/
textarea:hover,
select:hover,
input[type="text"]:hover,
input[type="password"]:hover {
	border: 1px solid #00C0D8;
	background: #FFFFFF;
}
/*↓IEは無効*/
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border: 1px solid #00C0D8;
	background: #FFFFFF;
}
/*--------------------------------------------
	スクロールバー（IEのみ☆）
--------------------------------------------*/

/*--------------------------------------------
	新着マーク☆
--------------------------------------------*/
em.new {
	padding: 0 0.5em;
	border: 1px solid #F3CA69;
	background: transparent;
	text-transform: uppercase;
	color: #F3CA69;
	font-size: 10px;
}
/*============================================
	3.レイアウト
============================================*/
body {
	text-align: center;
	background: url("./img/body.gif") 0 0 repeat-x #E6E6E6;/*背景色☆*/
}
#container {
	width: 800px;
	margin: 0 auto;
	border: 5px solid #F0F0F0;
	border-top: none;
	background: #FFFFFF;/*本体の背景色☆*/
	text-align: left;
}
html>body #container {
	width: 790px;
}
#header {
	height: 150px;
	background: url("./img/title.jpg") 0 0 no-repeat;/*タイトル後ろ画像*/
	text-align: center;
}
#menu {
	margin-bottom: 5px;
	background: #505050;
}

#counter {
	background: #FFFFFF;
	border-color: #F0F0F0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;

}

#twitter_div {
	background: #FFFFFF;
	color: #5d5d5d;
	border-color: #F0F0F0;
	margin: 10px 30px;
	padding:0 10px;	
	border-style: none;
	border-width: 1px 1px 1px 1px;
}

#twitter_div h2{
	font-weight: bold;
}

#twitter_update_list{
	list-style-type: square;
}


#navigation {
	float: none;
	clear: both;
	background: #505050;
}
#navigationA {
	float: left;
	width: 395px;
}
#navigationB {
	float: right;
	width: 395px;
}
@media screen, print {
	#navigationA, #navigationB {
		overflow: hidden;
	}
}
#navigation hr {
	float: none;
	clear: both;
	visibility: hidden;
	height: 0;
	width: 0;
}
#diary {
	float: none;
	clear: both;
}
#trackback, #comment, #page, #navi,
#contents, #form, #work, #env, #status, #canvas {
	float: none;
	clear: both;
	margin-bottom: 40px;
}
#footer {
	float: none;
	clear: both;
}
/*============================================
	4.詳細
============================================*/
/*--------------------------------------------
	ヘッダー
--------------------------------------------*/
#header h1 {
	margin: 0 30px;
	padding: 50px 0 3px 0;
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	letter-spacing: 10px;
}
/*------------------------------------------*/
#header h1 a:link,
#header h1 a:visited {
	text-decoration: none;
	color: #404040;
}
#header h1 a:hover,
#header h1 a:active {
	text-decoration: none;
	color: #BABABA;
}
/*------------------------------------------*/
#header p {
	margin: 0 30px;
	color: #808080;
	font-size: 10pt;
	letter-spacing: 2px;
}
/*--------------------------------------------
	メニュー
--------------------------------------------*/
#menu h2 {
	display: none;
}
#menu ul li {
	display: inline;
}
/*------------------------------------------*/
#menu ul li a {
	display: block;
	float: left;
	width: 100px;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
#menu ul li a:link,
#menu ul li a:visited {
	text-decoration: none;
	background: #505050;
	color: #FFFFFF;
}
#menu ul li a:hover,
#menu ul li a:active {
	text-decoration: none;
	background: #FFFFFF;
	color: #303030;
}
/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/
#navigation div.block {
	margin: 20px 30px;
	color: #CACACA;
}
#navigation div.block h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #707070;
	text-transform: uppercase;
	text-align: right;
	color: #909090;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 5px;
}
#navigation div.block ul li {
	padding-left: 16px;
	background: url("./img/mark01.gif") 0 0.5em no-repeat;
}
#navigation div.block ul li ul li {
	padding-left: 16px;
	background: url("./img/mark02.gif") 0 0.5em no-repeat;
}
#navigation div.block dt {
	padding-left: 16px;
	background: url("./img/mark01.gif") 0 0.5em no-repeat;
}
#navigation div.block dd {
	margin-left: 12px;
	font-size: 10px;
}
/*------------------------------------------*/
#navigation a:link,
#navigation a:visited {
	border-bottom: 1px solid #808080;
	text-decoration: none;
	color: #FAFAFA;
}
#navigation a:hover,
#navigation a:active {
	border-bottom: 1px solid #606060;
	text-decoration: none;
	color: #808080;
}
#navigation a img {
	border: none;
}
/*--------------------------------------------
		# コンテンツ
--------------------------------------------*/
#navigation div.contentslist ul li {
	background: url("./img/mark03.gif") 0 0.3em no-repeat;
}
/*--------------------------------------------
		# ミニ画像
--------------------------------------------*/
#navigation div.image img {
	margin-top: 4px;
}
/*--------------------------------------------
		# アーカイブ
--------------------------------------------*/
#navigation div.archives ul li {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
#navigation div.archives ul li a {
	white-space: nowrap;
	margin-right: 10px;
}
/*--------------------------------------------
		# カレンダー
--------------------------------------------*/
#navigation div.calendar h2 a {
	border-bottom: none;
	font-weight: normal;
}
#navigation div.calendar table {
	width: 250px;
}
#navigation div.calendar tr.week td {
	background: #808080;
	color: #404040;
}
#navigation div.calendar table td {
	border: 1px solid #808080;
	text-align: center;
	color: #CACACA;
	font-size: 10px;
}
/*------------------------------------------*/
#navigation div.calendar td a {
	display: block;
}
#navigation div.calendar td a:link,
#navigation div.calendar td a:visited {
	border: none;
	background: #BABABA;
	color: #404040;
}
#navigation div.calendar td a:hover,
#navigation div.calendar td a:active {
	border: none;
	background: #404040;
	color: #EAEAEA;
}
/*------------------------------------------*/
#navigation div.calendar table td.today {/*カレンダー本日☆*/
	font-weight: bold;
}
/*--------------------------------------------
		# 検索窓
--------------------------------------------*/
#navigation div.search input {
	border: 1px solid #808080;
	background: #404040;
	color: #FAFAFA;
}
/*↓IE6以下は無効*/
#navigation div.search input[type="text"]:hover,
#navigation div.search input[type="text"]:focus {
	border: 1px solid #00C0D8;
	background: #404040;
	color: #FAFAFA;
}
/*--------------------------------------------
	ログ
--------------------------------------------*/
#diary h2 {
	display: none;
}
#diary .diary {
	margin-bottom: 40px;
}
#diary .diary h3 {
	padding: 20px 30px 20px 30px;
	border-top: 1px solid #F5F5F5;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}
#diary .diary h3 span.date {
	display: inline;
	float: right;
	width: 10em;
	text-align: right;
	font-family: "Georgia", serif;
	font-weight: bold;
	letter-spacing: 1px;
}
#diary .diary .text {
	margin: 0 30px;
}
/*------------------------------------------*/
#diary ul.info {
	float: none;
	clear: both;
	margin: 0 30px;
	text-align: right;
}
#diary ul.info li {
	display: inline;
	margin-left: 5px;
	color: #808080;
	font-size: 10px;
}
/*------------------------------------------*/
#diary ul.info a:link,
#diary ul.info a:visited {
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	color: #808080;
}
#diary ul.info a:hover,
#diary ul.info a:active {
	border-bottom: 1px solid #FAFAFA;
	text-decoration: none;
	color: #BABABA;
}
/*------------------------------------------*/
#diary a.listOpen {
	text-decoration: none;
	font-size: 10px;
}
/*--------------------------------------------
	コメント・TB（一覧）
--------------------------------------------*/
#diary .list {
	margin: 0 30px 40px 100px;
}
#diary .list h4 {
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 4px;
}
#diary .list ul {
	padding-top: 10px;
	background: url("./img/border01.gif") 0 -19px repeat-x;
	font-size: 10px;
	list-style: disc inside;
}
#diary .list dl dt {
	padding-top: 10px;
	background: url("./img/border01.gif") 0 -19px repeat-x;
	text-align: right;
	color: #808080;
	font-size: 10px;
}
#diary .list dl dd {
	border-top: none;
}
#diary .list dl dd p {
	padding-bottom: 10px;
}
/*--------------------------------------------
	コメント・TB（個別）
--------------------------------------------*/
#trackback h2, #comment h2 {
	margin: 0 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 4px;
}
#trackback ul, #comment ul {
	margin: 0 30px 10px 100px;
	text-align: right;
}
#trackback dl {
	margin: 0 30px 10px 100px;
	padding-top: 10px;
	background: url("./img/border01.gif") 0 -19px repeat-x;
}
#trackback dd {
	font-size: 10px;
}
#comment .comment {
	margin: 0 30px 0 100px;
	padding-top: 10px;
	background: url("./img/border01.gif") 0 -19px repeat-x;
}
#comment .comment h3 {
	text-align: right;
	color: #808080;
	font-size: 10px;
}
.comment .text p {
	margin: 0 0 10px 0;
}
/*--------------------------------------------
	ページ移動
--------------------------------------------*/
#page h2, #navi h2 {
	display: none;
}
#page ul, #navi p, #navi dl, #navi ul {
	margin: 0 30px;
	text-transform: uppercase;
	color: #B0B0B0;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 2;
}
#navi dt {
	display: none;
}
#navi dd {
	float: left;
	clear: left;
}
#navi ul {
	text-align: right;
}
#page ul li,#navi ul li {
	display: inline;
}
/*------------------------------------------*/
#page ul li,
#navi ul li {
	padding: 0 2px;
}
#page ul a:link,
#page ul a:visited,
#navi ul a:link,
#navi ul a:visited {
	padding: 1px 5px;
	border: 1px solid #EAEAEA;
	background: transparent;
	text-decoration: none;
	color: #404040;
}
#page ul a:hover,
#page ul a:active,
#navi ul a:hover,
#navi ul a:active {
	padding: 1px 5px;
	border: 1px solid #EAEAEA;
	background: #F0F0F0;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	コンテンツ・フォーム・管理ページ等
--------------------------------------------*/
#contents h2, #form h2, #env h2, #status h2, #work h2, #canvas h2 {
	padding: 20px 30px 20px 30px;
	border-top: 1px solid #F5F5F5;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 5px;
}
#contents h3, #env h3, #status h3 {
	margin: 0 30px 20px 30px;
	padding-left: 15px;
	border-left: 5px solid #404040;
}
#contents h4, #contents h5, #contents h6 {
	margin: 0 30px 20px 30px;
	padding-left: 15px;
	border-left: 5px solid #BABABA;
}
#contents p, #contents dl, #contents ul, #contents ol, #contents table,
#form p, #form dl, #form ul,
#env p, #env dl, #env ul, #env table,
#status p, #status dl, #status ul,
#work p, #work dl {
	margin: 0 30px 20px 30px;
}
#contents table th,
#env table th {
	padding: 5px;
	border: 1px solid #EAEAEA;
	background: #FAFAFA;
	text-align: center;
}
#contents table td,
#env table td {
	padding: 5px;
	border: 1px solid #EAEAEA;
}
#contents img {
	margin: 0 0 4px 0;
}
#status dt {
	float: left;
	clear: left;
	width: 10em;
}
#work dl {
	margin-bottom: 0;
}
#work dt {
	display: none;
}
#work dd {
	float: left;
	clear: left;
}
/*--------------------------------------------
		# アルバム（アプロードファイル一覧）
--------------------------------------------*/
#contents ul.album {
	margin-bottom: 0;
	list-style: none;
}
#contents ul.album li {
	display: inline;
}
#contents ul.album li a {
	display: block;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	font-size: 10px;
}
#contents ul.album li a:link,
#contents ul.album li a:visited {
	background: #FAFAFA;
	color: #404040;
}
#contents ul.album li a:hover,
#contents ul.album li a:active {
	background: #EFEFEF;
	color: #404040;
}
/*--------------------------------------------
		# アイコンリスト
--------------------------------------------*/
#contents ul.iconList li {
	margin: 0 0 10px 0;
	padding: 5px;
}
#contents ul.iconList li img {
	margin: 0 20px 0 0;
	vertical-align: middle;
}
/*--------------------------------------------
		# 入力フォーム
--------------------------------------------*/
#form form textarea {
	width: 320px;
}
#form form dt {
	float: left;
	clear: left;
	width: 8em;
	text-transform: uppercase;
}
#form form dd {
	margin-bottom: 10px;
}
#env form dd {
	margin-bottom: 10px;
}
#navi form p input,
#contents form p input, #form form p input, #env form p input, #work form p input {
	width: 9em;
	border: 1px solid #909090;
	background: #808080;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 1px;
}
/*--------------------------------------------
		# トラックバックURL
--------------------------------------------*/
#contents input.trackbackUrl {
	width: 80%;
	padding: 1px 5px;
	border: 1px dashed #404040;
}
/*--------------------------------------------
		# 絵アプレット
--------------------------------------------*/
#canvas applet {
	float: left;
	margin-left: 30px;
	margin-right: 5px;
}
/*--------------------------------------------
	フッター
--------------------------------------------*/
#footer ul {
	padding: 15px 30px;
	background: #303030;
	text-align: right;
}
#footer ul li {
	display: inline;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
#footer address {
	padding: 0 30px 15px 30px;
	background: #303030;
	text-align: right;
	color: #AAAAAA;
	font-size: 10px;
}
#footer address a.rssFeed {
	padding-left: 15px;
	background: url("./img/feedicon.gif") left center no-repeat;
}
/*------------------------------------------*/
#footer ul li a:link,
#footer ul li a:visited {
	border-bottom: 1px solid #808080;
	text-decoration: none;
	color: #FAFAFA;
}
#footer ul li a:hover,
#footer ul li a:active {
	border-bottom: 1px solid #606060;
	text-decoration: none;
	color: #808080;
}
/*------------------------------------------*/
#footer address a:link,
#footer address a:visited {
	text-decoration: none;
	color: #AAAAAA;
}
#footer address a:hover,
#footer address a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*--------------------------------------------
	本文装飾 ★
--------------------------------------------*/
.text h4 {
	margin: 0 0 20px 0;
	padding-left: 15px;
	border-left: 5px solid #404040;
}
.text h5 {
	margin: 0 0 20px 0;
	padding-left: 15px;
	border-left: 5px solid #BABABA;
}
.text h6 {
	margin: 0 0 20px 0;
	padding-left: 15px;
	border-left: 5px solid #EAEAEA;
}
.text p {
	margin: 0 0 20px 0;
}
.text blockquote {
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #F0F0F0;
	background: url("./img/pattern01.gif");
}
.text pre {
	width: 85%;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #909090;
	background: #4F4F4F;
	color: #FFFFFF;
}
@media screen, print {
	.text pre {
		overflow: scroll;
	}
}
.text dl {
	margin: 0 0 20px 0;
	padding: 0 0 0 17px;
	border-left: 3px solid #EAEAEA;
}
.text dt {
	font-weight: bold;
}
.text dd {
	margin: 0 0 0 12px;
}
.text ul {
	margin: 0 0 20px 0;
	list-style: square inside;
}
.text ul li ul {
	margin: 0 0 0 16px;
	list-style: disc inside;
}
.text ul li ol {
	margin: 0 0 0 16px;
	list-style: decimal inside;
}
.text ol {
	margin: 0 0 20px 0;
	list-style: decimal inside;
}
.text ol li ul {
	margin: 0 0 0 20px;
	list-style: disc inside;
}
.text ol li ol {
	margin: 0 0 0 20px;
	list-style: decimal inside;
}
.text table {
	margin: 0 0 20px 0;
}
.text table tr th {
	padding: 5px;
	border: 1px solid #EAEAEA;
	background: #FAFAFA;
	text-align: center;
}
.text table tr td {
	padding: 10px;
	border: 1px solid #EAEAEA;
}
/*------------------------------------------*/
.text img {/*本文内画像余白※変更する場合はサムネイルサイズの設定に注意*/
	margin: 0 10px 10px 0;
}
/*------------------------------------------*/
.text a:link img {
	border: 1px solid #00C0D8;
}
.text a:visited img {
	border: 1px solid #00C0D8;
}
.text a:hover img {
	border: 1px solid #111111;
}
.text a:active img {
	border: 1px solid #111111;
}
/*============================================
	5.おまけ
============================================*/
/*--------------------------------------------
	ページ移動プラグイン
--------------------------------------------*/
p.pluginPage {
	margin: 0 30px 30px 30px;
	padding: 3px 5px;
	background: #FAFAFA;
	text-align: right;
	color: #BABABA;
	font-size: 10px;
	letter-spacing: 3px;
}
/*--------------------------------------------
	パンくずリストプラグイン
--------------------------------------------*/
p.pluginTopicpath {
	margin: 0 30px 20px 30px;
	line-height: 2;
	color: #808080;
	font-size: 10px;
}
p.pluginTopicpath a {
	padding: 2px 5px;
}
p.pluginTopicpath a:link,
p.pluginTopicpath a:visited {
	background: #404040;
	text-decoration: none;
	color: #FFFFFF;
}
p.pluginTopicpath a:hover,
p.pluginTopicpath a:active {
	background: #EAEAEA;
	text-decoration: none;
	color: #404040;
}
/*--------------------------------------------
	タギングプラグイン（タグ）
--------------------------------------------*/
p.pluginTagging {
	text-align: right;
	line-height: 2;
	font-size: 10px;
}
p.pluginTagging a {
	margin-left: 5px;
	padding: 3px 5px;
}
p.pluginTagging a:link,
p.pluginTagging a:visited {
	border-left: 5px solid #CACACA;
	text-decoration: none;
	background: #F0F0F0;
	color: #404040;
}
p.pluginTagging a:hover,
p.pluginTagging a:active {
	border-left: 5px solid #808080;
	text-decoration: none;
	background: #E0E0E0;
	color: #404040;
}
/*--------------------------------------------
	タギングプラグイン（リスト）
--------------------------------------------*/
#navigation div.block ul.tag li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
	color: #BABABA;
}
#navigation div.block ul.tag li a:link,
#navigation div.block ul.tag li a:visited {
	text-decoration: none;
}
#navigation div.block ul.tag li a:hover,
#navigation div.block ul.tag li a:active {
	text-decoration: none;
}
/*--------------------------------------------
	ネタばれボタン用
--------------------------------------------*/
/*
	本体の入手→Right Bowerさん配布の『WebDiaryPro用タグエディタ（配布版）』
	※以下の指定はnetabare.cssでの指定より優先度が高くなります
	※仕様変更等により使えなくなった場合は以下の指定は削除してください
*/
.sfield {
	margin: 0 0 20px 0 !important;
	padding: 20px !important;
	border: 1px solid #F0F0F0 !important;
	background: url("./img/pattern01.gif") #FAFAFA !important;
}
.nbtn,
.nbtnc {
	padding: 3px 5px !important;
	border: 1px solid #909090 !important;
	background: #808080 !important;
	color: #FFFFFF !important;
}

#twitter_div{
	font-size:9pt;
	
}
