@charset "EUC-JP";

/* ----------------------------------------
 作成日:2011.07.26
 作成者:mana-project
 by ユーザー名 (http://www.ema-ema-ema.com)
---------------------------------------- */


/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html{color:#000000;}

/* ページ全体 */
body{background:none;}

#container{background:none;}

#footlight{background:none;}

*html #footlight{
	background:none;
	height:0;
}

/* ページ全体のリンク色 */
a{color:#000000;text-decoration:none;}
a:link{color:#000000;text-decoration:none;}
a:visited{color:#000000;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/* ページ全体の幅、レイアウトを中央揃え */
#wrapper{
	width:680px; /* A */
}

/* ブログ名と説明文、トップ画像 */
#header{display:none;}

/* 記事の枠 */
#mainwrapper {
	float:none;
	margin:0 auto;
	background:none;
}

#main{
	width:622px;  /* D */
	padding:5px 0 0 0;
	margin:0 auto;
	background:none;
}


/* --------------------------------------
　メイン
--------------------------------------- */

.entry{margin:0;}

/* 次の記事・前の記事 */
#entryNavi{display:none;}

#pager{display:none;}

/* 記事本文 */
.entryBodyTop{background:none;}

.entryBodyBottom{background:none;}

.entryBody{border:0;}

div.line{
	height:5px;
	border-top:1px dotted #cccccc;
}

/* 記事のタイトル */
h3{
	margin-bottom:0;
}

/* このページの先頭へ */
.pageTop{display:none;}

#pagetopheart{display:none;}


/* ----------------------------------------
　Footer
---------------------------------------- */

#footer{
	height:30px;
	background:none;
	border-top:1px solid #cccccc;
}

#copyright{padding-top:10px;}


/* --------------------------------------
　グローバルナビゲーション
--------------------------------------- */

#nav{display:none;}


