/* Global Navigation */
div#header ol{
margin:0 auto;
width:800px;
height:27px;
position:relative;
}
div#header ol li{
position:absolute;
top:0;
text-align:center;
}
div#header ol li, div#header a{
display:block;
color:#666;
}

div#header ol li a{
color:#666;
padding:4px 0 6px 0;
text-decoration:none;
background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat 0px 20px;
}
li#gn01 {left:0; width:146px;}
li#gn02 {left:146px; width:127px;}
li#gn03 {left:273px; width:127px;}
li#gn04 {left:400px; width:127px;}
li#gn05 {left:527px; width:127px;}
li#gn06 {left:654px; width:146px;}

li#gn01 a:link, li#gn01 a:visited {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat 0px 0px;}
li#gn02 a:link, li#gn02 a:visited {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -146px 0px;}
li#gn03 a:link, li#gn03 a:visited {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -273px 0px;}
li#gn04 a:link, li#gn04 a:visited {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -400px 0px;}
li#gn05 a:link, li#gn05 a:visited {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -527px 0px;}
li#gn06 a:link, li#gn06 a:visited {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -654px 0px;}

li#gn01 a:hover, li#gn01 a:focus {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat 0px -27px; color:#0000ff; text-decoration:none;}
li#gn02 a:hover, li#gn02 a:focus {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -146px -27px; color:#0000ff; text-decoration:none;}
li#gn03 a:hover, li#gn03 a:focus {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -273px -27px; color:#0000ff; text-decoration:none;}
li#gn04 a:hover, li#gn04 a:focus {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -400px -27px; color:#0000ff; text-decoration:none;}
li#gn05 a:hover, li#gn05 a:focus {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -527px -27px; color:#0000ff; text-decoration:none;}
li#gn06 a:hover, li#gn06 a:focus {background:transparent url(http://burjdubai.img.jugem.jp/20070711_99597.gif) no-repeat -654px -27px;
color:#0000ff; text-decoration:none;}


* {
	margin: 0;
	padding: 0;
}

body {
	font-size:12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height:140%;
	color: #333333;
	background:#FFF;
}

#wrapper_body {
	border-top: 5px solid #00008B;
	border-bottom: 5px solid #00008B;
}

img {border:none;}

li {list-style-type:none;}

br.clear {
	clear: both;
	font: 0px/0px sans-serif ;
}
input,textarea,select {
	padding: 2px;
	}



/* ************************************************ 
 *	リンクカラーの設定
 * ************************************************ */

/* 全般 */
a:link,
a:visited,
a:active  {color: #9D2D11;text-decoration: underline;}
a:hover   {color: #9D2D11;}

/* サイトタイトル */
#header h1 a:link,
#header h1 a:visited,
#header h1 a:active  {color: #000080;text-decoration: none;}
#header h1 a:hover   {color:#CCCCCC;
	text-decoration:none;}

/* サイドバー */
#sidebar a:link,
#sidebar a:visited,
#sidebar a:active {color:#FFF; text-decoration:none;}
#sidebar a:hover  {color:#000; text-decoration:none; background:none;}



/* ************************************************ 
 *	レイアウト
 * ************************************************ */

#wrap {
	width:800px;
	margin:0px auto;
}

#header {
	margin: 20px 0px 0px 0px;
}

#contents {
	width: 100%;
	padding-bottom:10px;
	}
	
#leftside {
	width:150px;
	float:left;
}

#rightside {
	width:150px;
	float:right;
}

#main {
	margin:0px 155px;
}


#footer {
	clear:both;
	width:100%;
	text-align:center;
}



/* ------------------------------------- 
 *	ヘッダー,フッター
 * ------------------------------------- */

/* サイトタイトル */
#header h1 {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bolder;
	color: #000080;

}

/* ブログの説明文 */
.description {
	font-size: 12px;
	margin: 10px 0px 10px 0px;
           color:#00007f
}

/* コピーライト */
address {
	font-style:normal;
	margin-top:30px;
}



/* ************************************************ 
 *	サイドバー（左右共通）
 * ************************************************ */

dl#sidebar {
	background: #63B8FF url() no-repeat left top;
	padding-bottom:15px;
	color: #FFF;
	font-size:10px;
}

/* サイドメニューの各タイトル */
dl#sidebar dt {
	background: url(./template/cmsp-simple/img/linktitle_top.gif) no-repeat left top;
	padding:10px 5px;
}

/* サイドメニューの内容 */
dl#sidebar dd {
	width:140px;
	margin:0px 5px 15px 5px;
}

/* サイドメニューのリストの設定 */
dl#sidebar li {
	background: url(./template/cmsp-simple/img/list_white.gif) no-repeat 0px 4px;
	padding-left:10px;
	line-height:1.2;
	margin-bottom:5px;
}


/* ------------------------------------- 
 *	マウスオーバーで背景が変わるリストの設定
 * ------------------------------------- */

dl#sidebar dd.hover {
	width:150px;
	margin:0px 0px 15px 0px;
}

dl#sidebar dd.hover li {	
	background:none;
	padding-left:0px;
}

dl#sidebar dd.hover li a:link,
dl#sidebar dd.hover li a:visited,
dl#sidebar dd.hover li a:active {
	display:block;
	width:150px;
	text-indent:15px;
	background: url(./template/cmsp-simple/img/list_white.gif) no-repeat 5px 5px;
}

dl#sidebar dd.hover li a:hover {
	background:#FFF url(./template/cmsp-simple/img/list_red.gif) no-repeat 5px 5px;
	}



/* ------------------------------------- 
 *	検索
 * ------------------------------------- */

.search input.keyword {
	width:120px;
	margin-bottom:5px;
}


.amazon img.amazon_pict {
	width:120px;
}

/* ------------------------------------- 
 *	カレンダー
 * ------------------------------------- */

.calendar {
	font-family: "Verdana";
	text-align:center;
	}

.calendar table {
	margin:0px auto;
}

.cell {
	padding: 2px;
}

#sidebar .cell a:link,
#sidebar .cell a:visited,
#sidebar .cell a:active {color:#000; text-decoration:none; background:#FFF;}
#sidebar .cell a:hover  {color:#FFF; text-decoration:none; background:none;}


/* ------------------------------------- 
 *	LOGPI
 * ------------------------------------- */
#logpi-badge-service {
  border: 1px solid #75befc;
  padding: 10px;
  }

#logpi-badge-service .badge-icon {
  text-align: center;
  }

#logpi-badge-service .badge-title {
  font-size: 12px;
  margin: 5px 0 5px 0;
  text-align: center;
  }

#logpi-badge-service div.service-icons {
  margin: 5px 0;
  padding: 7px;
  border: 1px solid #ccc;
  text-align: center;
  }
  #logpi-badge-service div.service-icons img {
    background: #fff;
    padding: 5px;
    }
  #logpi-badge-service div.service-icons img:hover {
    background: #eee;
    }

#logpi-badge-service .powered {
  text-align: center;
  }



/* ------------------------------------- 
 *	RSSリンク
 * ------------------------------------- */

.feed {
	text-align: center;
	margin: 10px auto;
	}

.feed img {
	margin:2px;
	}



/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
dl#entry_area {
	width:643px;
	border:1px solid #CCC;
	margin:0px auto;
}

dl#entry_area dt {
	background:transparent url(http://burjdubai.img.jugem.jp/20100511_566007.gif) no-repeat left top;
	padding:15px 15px 5px 15px; 
}

dl#entry_area dd {
	margin:0px 15px 0px 15px;
	padding-bottom:40px;
}




/* ------------------------------------- 
 *	記事
 * ------------------------------------- */

/* 記事のタイトル */
dl#entry_area .entry_title {
	font-size:15px;
	font-weight:bolder;
	margin-top:10px;
}

/* 記事の日付 */
.entry_date {
	font-size:10px;
	text-align:right;
	border-top:1px dotted #999;
	margin-bottom:10px;
}

/* 記事本文 */
.entry_body {
	margin: 10px 0;
	line-height:1.6;
}

/* 記事の続き */
.entry_more {
	margin-bottom:20px;
}

/* 記事の情報 */
.entry_state {
	font-size: 10px;
	}

/* 引用 */
blockquote {
	font-size: 10px;
	color: #808080;
	border-left:2px #CCC dotted;

	margin: 10px 0;
	padding-left: 10px;
}

/* 記事内の画像 */
.pict {
	border:1px #CCC dotted;
	padding:1px;
	display: block;
	}

/* ------------------------------------- 
 *	エントリーナビ
 * ------------------------------------- */
.entry_navi {
	margin-bottom: 20px;
	text-align:center;
}

.entry_navi span {
	margin:0px 15px; 
}


/* ------------------------------------- 
 *	ページナビ
 * ------------------------------------- */
dl#entry_area dd.pagenavi {
	margin:0px 0px 0px 0px;
	background:transparent url(http://burjdubai.img.jugem.jp/20100511_566007.gif) no-repeat left bottom;
	padding-bottom:15px;
	text-align:center;
}

dl#entry_area dd.pagenavi span {
	margin:0px 15px;
}


/* ------------------------------------- 
 *	コメント・トラックバック
 * ------------------------------------- */

 /* Comment,Trackbackのタイトル */
#entry_area dt .tb_head {
	font-weight: bolder;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom: 5px solid #FB6262;
}

/* コメント・トラバを囲うボックス */
dl#entry_area dd.tb_box {
	margin:10px 15px;
	border:1px solid #CCC;
	padding:5px;
}

/* コメント・トラバの情報 */
dd.tb_box .tb_state {
	font-size: 10px;
	padding:5px;
}

/* コメント・トラバの本文 */
dd.tb_box .tb_body {
	border-top: 1px dotted #CCC;
	padding:5px;
}

/* トラバのタイトル */
dd.tb_box .tb_title {
	padding:0px 5px 5px 5px;
	font-weight:bolder;
}


/* コメントフォーム */
dl#entry_area dd.com_form {
	margin:15px;
}

dd.com_form .form {
	width:300px;
}

dd.com_form th {
	font-weight:normal;
	text-align:left;
	padding-right:10px;
}


/* ------------------------------------- 
 *	プロフィール
 * ------------------------------------- */
 /* ユーザ名 */
#entry_area dt h3 {
	font-size:12px;
	margin-bottom:10px;
}
