@charset "utf-8";

/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName:   common.css
$Date: 2009/02/10 11:10:17 $ By $Authors$
$Revisions$  
Skin for:	girlsblog_abe [ 阿部まりな ] ：カスタム情報
-----------------------------------------------------
*/


/*
*
*　　＜記述おおまかな構成＞
*
*　1) 土台部分
*　2）ページ上部ロゴ・headerなど
*　3）両サイドメニュー
*　4）両サイドのパーツレイアウトなど
*　5）広告関係
*　6）メインカラム（blog記事部分）
*　7）コメント・トラバ・ブックマーク一覧など、メインカラムのblog記事以外。
*
*/


/*--------------------------------------
*
* for Reset ブラウザ間の差異を無くすための記述 
*
*---------------------------------------
*/
* {
	margin: 0;
	padding: 0;
}

*html body { /* for IE6 */
	font-size: 90%;
}

img {
	border: none;
}

ul, ol {
	list-style: none outside;
}

table {
	border-collapse: collapse;
}

table, tr, td {
	border: none;
}


/*--------------------------------------
*
* for Base 土台部分
*
*---------------------------------------
*/
body#mainIndex {
	background: #FFD2E7;
	color: #000;
	text-align: center; /* コンテンツをセンター寄せにするため。for IE6 */
}

a:link {
	color: #e34777;
	text-decoration: underline;
}

a:visited {
	color: #e34777;
	text-decoration: underline;
}

a:hover {
	color: #e34777;
	text-decoration: none;
}

div#frame {
	margin: 0 auto; /* コンテンツセンター寄せ */
	background: transparent; /* デザインにより、背景変更 */
	text-align: left;
}


/*--------------------------------------
*
*  Header
*
*---------------------------------------
*/
div#gg_head {
	width: 800px;
	background: #fff;
	margin: 0 auto 10px auto;
	padding: 6px 0;
	text-align: center;
}

div#gg_head ul {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	list-style: none inside;
}

div#gg_head li {
	display: inline;
}

div#gg_head li#header_logo {
}

#header h1,
#header h2 {
	display: none;
}


/*--------------------------------------
*
* サイドバー部分　プラチナバナー　GGバナー
*
*---------------------------------------
*/
ul.bnr {
	text-align: center;
}

div#sub_a ul.bnr li,
div#sub_b ul.bnr li {	
	margin-bottom: 15px;
}

/*--------------------------------------
*
* 両サイドのメニュー　h4.menu_title
*
*---------------------------------------
*/
div.mainMenu h4.menu_title {
	width: 180px;
	height: 17px;
	margin: 0 5px 7px;
	text-indent: -9999px;
}

div#profile h4.menu_title {
	background: url("../img/profile.gif") no-repeat;
}

div#reader h4.menu_title {
	background: url("../img/reader.gif") no-repeat;
}

div#calendar h4.menu_title {
	background: url("../img/calendar.gif") no-repeat;
}

div#theme_list h4.menu_title {
	background: url("../img/theme.gif") no-repeat;
}

div#recent_entries h4.menu_title {
	height: 36px;
	background: url("../img/entries.gif") no-repeat;
}

div#archives h4.menu_title {
	background: url("../img/archive.gif") no-repeat;
}

div#search h4.menu_title {
	background: url("../img/search.gif") no-repeat;
}

div#favorite h4.menu_title {
	background: url("../img/favorite.gif") no-repeat;
}

div#bookmark h4.menu_title {
	background: url("../img/bookmark.gif") no-repeat;
}

div#recent_comment h4.menu_title {
	height: 36px;
	background: url("../img/comment.gif") no-repeat;
}

div#promotion h4.menu_title {
	background: url("../img/advertising.gif") no-repeat;
}


/* ------ フォーム関係整形　プルダウン＋検索 ------- */
div#search form {
	padding: 0.5em 0.2em 0.5em 0.5em; 
}

div#search input.searchbox {
	width: 100px;
	border: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	vertical-align: middle;
}

div#search input.searchbtn {
	width: 40px;
	padding: 1px 0;
	margin-left: 5px;
	vertical-align: middle;
}


/*--------------------------------------
*
* 両サイドカラム　レイアウト調整
*
*---------------------------------------
*/
/* ------ Font調整 ------*/
div#sub_a,
div#sub_b {
	font-size: 70%;
	line-height: 1.6;
}

/* ------ レイアウト調整 ------ */
div.mainMenu {
	width: 190px;
	margin: 0 0 10px 0;
	padding-top: 24px;
}

div.menu_frame {
	margin: 0 5px;
	padding: 0 5px 10px;
}


/*--------------------------------------
*
* 両サイドカラム　リスト指定
*
*---------------------------------------
*/
div#sub_a li,
div#sub_b li {
	margin-bottom: 0.5em;
}


/*--------------------------------------
*
* 両サイド内エリア背景
*
*---------------------------------------
*/
div.mainMenu {
	background: url("../img/mainmanu_head.gif") no-repeat;
}

div.menu_frame { 
	background: #fff url("../img/mainmanu_foot.gif") no-repeat left bottom;
}


/*--------------------------------------
*
* カレンダー div#calender
*
*---------------------------------------
*/
div#calendar table {
	width: 170px;
	font: normal normal 10px /1.3 Arial, Helvetica, sans-serif;
}

div#calendar table td,
div#calendar table th {
	text-align: center;
}

div#calendar table caption,
div#calendar table caption a { 
	padding: 5px 0px;
}

div#calendar table th.sun { /* 日曜日 font color */
	color: #FF0000;
}

div#calendar table th.sat{ /* 土曜日 font color */
	color: #0000CC;
}


/*--------------------------------------
*
* 広告関係
*
*---------------------------------------
*/
/* --- シャッフル広告 div#promotion --- */
div#promotion,
div#advertising {
	text-align: center;
}

p#shuffle {
	margin: 5px 0 10px 0;
}

/* --------- オススメ情報　div#gg_pr_text ----------- */
div#gg_pr_text {
	margin-right: 27px;
	font-size: 12px;
}

div#gg_pr_text h4 { /* オススメ情報見出し　*/
	margin: 30px 0 1em;
	color: #8a6a48;
	border-color: #8a6a48;
}

div#gg_pr_text ul {
	margin: 0 -5px;
	padding-top: 0;
}

div#gg_pr_text ul li {
	margin-bottom: 0.3em;
	padding: 0;
}


/*--------------------------------------
*
* GG・アメブロ関連PR広告 div#ameblo
*
*---------------------------------------
*/
div#ameblo {
	padding: 15px auto 0;
}

div#ameblo p {
	padding: 0 7px 5px;
}

/* ---　ブログを作る＆Amebaバナー --- */
div#ameblo ul li {
	margin: 1em 0;
	text-align: center; /* バナーをセンター寄せしたい場合 */
}

/* -------アメーバーからのお知らせ / モバイル関連PR ------- */
div#amebloInfo {
	margin-bottom: 1em;
}

div#amebloInfo h4,
div#amebloMobile h4 {
	font-weight: bold;
}

/* --- 気になるテーマ --- */
div#sub_a div#joinbook {
	margin: 0 5px 10px 3px;
}

div#sub_b div#joinbook {
	margin: 0 3px 10px 5px;
}


/*--------------------------------------------------------------
*
* メッセージ・プロフィール・ブログを作るボタン・アメーバロゴ・読者になるボタン
*
*---------------------------------------------------------------
*/
p#btnMsg,
p.link_profile,
li #btn_blog,
li img#logo,
div#readerList dl dt{
	margin-top: 0.5em;
	text-align: center;
}


/* 
*---------------------------------------
*
*	プラグイン div.plugin
*
*---------------------------------------
*/
div.plugin {
	margin-bottom: 10px;
	text-align: center;
}


/*--------------------------------------
*
* サイドバー部分　RSS
*
*---------------------------------------
*/
div#rss {
	text-align: center;
	margin:10px 0;
}


/*--------------------------------------
*
* [一覧を見る] p.list
*
*---------------------------------------
*/
p.list {
	margin: 1em 0;
}


/*--------------------------------------
*
* ↓ ここから下、メインカラム ↓
*
*---------------------------------------
*/
div#main {
	padding-bottom: 10px;
	font-size: 80%;
	line-height: 1.6;
}

/* --- 記事トップメッセージ欄 div#message --- */
div#message {
	margin: 10px 15px 0;
	padding-top: 15px;
	background: #fff url("../img/message_head.gif") no-repeat;
	height: 100%; /* for IE */
}

div#message div.contents {
	background: url("../img/entry_foot.gif") left bottom no-repeat;
}

div#message div.subContents {
	margin: 0 20px 20px;
}

/* --- 記事個別の最外枠 div.entries--- */
div.entry {
	height: 100%;
	margin: 12px 0 30px;
	background: url("../img/entry_base.gif") repeat-y;
}

div.entry div.subEntry {
	background: url("../img/entry_head.gif") no-repeat;
	padding: 30px 14px 0;
}

/* --- 日付＆投稿者 --- */
div.entry span.date,
div.entry span.theme,
div.entry span.name {
	display: block;
	margin: 0 20px;
}

/* --- 記事タイトル h3.title --- */
div.entry h3.title {
	margin: 12px 20px 25px 20px;
	font-size: 120%;
	text-align: left;
	color: #7e7a65;
}

/* --- 記事本文 div.entry>div.contents --- */
div.entry div.contents {
	margin: 10px 20px;
	line-height: 1.7;
}

div.entry div.subContents {
	overflow: hidden;
}

div.entry p {
	margin-bottom: 1em;
}

/* --- フッター div.entry>div.foot --- */
div.entry div.foot {
	background: url("../img/entry_foot.gif") left bottom no-repeat;
	padding-bottom: 15px;
	text-align: center;
	font-size: 85%;
}

/* ----- ページナビゲーション div.page ----- */
div.page {
	margin: 15px auto 0;
	text-align: center;
	color: #fff;
}

div.page a { /* ページリンクのレイアウト調整 */
	padding: 0 0.25em;
	text-decoration: none;
}

/* ---- エントリーフッター部分の広告 ---- */
div#footer_ad {
	margin: 30px auto 15px;
	text-align: center;
}

div#footer_ad li {
	margin-bottom: 0.7em;
}


/*--------------------------------------
*
* コメント関係指定 div#comment_module
*
*---------------------------------------
*/
div#comment_module {
	margin: 15px;
	color: #000;
}

div#comment_module h3.title { /* コメントタイトル */
	margin-bottom: 1em;
	border-left: 5px solid #e34777;
	padding-left: 10px;
	font-weight: bold;
}

div#comment_module p.list { /* [コメント記入欄はこちら] */
	margin: 5px 0 5px;
	text-align: right;
}

div#comment_module div.each_comment {　/* コメント個別　最外枠 */
	padding: 0.5em 0;
}

div#comment_module p.label{ /* コメント見出し */
	margin: 1em 0 0.5em; /* コメントとコメント間の余白調整 */
}

div#comment_module div.comment_footer {
	margin: 0.5em 0;
	padding: 0.5em 0;
	border-bottom: 1px dotted #fff;
}

div#comment_module p.error { /* 投稿エラー アラート */
	margin: 15px 0;
	color: #cc0000;
}

#f_name,#f_url,#f_title,#f_com {
display:inline;
width: 250px;
margin-bottom: 3px;
margin-left: 6px;
}
#comment_module form ul {
width: 340px;
margin-left: auto;
margin-right: auto;
}
#comment_module form li {
display: block;
width: 340px;
margin-bottom: 5px;
}
#comment_module li.lastItem {
display: block;
width: 330px;
margin-bottom: 5px;
text-align: right;
}
#comment_module .button {
margin-left: 5px;
font-size: 11px;
width: 80px;
}


/*--------------------------------------
*
* トラックバック div#trackback
*
*---------------------------------------
*/
div#trackback {
	margin: 15px 0;
}

div#trackback h3 {
	margin-bottom: 1em;
	border-left: 5px solid #e34777;
	padding-left: 10px;
	font-weight: bold;
}

div#trackback p.tr_URL { /* 「この記事の TrackBack Ping-URL」 */
	margin-bottom: 10px;
}

div#trackback ul { /* トラックバック　一記事 */
	margin: 1em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #fff;
}

div#trackback span.label {
	display: block;
	clear: left;
	width: 7.5em;
	float: left;
	margin: 0;
	padding: 0;
}


/*--------------------------------------
*
* 読者一覧 div#reader_list
*
*---------------------------------------
*/
div#reader_list {
	margin-top: 15px;
}

div#reader_list h3.title { /* 「このブログの読者一覧」 */
	margin-bottom: 1em;
	border-left: 5px solid #e34777;
	padding-left: 10px;
	font-weight: bold;
}

div#reader_list li { /* 読者 1エリア */
	margin-bottom: 10px;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #fff;
}

div#reader_list span.reader_id, 
div#reader_list span.reader_id a { /* 読者名 */
	font-weight: bold;
}

div#reader_list span.reader_blog { /* 読者のブログ名 */
	display: block;
	margin-top: 5px;
}


/*--------------------------------------
*
* お気に入りブログ一覧 div#favorite_list
*
*---------------------------------------
*/
div#favorite_list {
	margin: 15px;
}

div#favorite_list h3.title { /* お気に入りブログ一覧 タイトル */
	margin-bottom: 1em;
	padding-left: 10px;
	border-left: 5px solid #e34777;
	font-weight: bold;
	color: #fff;
}

div#favorite_list li { /* お気に入りブログ一覧　1エリア */
	margin: 1em 0 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #fff;
}

div#favorite_list span.favorite_id, 
div#favorite_list span.favorite_id a { /* お気に入りブログの管理人名 */
	font-weight: bold;
}

divfavorite_list span.favorite_blog,
div#favorite_list span.favorite_blog { /* お気に入りブログの名前 */
	display: block;
	margin-top: 2px;
}


/*--------------------------------------
*
* ブックマーク一覧 div#bookmark_list
*
*---------------------------------------
*/
div#bookmark_list {
	margin: 15px;
}

div#bookmark_list h3.title { /* ブックマーク一覧 タイトル */
	margin-bottom: 1em;
	padding-left: 10px;
	border-left: 5px solid #e34777;
	font-weight: bold;
	color: #fff;
}

div#bookmark_list ul li { /* ブックマーク */
	margin: 1em 0 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #fff;
}


/*--------------------------------------
*
* 最近のエントリー一覧 div#recent_entries_list
*
*---------------------------------------
*/
div#recent_entries_list {
	margin: 15px;
	color: #fff;
}

div#recent_entries_list h3.title { /* 最近のエントリー一覧 タイトル */
	margin-bottom: 1em;
	padding-left: 10px;
	border-left: 5px solid #e34777;
	font-weight: bold;
}

div#recent_entries_list ul li { /* 最近のエントリー */
	margin: 0.5em 0;
	padding: 0.5em 0 0;
	border-bottom: 1px dotted #fff;
}


/*--------------------------------------
*
* 黒背景用　テキスト色調整
*
*---------------------------------------
*/
div.articlePaging,
div#footer_ad {
	color: #fff;
}


/*--------------------------------------
*
* ランキングチェッカーflash部分削除
*
*---------------------------------------
*/
#rc_box #flashcontent,#Dendo{
display:none;
}
