/*	使用している色	*/
/*

ページ全体の背景色：	#080808
containerの背景色：	#1A1A1A
modの背景色：		#2d2d2d;
formの背景色：		#666666
containerの枠線：	#303030
containerの枠線：	#424242
全体の文字色：		#eeeeee
全体のリンク色：	#B38D5C
記事タイトル文字色：	#C7A774
記事日時文字色：	#c5c5c5
ナビの色：		#999999

*/

*{
	margin: 0;
	padding: 0;
	text-decoraion: none;
}


/*	リンクの設定	*/
a {
	color: #B38D5C;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
	color: #C7A774;
}



/*	ページ全体の設定	*/
body {
	text-align: left;
	font-size: medium;
	line-height: 1.2;
	letter-spacing: 0.05em; 
	font-family: "MyricaM M", Osaka, verdana, arial, sans-serif; 
	color: #eeeeee; 
	background-color: #080808;
}

li {
	list-style-type: none;
}

img {
	border: none; 
}



/*	各要素の指定	*/
#container {
	width: 740px; 
	margin-right: auto;
	margin-left: auto;
	background-color: #1a1a1a; 
	border-left: 1px solid #303030; 
	border-right: 1px solid #303030; 
}

#head {
	min-height: 73px;
	height:auto !important;
	height: 73px; 
	background: url(http://s.asablo.jp/css/common1/kk/bg_header.gif) repeat-x bottom; 
}


#center {
	width: 740px; 
	margin-bottom: 30px; 
}

#main {
	width: 680px; 
	margin: 30px 30px 0px 30px ; 
  	position: relative;
}

#footer {
	width: 710px;
	clear: both;
	padding-left:30px;
	padding-bottom:10px;
}



/* ブログのタイトル */
#head h1 {
	padding: 23px 0px 0px 30px; 
	text-align: left; 
	font-size: x-large; 
}
#head h1 a {
	color: #eeeeee;
}



/*	navi	*/
#navi-top {
	text-align: right; 
	margin-bottom: 2px;
	position: absolute;
	top: -26px;
	right: 0px; 
}

#navi-bottom {
	text-align: right; 
}


/*	ツールバーの設定	*/

#bottom {
	clear: both;
	width: 710px;
	padding:12px 0px 11px 30px;
}

.mod {
	width: 204px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right:23px;
	float: left; 
}

.mod-caption {
	font-size: 12px;
}

.mod-body{
	padding: 12px;
}

.mod-text{
	font-size: x-medium;
	text-align: left;
	line-height: 150%;
}

.mod-calendar,
.mod-comment,
.mod-trackback,
.mod-category,
.mod-description,
.mod-backno,
.mod-recent-articles,
.mod-message {
	border: 1px solid #424242; 
	background-color: #2d2d2d; 
}

/*	リスト	*/
li.mod-text{
	font-size: x-medium;
	line-height: 2;
	background: url(http://s.asablo.jp/css/common1/kk/point_list.gif) no-repeat;
	background-position: center left;
	padding-left: 10px;
	list-style-position: outside;
}

li.mod-link-to-archives{
	font-size: x-medium;
	padding-left: 10px;
}



/*	mod-captionの画像指定	*/
.mod-comment h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background:transparent url(http://s.asablo.jp/css/common1/kk/tooltitle_com.gif);
}

.mod-trackback h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_tb.gif);
}

.mod-category h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_cat.gif);
}

.mod-description h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_des.gif);
}

.mod-backno h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_bk.gif);
}

.mod-recent-articles h2.mod-caption{
	width: 204px;
	height: 23px;
	text-indent: -5000px;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_entry.gif);
}




/*	メッセージ	*/
.mod-message h2.mod-caption {
	font-size: x-medium;
	width: 174px;
	min-height:19px; 
	height:auto !important;
	height:19px; 
	padding: 2px 0 2px 30px;
	border-bottom: 1px solid #424242;
	background: url(http://s.asablo.jp/css/common1/kk/tooltitle_mess.gif) no-repeat;
}



/*	カレンダー	*/
table.calendar{
	width: 100%;
	height: 130px;
	text-align: center;
	font-size: x-medium;
}

table.calendar a{
	display: inline;
}

.calendar-title{
	text-align: center;
	font-size:medium;
	padding-bottom: 10px;
}



/*	記事	*/
.msg {
	border: 1px solid #424242;
	background-color: #2d2d2d; 
	padding: 12px 0px 11px 12px; 
	margin-bottom: 17px; 
}



/* 記事のタイトル */
.msg-title {
	width: 666px;
	font-size: 120%; 
	font-weight: bold; 
	position: relative;
	margin-bottom: 20px; 
	padding-reft: -12px;

	background-position: 100% 30%;
	color: #2d2d2d; 
}

.msg-title a {
	display: block;
	width: 646px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: 30px;
	left: 0px;
	text-align: left;
	color: #C7A774; 
}

.msg-date {
	background: url(http://s.asablo.jp/css/common1/kk/bg_msg_title.gif) no-repeat right bottom; 
	display: block;
	width: 656px;
	position: absolute;
	top: 5px;
	left: 0px;
	padding-right: 10px; 
	font-size: 70%; 
	font-weight: bold; 
	text-align: right;
	color: #c5c5c5; 
}



/*	記事の中身	*/
.msg-body {
	
	margin: 0px 13px 25px 10px; 
}

.msg-pict{
	margin: 0 0 15px 15px ;
	float: right;
	border: none;
}

.msg-footer {
	clear: both;
	font-size: 100%;
	margin-right: 13px; 
}

.msg-archives li{
  background: url(http://s.asablo.jp/css/common1/kk/point_list.gif) no-repeat;
  background-position: 1% 50%;
  padding-left: 20px;
  list-style-position: outside;
  list-style: none;
}

pre{
	border: 1px dotted #C7A774;
	margin: 1em 0 0 0;
	padding: 1em;
}

blockquote{
	border: 4px double #C7A774;
	margin: 1em 0 0 0;
	padding: 1em;
}



/*	コメント	*/
.comment-caption{
	border-top: none;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: medium;
	border-bottom: dashed 1px #424242;
	color: #B38D5C;
}

.comment-caption a{
	color: #B38D5C;
}

.comment-caption a:hover{
	text-decoration: none;
}

.comment-title{
	font-size: medium;
	padding: 0.2em;
	color: #B38D5C;
}

.comment-title a{
	border-bottom: 1px dotted #B38D5C;
}

.comment-title a:hover{
	border-bottom: none;
}
.comment-body{
	font-size: medium;
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form {
	font-size: medium;
	padding: 0.2em 1em 0.7em 1.2em;
}

.comment-form form p input {
	display: block;
	color:#ccc;
	background-color: #666666;
	border: 1px solid #424242;
	padding-left:2px;
	margin-bottom: 2px;
}

.comment-form form p br{
	display: none;
}

.comment-form textarea{
	display: block;
	color:#ccc;
	background-color: #666666;
	border: 1px solid #424242;
	font-size: medium;
	height: 80px;
	font-family:  "MyricaM M", Osaka, arial, sans-serif;
	width: 430px;
	padding-left: 2px;
}



/*	トラックバック		*/
.tb-caption{
	border-top: dashed 1px #424242;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: medium;
	border-bottom: none;
}

.tb-caption a:hover{
	text-decoration: none;
	color: #B38D5C;
}

.tb-title{
	font-size: medium;
	padding: 0.2em;
	color: #B38D5C;
}

.tb-url{
	padding: 0.5em 2em;
	font-size: medium;
}

.tb-body{
	font-size: medium;
	padding: 0.2em 1em 0.7em 1em;
}

.tb-attention{
	padding: 0.5em 1em;
}



/*	RSS,MAILPIA,ログアウト	*/
.mod-rss-button .mod-caption a,
.mod-mailpia-button .mod-caption a,
.mod-login-button .mod-caption a{
	color: #B38D5C;
}

.mod-rss-button .mod-caption a:hover,
.mod-mailpia-button .mod-caption a:hover,
.mod-login-button .mod-caption a:hover{
	text-decoration: underline;
	color: #C7A774;
}




