@charset "UTF-8";

/*
-----------------------------------------------------
livedoor Blog CSS
    Name: autumn_night_3c
 Version: 2009.02.18
(Release: 2007.09.28)
-----------------------------------------------------
*/


/* ++css index
	1.Global
	2.Common
	3.Main (entry)
	4.Article
	5.Category / Monthly
	6.Side Column
	7.Calendar
	8.Plugins
	9.Ad
*/


/**********************************
  =1.Global 
**********************************/

* {
	word-break:break-all;
	font-family:verdana, arial, sans-serif;
}

body {
	margin: 0;
	padding: 0 0 30px;
	background: #000;
	text-align: center;
	color: #fff;
}
a {
	color:#ff9c00;
}
a:hover {
	text-decoration:none;
}
h1 ,
h2 ,
h3 {
	margin: 0;
	padding: 0;
}
blockquote {
	border: 2px solid #ff9c00;
	padding: 10px;
	margin: 10px;
	text-align:left;
}
pre {
	background:#f1f6ff;
	padding: 10px;
	margin: 10px;
	text-align:left;
	color:#6c717a;
}


/**********************************
  =2.Common
**********************************/

table#header{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/header.gif) repeat-x left bottom;
	font-size: 75%;
	color: #fff;
}
table#header a {
	color: #fff;
}
table#header a:hover {
	color: #444;
}

#container{
	width: 800px;
	background: #fff url(http://parts.blog.livedoor.jp/img/usr/autumn_night/main.jpg) no-repeat;
	margin: 0 auto;
	text-align: center;
}

#cgmmenu ul{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	font-size: 75%;
}
#cgmmenu ul li {
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/tab.gif) no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 100%;
	width: 80px;
	height: 22px;
}
#cgmmenu ul li a {
	display: block;
	padding: 5px 0 0;
	text-decoration: none;
	color: #fffdec;
}
#cgmmenu ul li a:hover {
	text-decoration: underline;
}

#banner{
	clear: both;
	width: 100%;
	height: 215px;
	text-align:left;
	color:#fff;
}
#banner a {
	color:#fff;
	text-decoration:none;
}
#banner a:hover {
	text-decoration:underline;
}
#banner h1.blogtitle{
	padding: 15px 80px 0;
	font-size: 150%;
}
#banner div.description {
	padding: 0 80px;
	line-height: 135%;
	font-size: 90%;
}
#blogcontainer{
	width: 780px;
	margin:0 auto;
	padding: 0 0 30px;
	height:1%;
}
#wrapper{
	float: left;
	width: 590px;
}

#content{
	float:right;
	width:400px;
	text-align:left;
}
#contentin{}
#left{
	float:left;
	width:180px;
}
#right{
	float:right;
	width:180px;
}
/* overflow hidden */
div#content
, div#left
, div#right {
	overflow: hidden;
}

#lefttop ,
#leftbody ,
#leftbottom ,
#righttop ,
#rightbody ,
#rightbottom {}

#footer {
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/footer.gif);
	padding: 16px 0;
}
#outfooter{}

/**********************************
  =3.Main (entry) 
**********************************/

div.datetop{}
div.fullbody
, div#articlebody {
	background: #000 url(http://parts.blog.livedoor.jp/img/usr/autumn_night/3c/entry_title.gif) no-repeat;
	position: relative;
}
div.fullbody {
	margin-bottom: 20px;
	padding-top: 5px;
}
div#articlebody {
	padding-bottom: 5px;
	height: 1%;
}
div.dateend{}

/* in div.fullbody */
div.datebody {}
div.datebody h2.date {
	position: absolute;
	top: 25px;
	right: 10px;
	text-align: right;
	font-size: 75%;
	font-weight: normal;
	color: #ff9c00;
}
div.blogbodytop{}
div.blogbody{
	padding: 0 0 30px;
	text-align: left;
}
div.blogbodybottom
, div#articlebottom {
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/3c/entry_bottom.gif) no-repeat;
	padding: 2px 0;
}

/* in div.blogbody */
div.titlebody{}
div.titlebody h3.title{
	padding: 60px 10px 0;
	line-height: 137%;
	font-size: 90%;
	font-weight: bold;
	color: #d22400;
}
h3.title a{
	text-decoration: none;
	color: #d22400;
}
h3.title a:hover{
	color: #f63;
}
div.main
, div.mainmore {
	height: 1%;/* for ie6 Peekaboo Bug */
	padding: 5px 0px 20px;
	margin: 0 10px;
	line-height: 147%;
	font-size: 82%;
}

img.pict {
	margin: 0 5px 5px 0;
}

/* related articles */
div.related-articles{
	margin: 25px 10px 0;
}
div.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 90%;
	color: #d22400;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dotw.gif) no-repeat 0 50%;
	padding: 0 0 5px 9px;
	margin-left: 5px;
	font-size: 75%;
}

div.portal-links {
	padding: 5px 10px 12px;
	text-align: right;
	font-size: 75%;
	color:#7f7f7f;
}
div.portal-links a{}
div.posted{
	padding: 5px 10px;
	text-align: right;
	line-height: 150%;
	font-size: 75%;
	color:#7f7f7f;
}
div.posted img.clipbutton{
	border:none;
}

/**********************************
  =4.Category / Monthly
**********************************/

div#categorytitlebody{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/3c/category_top.gif) no-repeat;
	padding-top: 0;
}
div#categorytitlebody h2#categorytitle{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/3c/category_bottom.gif) no-repeat bottom;
	margin-bottom:15px;
	padding: 7px 3px;
	text-align:center;
	font-size: 90%;
	font-weight: bold;
}

div.nextpage{
	text-align: right;
	margin: 5px;
	font-size: 82%;
	color: #7f7f7f;
}


/**********************************
  =5.Article
**********************************/

div.menu{
	margin:0 0 10px;
	text-align:center;
	font-size: 82%;
	color:#7f7f7f;
}

div#articletop ,
div.comblogbodybottom ,
div#blogcommentbottom ,
div#contentcommentbottom{}

/* =subspace */
div.subspace{
	margin: 5px 10px;
}
/* part top */
div.trackbackurltop ,
div#trackbacktop ,
div#commenttop ,
div.formbodytop {}

/* part bottom */
div.trackbackurlbottom ,
div#commentbottom ,
div#trackbackbottom ,
div.formbodybottom {}

/* part body */
div.trackbackurlbody ,
div#trackback ,
div#comment {
	margin:0 auto 20px;
}
div#takecomment{}

/* part title */
div.trackbackurlbody h3.trackbackurlttl ,
div#trackback h3.trackbackhead ,
div#comment h3.commenthead ,
div#takecomment h3.takecommenthead {
	font-size: 90%;
	color: #d22400;
}

/* Trackback URL */
div.trackbackurlbody div.trackbackurl {
	margin:15px 0 0;
	text-align:left;
	font-size: 75%;
}
div.trackbackurl table{
	width:330px;
	margin:0 auto;
}
div.trackbackurl table td{
	text-align:right;
}
div.trackbackurl table td input.trackbackbox{
	width:255px;
}
div.trackbackurl input{
	padding:2px 0;
}

/* Trackbacks & Comments */
div#comment div#commentbody ,
div#trackback div#trackbackbody {
	margin:15px 10px 0;
	font-size:12px;
}
div#commentbody div.commentttl ,
div#trackbackbody div.trackbackttl{}

div#commentbody div.commenttext ,
div#trackbackbody div.trackbacktext{
	margin:5px auto 10px;
	padding-left:15px;
	line-height:16px;
}

/* Comment Form */
div#takecomment div#takecommentbody{}

div#formbody{
	margin-top:20px;
}
div#formbody table.form{
	margin:0px auto;
	font-size:12px;
	width:280px;
}
div#formbody table.form th{
	font-weight:normal;
	padding:2px 5px 2px 0;
	text-align:right;
	white-space:nowrap;
}
div#formbody table.form td{
	padding:2px 0;
}
div#formbody table.form td span{
	margin-right:5px;
}
	input#author{
		width:75%;
	}
	input#email{
		width:75%;
	}
	input#url{
		width:75%;
	}
	input#bake{}
	textarea#text{
		width:90%;
		height:200px;
	}
	input.button{
		margin-top:10px;
		padding:2px 0;
		width:80px;
	}

/* Error */
div#takecomment div#error {
	border:2px solid #f00;
	margin:10px 0;
	padding:10px 15px;
	line-height:125%;
	font-size:12px;
	font-weight:bold;
	color:#f00;
}
div#takecomment #error span{
	font-weight:normal;
}

/* Login */
div#takecomment div#takecommentbody div.loginon ,
div#takecomment div#takecommentbody div.loginoff {
	margin:5px 10px;
	font-size:12px;
}
div#takecomment div#takecommentbody div.loginon a ,
div#takecomment div#takecommentbody div.loginoff a {}

/* 顔文字 */
div#formbody {
	position: relative;
}
div#formbody table.form #emoji {
	top: 124px!important;
	left: 60px!important;
} * html div#formbody table.form #emoji {
	top: 132px!important;
	left: 48px!important;
}

div#comment-form-body tr.input-comment-body td div.textarea-outer {
	position: static;
}


/**********************************
  =6.Side Column
**********************************/

div.sidetitlebody{
	background: #000 url(http://parts.blog.livedoor.jp/img/usr/autumn_night/sidetitle_top.gif) no-repeat;
	padding-top: 5px;
}
div.sidetitlebody div.sidetitle{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/sidetitle_body.gif) no-repeat bottom;
	padding: 10px 0 10px 43px;
	text-align:left;
	font-size:82%;
	font-weight:bold;
	color:#d22400;
}
div.sidetitlebody div.sidetitle a{
	color:#d22400;
}
div.sidetop{}
div.side{
	background: #000;
	padding:10px 0 25px;
	text-align:center;
	line-height:135%;
	font-size:12px;
}
div.side a:visited{
	color:#606060;
}
div.sidebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/autumn_night/sidebody_dot.gif) no-repeat 0 8px;
	line-height:18px;
	padding-left:8px;
	margin:0 7px 5px 10px;
	text-align:left;
}
div.sidebottom{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/sidetitle_bottom.gif) no-repeat;
	padding: 2px 0;
	margin-bottom: 15px;
}


/**********************************
  =7.Calendar
**********************************/

div.calendarheadbody{
	background: #000 url(http://parts.blog.livedoor.jp/img/usr/autumn_night/sidetitle_top.gif) no-repeat;
	padding-top: 8px;
}
div.calendarheadbody div.calendarhead{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/sidetitle_bottom_calender.gif) no-repeat bottom;
	padding-bottom: 8px;
	text-align:center;
	font-size:82%;
	font-weight:bold;
	color:#d22400;
}
div.calendarheadbody div.calendarhead a{
	color:#d22400;
	text-decoration:none;
}
div.caltop{}
div.calbody{
	background-color: #000;
	padding: 10px 0;
	text-align: center;
}
div.calbody table.caltbl{
	width: 170px;
	margin: 0 auto;
}
div.calbody table.calendartable{}
	td.caltblwkbg{}
	td.calendarwd{}

	td table.caltblwk{}
	td table.caltblwk td{
		width: 23px;
		padding: 3px 0;
		text-align:center;
		font-size: 75%;
		font-weight:bold;
	}
	td table.caltblwk td.weekday{}
	td table.caltblwk td.sat{}
	td table.caltblwk td.sun{}
	td table.caltblwk td span.calendarweek{
		color:#7f7f7f;
	}

	td.caltbldaybg{}
	td table.caltblday{
		margin:0 auto;
	}
	td table.caltblday tr.even{}
	td table.caltblday tr.odd{}
	td table.caltblday td{
		width: 23px;
		height: 18px;
		padding: 3px 0;
		text-align: center;
		font-size: 75%;
	}
	td table.caltblday td.caloff {}
	td table.caltblday td.calendard {}
	td table.caltblday td.calendardbg {}

	td table.caltblday td span.calendar{
		color:#fff;
	}
	td table.caltblday td.calon {
		background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/calender_day.gif) no-repeat center;
		color: #ff9c00;
	}
	td table.caltblday td.calon a {
		font-weight: bold;
		text-decoration: none;
	}

div.calbottom{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/menu_bot.gif) no-repeat;
	padding: 2px 0;
	margin-bottom: 15px;
}


/**********************************
  =8.Plugins
**********************************/

input.sf{
	width: 100px;
	margin-right:3px;
}
.moblogbody ,
.linkme ,
.skypeme{
	text-align:center;
}
.afbody{
	text-align:center;
	padding-bottom:10px;
}
.afbody img{
	margin-bottom:3px;
}
.photo{
	text-align:center;
}
.nickname{
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}
.message{
	text-align:left;
	font-size:12px;
	margin-bottom:10px;
	line-height:125%;
}
.blogtimes{
	margin:10px auto;
	text-align:center;
	width:180px;
}
.newslist{
	padding-right:5px;
}

/* Side Banners */
.elsehead{}
.elsebody{
	text-align:center;
}
.elsebottom{}

/**********************************
  =9.Ad
**********************************/

#ad{
	background: url(http://parts.blog.livedoor.jp/img/usr/autumn_night/3c/entry_line.gif) no-repeat;
	padding-top: 10px;
	margin-top: 5px;
	text-align:center;
}
#ad iframe{
	width:320px;
	margin:0 auto;
}
body.ad{
	background:transparent;
}
a.adtitle{
	color:#ff9c00;
	font-weight:bold;
	text-decoration:underline;
}
a.addescription{
	color:#7f7f7f;
	text-decoration:none;
}
a.adurl{
	color:#008000;
	text-decoration:none;
}
a.adld{
	color:#999;
}
