@charset "utf-8";

/* ================================================================================= */
/* mt 																			 */
/* ================================================================================= */


/* ************************************************ 
 *	レイアウト
 * ************************************************ */

#leftside {
	float: left;
	width: 165px;
    margin: 0px;
	padding: 0px;
}

/* -------------------------------------
 * サイドバー リンク
* ------------------------------------- */
#sidebar a:link,
#sidebar a:visited{color:#352918;}
#sidebar a:active {color:#131219;}
#sidebar a:hover  {color:#000;}

/* ------------------------------------- 
 *	ヘッダー,フッター
 * ------------------------------------- */

/* サイトタイトル */
#sidebar h1 {
	font-size: 10px;
	padding-bottom: 10px;
}

/* ブログの説明文 */
.description {
	font-size: 10px;
}

/* ------------------------------------- 
 *	検索
 * ------------------------------------- */

.search input.keyword {
	width:120px;
	margin-bottom:5px;
}


.amazon img.amazon_pict {
	width:120px;
}


/* ************************************************ 
 *	サイドバー（左右共通）
 * ************************************************ */

#sidebar {
	padding-bottom:10px;
	color: #333333;
	font-size:10px;
}

/* サイドメニューの各タイトル */
#sidebar dt {
	padding:10px 0px 5px 0px;
}

/* サイドメニューの内容 */
#sidebar dd {
	padding:0px 0px 5px 3px;
	text-align:left;
}

/* サイドメニューのリストの設定 */
#sidebar li {
	line-height:130%;
	list-style-type: none;
	margin-bottom:10px;
}



/* ------------------------------------- 
 *	RSSリンク
 * ------------------------------------- */

.feed {
	text-align: center;
	margin: 10px auto;
	}

.feed img {
	margin:2px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
#entry_area {
	width:580px;
	margin:0px auto;
}

#entry_area .dt {
	padding:15px 0px 5px;
}

#entry_area .dd {
	padding:5px 10px 5px;
}

/* ------------------------------------- 
 *	記事
 * ------------------------------------- */

/* 記事のタイトル */

#entry_area .entry_title {
	color: #4a4a4a;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 5px 5px;
}

/* 記事の日付 */
.entry_date {
	color: #C80000;
	font-size: x-small;
	text-align: left;
	border-top:1px dotted #cccccc;
	padding: 5px 0px 0px 5px;
}

/* 記事本文 */
.entry_body {
	line-height:200%;
}

/* 記事の続き */
.entry_more {
	margin-bottom:10px;
}

/* 記事の情報 */

.entry_state {
	font-size: 10px;
	border-top:1px dotted #cccccc;
	margin: 0px 0px 0px 0px;
	padding: 5px 8px 0px 0px;
	text-align: right;
}

/* 記事内の画像 */
.pict {
	padding:3px;
	display: block;
	}

/* ------------------------------------- 
 *	エントリーナビ
 * ------------------------------------- */
.entry_navi {
	margin-bottom: 10px;
	text-align:right;
	font-size: 10px;
}

.entry_navi span {
	margin:0px 15px; 
}


/* ------------------------------------- 
 *	ページナビ
 * ------------------------------------- */
#entry_area .pagenavi {
	margin:0px 0px 0px 0px;
	padding-bottom:10px;
	text-align:right;
	font-size: 10px;
}

#entry_area .pagenavi span {
	margin:0px 15px;
}

/* ------------------------------------- 
 *	プロフィール
 * ------------------------------------- */
 /* ユーザ名 */
#entry_area dt h3 {
	font-size:12px;
	margin-bottom:10px;
}

/* ------------------------------------- 
 *	引用
 * ------------------------------------- */

.entry_body blockquote {
	font-size: 10px;
	line-height: 1.5;
	background: #fdfdfd;
	width: 700px;
	padding: 5px 5px 5px 7px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 0px 0px;
}

.entry_body blockquote p {
	font-size: 10px;
	line-height: 1.5;
	width: 700px;
	margin-bottom: 0;
	height: 30px;
	margin-left: 0;
}
.entry_body hr {
	color: #ffffff;
	font-size: x-small;
	text-align: left;
	border-top:1px dotted #cccccc;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	margin: 10px 0px 0px;
}
.entry_body p {
	margin-top: 10px;
}


.blockquotetitle {
	margin: 5px 0;
	padding-bottom: 5px;
	text-align: left;
	color: black;
	background: no-repeat url(http://www.grandroyal.jp/blog/images/arrow.gif);
	padding-left: 18px;
}

.pdf {
	margin: 0;
	text-align: left;
	color: black;
	background: url(http://www.grandroyal.jp/blog/images/img_pdf.png) no-repeat left center;
	height: 32px;
	padding-left: 37px;
	display: block;
}

.pdf a {
	display: block;
	padding-top: 7px;
}

.zip {
	margin: 0;
	text-align: left;
	color: black;
	background: url(http://www.grandroyal.jp/blog/images/img_zip.png) no-repeat left center;
	height: 32px;
	padding-left: 37px;
	display: block;
}

.zip a {
	display: block;
	padding-top: 7px;
}

.jpg {
	margin: 0;
	text-align: left;
	color: black;
	background: url(http://www.grandroyal.jp/blog/images/img_jpg.png) no-repeat left center;
	height: 32px;
	padding-left: 37px;
	display: block;
}

.jpg a {
	display: inline;
	padding-top: 7px;
}

.small {
	font-size: xx-small;
}
