@charset "EUC-JP";

/*
-----------------------------------------------------
livedoor Blog CSS
 theme: ゴスロリ（2カラム）
        gothic_lolita_2c

 base Template: standard_blue_2c

  update: 2009.02.18
 release: 2007.10.31
-----------------------------------------------------
*/


/* ++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;
	background: #000;
	text-align: center;
	color: #fff;
}
a {
	color:#fff;
}
a:hover {
	text-decoration: none;
}
h1 ,
h2 ,
h3 {
	margin: 0;
	padding: 0;
}

/**********************************
  =2.Common
**********************************/

table#header {
	background: url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/header.gif);
	font-size: 82%;
}

#container {
	background: url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/banner.jpg) no-repeat center top;
	text-align: center;
}

#cgmmenu {
	width: 921px;
	margin: 0 auto;
}
#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/gothic_lolita/tab.gif) no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 100%;
	width: 70px;
	height: 67px;
}
#cgmmenu ul li a {
	display: block;
	padding: 7px 10px 5px;
	text-decoration: none;
	color: #fff;
}
#cgmmenu ul li a:hover {
	text-decoration: underline;
}
#banner {
	clear: both;
	width: 921px;
	height: 210px;
	margin:0 auto;
	text-align: left;
}
#banner a {
	text-decoration: none;
}
#banner a:hover {
	text-decoration: underline;
}
#banner h1.blogtitle {
	padding: 90px 410px 5px 30px;
	font-size: 125%;
}
#banner div.description {
	padding: 0 410px 0 30px;
	line-height: 135%;
	font-size: 82%;
}
#blogcontainer {
	width: 901px;
	margin: 0 auto;
	padding-top: 45px;
	height: 1%;
}
#content {
	float: right;
	width: 681px;
	text-align: left;
}
#sidecolumn {
	float:left;
	width:200px;
	background-color: #3e1750;
}

#footer {
	background: url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/footer_fix.jpg) no-repeat -2px 0;
	position: relative;
	margin-bottom: -270px;
	height: 270px;
}
#outfooter{
	background: url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/footer.jpg) repeat-x left bottom;
	height: 270px;
}

#contentin ,
#sidecolumntop ,
#sidecolumnbottom {}

/**********************************
  =3.Main (entry) 
**********************************/

div.datetop ,
div.fullbody ,
div.dateend{}

/* in div.fullbody */
div.datebody {
	margin-bottom: -20px;
	position: relative;
}
div.datebody h2.date {
	background:url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/titlebody.gif) no-repeat;
	padding:10px 0 20px 33px;
	font-size:75%;
	font-weight:normal;
}
div.blogbodytop{}
div.blogbody{
	background:url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/blogbody.jpg) no-repeat;
	padding-bottom:50px;
}
div.blogbodybottom{}

/* in div.blogbody */
div.titlebody{
	height: 100px;
}
div.titlebody h3.title{
	padding:25px 0 0 90px;
	line-height:137%;
	font-size:95%;
	font-weight:bold;
}
div.main ,
div.mainmore{
	position: relative; /* for ie6 Peekaboo Bug */
	padding:0 5px 0;
	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: #ff55b5;
}
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: 82%;
}

div.portal-links{
	padding:0 5px 15px;
	text-align:right;
	font-size:82%;
}
div.posted{
	padding:0 5px;
	text-align:right;
	line-height:150%;
	font-size:82%;
}
div.posted img.clipbutton{
	border:none;
}

blockquote ,
pre {
	border:1px dotted #666;
	padding:15px;
	margin:10px 0;
	text-align:left;
	color: #eee;
}

/**********************************
  =4.Category / Monthly
**********************************/

div#categorytitlebody{}
div#categorytitlebody h2#categorytitle{
	background: url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/categorytitle.gif) no-repeat bottom left;
	margin-bottom:15px;
	padding: 0 175px 25px 0;
	color:#ff55b5;
	font-size:100%;
	font-weight:bold;
}

div.nextpage{
	text-align:right;
	padding: 0 5px;
	font-size:82%;
}

/**********************************
  =5.Article
**********************************/

div.menu{
	margin:0 0 30px;
	font-size:82%;
}

div#articletop ,
div#articlebody ,
div#articlebottom ,
div.comblogbodybottom ,
div#blogcommentbottom ,
div#contentcommentbottom{}

/* =subspace */
div.subspace{
	margin:5px;
}

/* 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:#ff55b5;
}

/* Trackback URL */
div.trackbackurlbody div.trackbackurl {
	margin:15px 0 0;
	text-align:left;
	font-size:82%;
}
div.trackbackurl table{
	width:480px;
}
div.trackbackurl table td{
	text-align:right;
}
div.trackbackurl table td input.trackbackbox{
	width:400px;
}
div.trackbackurl input{
	padding:2px 0;
}

/* Trackbacks & Comments */
div#comment div#commentbody ,
div#trackback div#trackbackbody {
	margin:15px 10px 0;
	font-size:82%;
}
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{
	width:420px;
	font-size:82%;
}
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:60%;
	}
	input#email{
		width:60%;
	}
	input#url{
		width:100%;
	}
	input#bake{}
	textarea#text{
		width:100%;
		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:82%;
	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:82%;
}
div#takecomment div#takecommentbody div.loginon a ,
div#takecomment div#takecommentbody div.loginoff a {}


/**********************************
  =6.Side Column
**********************************/

#sidecolumnbody {
	padding: 12px;
}

div.sidetitlebody{}
div.sidetitlebody div.sidetitle{
	background:url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/sidetitle_left.jpg) no-repeat;
	padding:8px 0 13px 40px;
	text-align:left;
	font-size:82%;
	font-weight:bold;
}

div.sidetop{}
div.side{
	margin-bottom:25px;
	text-align:center;
	line-height:135%;
	font-size:75%;
}
div.side a:visited{
	color:#777;
}
div.sidebody{
	background:url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/dot.gif) no-repeat 0 8px;
	line-height:18px;
	padding-left: 8px;
	margin-bottom: 5px;
	text-align:left;
}
div.sidebottom{}


/**********************************
  =7.Calendar
**********************************/

div.calendarheadbody{}
div.calendarheadbody div.calendarhead{
	padding-top: 8px;
	text-align:center;
	font-size:82%;
	font-weight:bold;
}
div.calendarheadbody div.calendarhead a{
	text-decoration:none;
}
div.calendarheadbody div.calendarhead a:hover{
	text-decoration: underline;
}
div.caltop{}
div.calbody{
	padding-top:10px;
	text-align:center;
}
div.calbody table.caltbl{
	width:175px;
	margin:0 auto;
}
div.calbody table.calendartable{}
	td.caltblwkbg{}
	td.calendarwd{}

	td table.caltblwk{}
	td table.caltblwk td{
		background:url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/calendar_week_left.gif) no-repeat;
		width:25px;
		padding:20px 0 10px;
		text-align:center;
		font-size:82%;
		font-weight:bold;
	}
	td table.caltblwk td.weekday{
		color:#e886ad;
	}
	td table.caltblwk td.sat{
		color:#00f;
	}
	td table.caltblwk td.sun{
		color:#f00;
	}
	td table.caltblwk td span.calendarweek{
	}
	td.caltbldaybg{}
	td table.caltblday{
		margin:5px auto 15px;
	}
	td table.caltblday tr.even{}
	td table.caltblday tr.odd{}
	td table.caltblday td{
		width:25px;
		height:28px;
		text-align:center;
		font-size:82%;
	}
	td table.caltblday td.caloff {}
	td table.caltblday td.calendard {}
	td table.caltblday td.calon {
		background:url(http://parts.blog.livedoor.jp/img/usr/gothic_lolita/calendar_today_left.gif) no-repeat;
	}
	td table.caltblday td.calendardbg {}

	td table.caltblday td span.calendar{
		color:#999;
	}
div.calbottom{}


/**********************************
  =8.Plugins
**********************************/

input.sf{
	width:122px;
	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{
	margin:10px 0;
	font-weight:bold;
}
.message{
	margin-bottom:10px;
	line-height:125%;
	text-align:left;
}
.blogtimes{
	margin:10px auto;
	text-align:center;
	width:180px;
}
.newslist{
	padding-right:5px;
}


/**********************************
  =9.Ad
**********************************/

#ad{
	padding:30px 5px 0;	
	text-align:center;
}
#ad iframe{
	width:400px;
	margin:0 auto;
}
body.ad{
	background:transparent;
}
a.adtitle{
	color:#0000fe;
	font-weight:bold;
	text-decoration:underline;
}
a.addescription{
	color:#aaa;
	text-decoration:none;
}
a.adurl{
	color:#008000;
	text-decoration:none;
}
a.adld{
	color:#999;
}


/* 記事下ソーシャルボタン */
.article-social-btn {
  margin:0;
  padding:0;
}

/* メッセージボード */
.message-board {
  background: rgba(255,255,255,0.2);
  border-radius: 6px;
  font-size:13px;
  margin: 0 0 10px 0;
  padding: 12px;
}