@charset "utf-8";
/*
Theme Name: DKZ
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

* {
	margin: 0px;
	padding: 0px;
}
html{
	overflow: scroll;
}
body {
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	text-align: left;
    font-size: 0.9em;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #000000;
}
a {
	overflow: hidden;
	outline: none;
}
a:visited, a:link {
	color: #4488ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF9900;
	text-decoration: underline;
}
img{
	border: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

/* ------------------------
コンテンツ
-------------------------- */
#main{
	padding-top: 20px;
	text-align: left;
}
table{
	min-width: 1000px;
	overflow: scroll;
}
table td{
	vertical-align: top;
}
#content_main{
	width: 630px;
	padding: 0px 50px 0px 20px;
}
div.article{
	margin-bottom: 30px;
}
#single{
	width: 630px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: left;
}
div.single_article{
	padding-bottom: 40px;
	border-bottom: 1px dotted #aaaaaa;
}
h2{
	color: #cc66ff;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #cc66ff;
}
p{
	margin-bottom: 10px;
}
p.date{
	text-align: right;
	color: #cc66ff;
	margin-bottom: 0px;
}
p.message_header{
	padding-top :15px;
	font-size: 1.3em;
	font-weight: bold;
}

/*------------------------
フッター
-------------------------- */
#footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#footer p{
	padding-right: 5px;
	font-size: 80%;
}
#footer p a{
	color: #ffffff;
}
#footer p a:hover{

}

/*------------------------
コメント
-------------------------- */
div.comment-body{
	width: 630px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaaaaa;
}
div.comment-author{
	float: left;
	text-align: center;
	width: 100px;
}
div.comment-author img{
}
div.comment-author{
	float: left;
	width: 100px;
	padding-right: 20px;
}
div.comment-content{
	float: left;
	width: 510px;
}
div.comment-meta{
	float: right;
	width: 510px;
	text-align: right;
}
div.comment_area{
	text-align: center;
	padding-bottom: 15px;
}
span.comment_time{
	color: #4488ff;
}

/*　マージン　*/

.mT5 {	margin-top: 5px;}
.mT10 {	margin-top: 10px;}
.mT15 {	margin-top: 15px;}
.mT20 {	margin-top: 20px;}

.mL5 {	margin-left: 5px;}
.mL15 {	margin-left: 15px;}
.mL10 {	margin-left: 10px;}
.mL20 {	margin-left: 20px;}
.mL60 {	margin-left: 60px;}

.mR5 {	margin-right: 5px;}
.mR7 {	margin-right: 7px;}
.mR10 {	margin-right: 10px;}
.mR20 {	margin-right: 20px;}
.mR25 {	margin-right: 25px;}

.mB5 {	margin-bottom: 5px;}
.mB10 {	margin-bottom: 10px;}
.mB15 {	margin-bottom: 15px;}
.mB20 {	margin-bottom: 20px;}
