@charset "utf-8";

/*
-----------------------------------------------------
ameblo CSS Skin Settings
FileName:   common.css
Version:    $Date: 2010/06/30 03:37:43 $ By $Authors$
			$Revisions$
Skin for:   girlsblog_62 [ SKULL ]
-----------------------------------------------------
*/


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


/*--------------------------------------
*
* for Reset ブラウザ間の差異を無くすための記述 
*
*---------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

table {
	border-collapse: collapse;
}

table, tr, td {
	border: none;
}

/*--------------------------------------
*
* for Base 土台部分
*
*---------------------------------------
*/

body#mainIndex {
    background: #cfecfe;
	color: #000;
	text-align: center; /* コンテンツをセンター寄せにするため。for IE6 */
	font-size: 12px;
}

a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#frame {
	margin: 0 auto; /* コンテンツセンター寄せ */
	text-align: left; /* body#mainIndexで指定したtext-align:center;を戻す */
}


/*--------------------------------------
*
* ヘッダー　div#header
*
*---------------------------------------
*/


div#gg_head {
	background: #fff;
	width: 807px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: cetner;
}

div#gg_head ul {
	list-style: none outside;
	width: 790px;
	margin: 0 auto;
	text-align: center;
}

div#gg_head li {
	display: inline;
}

div#gg_head li#header_logo {
	margin-right: 25px;
}

div#header{
	width: 807px;
	height: 244px;
	background: #fff url(../img/header.jpg) no-repeat;
}

div#header h1 {
	width: 430px;
	padding:120px 0 10px 50px;
}

div#header h2{
	width: 430px;
	padding-left:50px;
}

div#header h1 a{
	font: normal bold 14px /1.3 sans-serif;
	color: #fff;
	text-decoration: none;
}

div#header h2{
	font: normal normal 10px/1.4 sans-serif;
	cilor: #fff;
}

div#userNaviArea{
background:#fff;
}
div#userNaviArea a:link,
div#userNaviArea a:visited,
div#userNaviArea a:hover{
color:#FEA2D1;
}
div#userNaviArea a#userNickName{
font-size:1.85em;
}

/*--------------------------------------
*
* サイドバー部分　バナー
*
*---------------------------------------
*/

ul.bnr {
	list-style: none outside;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.bnr li {	
	margin: 0 0 15px;
	padding: 0;
}

/* ----------------------- div#wrap ----------------------- */

div#wrap {
	background: #fea2d1;
	border-top: 1px solid #fea2d1;
}


/*--------------------------------------
*
* 両サイドのメニュー　h4.menu_title
*
*---------------------------------------
*/

div.mainMenu h4.menu_title {
    width: 180px;
	height: 33px;
	text-indent: -2000px;
}

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

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

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

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

div#recent_entries h4.menu_title {
	background: url(../img/entries.gif) left top no-repeat;
}

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

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

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

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

div#recent_trackback h4.menu_title {
	background: url(../img/trackbacks.gif) left top no-repeat;
}

div#recent_comment h4.menu_title {
	background: url(../img/comments.gif) left top no-repeat;
}

div#ranking h4.menu_title {
	background: url(../img/ranking.gif) left top no-repeat;
}

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


/* ------ フォーム関係整形　プルダウン＋検索 ------- */

div.mainMenu form {
	margin-right: 5px; /* プルダウンと検索フォームの一括頭揃え */
}

div#search form .searchbox {
	width: 100px;
}

div#search form .searchbtn {
	margin-left: 5px;
	width: 40px;
}


/*--------------------------------------
*
* 両サイドカラム　レイアウト調整
*
*---------------------------------------
*/


/* ------ div#sub_a レイアウト調整 ------*/

div#sub_a div.mainMenu {
	margin-right: 3px;
}

/* ------ div#sub_b レイアウト調整 ------*/

div#sub_b div.mainMenu {
	margin-left: 4px;
}

div#sub_a,
div#sub_b {
	font-size: 90%;
}

div#sub_a div.menu_frame,
div#sub_b div.menu_frame {
	padding: 5px 10px;　 /* メニュー見出し以下のレイアウト */
}

div.menu_frame li {
	margin-bottom: 0.5em;
}

/*--------------------------------------
*
* 両サイドカラム　リスト指定
*
*---------------------------------------
*/

div#ranking div.menu_frame dl { /* 特定の[定義リスト]だけマーカーを指定する場合 */
	padding-right: 10px;
	list-style: url(img/icon.gif) inside;
}

/*--------------------------------------
*
* カレンダー div#calender
*
*---------------------------------------
*/

div#calendar table {
	margin: 0 auto;
	width: 160px;
	font: normal normal 11px /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#calendar  table td a {
	color: #fff; /* calendar link設定 */
	text-decoration: underline;
}

/*--------------------------------------
*
* ランキング div#rankingcalender
*
*---------------------------------------
*/

div#ranking div.rank_all, /*　総合ランキング・ジャンルランキング部分の余白設定 */
div#ranking div.rank_genre {
	margin-bottom: 8px;
}

div#ranking dd.rank{ /* ランキング順位 */
	padding: 3px 0;
}

div#ranking a{ /* ランキング　リンク */
	background: url(img/icon.gif) left top no-repeat;
	padding-left: 9px;
}

div#ranking img {
	margin-left: 5px;
}

/*--------------------------------------
*
* 広告関係
*
*---------------------------------------
*/

#promotion,
#advertising {
	text-align: center;
}

p#shuffle {
	margin-bottom: 10px;
}

.entry .menu_frame { /* 記事内マイクロアド */
	width: 100%;
	padding: 20px 0 5px;
}


/* --------- オススメ情報　div#gg_pr_text ----------- */

div#gg_pr_text {
	padding: 10px 0;
	font-size: 12px;
}

div#gg_pr_text h4 { /* オススメ情報見出し　*/
	color: #340a0a;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0.5em;
}

div#gg_pr_text ul li {
	margin: 0 -0.5em 0.5em;
}

/*--------------------------------------
*
* GG・アメブロ関連PR広告 div#ameblo
*
*---------------------------------------
*/

div#ameblo {
	padding: 7px auto 0;
}

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

/* ---　ブログを作る＆Amebaバナー --- */

div#ameblo ul li {
	margin: 1.5em 0;
	text-align: center; /* バナーをセンター寄せしたい場合 */
}

/* ----- アメブロからのお知らせ　モバイル関連PR ------ */

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

div#amebloMobile h4 {
	margin-top: 1em;
}


/* ------  RSS-------- */

#rss {
	text-align: center;
	margin-top:10px;
}

#rss .menu_frame {
	padding-top: 5px;
}

/* ----プラグイン div.plugin ---- */

div.plugin{
	margin: 0 auto 15px;
	text-align: center;
}

/*--------------------------------------------------------------
*
* メッセージ・プロフィール・ブログを作るボタン　アメーバロゴ
*
*---------------------------------------------------------------
*/

p#btnMsg,
p.link_profile,
li #btn_blog,
li img#logo {
	margin-top: 0.5em;
	text-align: center;
}

div#ameblo li, /* 読者になるボタン・ブログを作るボタン */
div#readerList dl dt {
	margin: 0.5em 0 0.5em -10px; /* div#sub_b div.menu_frameのpaddingとmargin-leftを合わせる */
	text-align: center;
}

/*--------------------------------------------------------------
*
* [一覧を見る] p.list
*
*---------------------------------------------------------------
*/

p.list {
	margin: 0.5em 0 1em;
}

/*--------------------------------------
*
* ↓ ここから下、メインカラム。 ↓
*
*---------------------------------------
*/

div#main {
	padding-bottom: 10px;
	line-height: 1.6;
}


/* --- 記事トップメッセージ欄 div#message --- */

div#message {
	width:440px;
    background:url(../img/message_top.gif) left top no-repeat;
	margin-bottom: 20px;
    padding-top:49px;
}

div#message div.contents{
	background: url(../img/message.gif) left bottom no-repeat;
	padding: 0 30px 20px; 
}

div#message p {
	margin-bottom: 1em;
}

div#message a,
div.entry a:visited {
	color: #ff0060;
}

/* --- 記事個別の最外枠 div.entries--- */

div.entry a:link,
div.entry a:visited {
	color: #ff0066;
}

/* --- 日付＆投稿者 --- */

div.entry {
	width:440px;
	height:100%;
	background: url(../img/entry_bg.gif) left top repeat-y;
    margin-bottom: 20px;
}

div.entry div.subEntry {
	background: url(../img/entry_top.gif) left top no-repeat;
}


div.entry span.date {
	display:block;
	padding: 30px 30px 2px;
	font-size: 11px;
}

div.entry span.name {
	display:block;
	padding: 0 30px 2px;
	font-size: 11px;
}

div.entry span.theme {
	display:block;
	padding: 0 30px 2px;
	font-size: 11px;
}

/* --- 記事タイトルなど h3.title --- */

div.entry h3.title {
	padding: 2px 60px 2px 30px;
	font: normal bold 100% /1.2 sans-serif;
	text-align: left;
    color: #ff0060;
}


/* --- 記事本文 div.entry>div.contents --- */

div.entry div.contents {
	padding: 10px 30px;
	line-height: 1.7;
}

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

/* --- フッター div.entry>div.foot --- */

div.entry div.foot{
	background: url(../img/entry_bottom.gif) bottom left no-repeat;
	padding: 0 30px 30px 0;
	text-align: right;
	font-size: 10px;
}

/* ----- ページナビゲーション div.page ----- */

div.page {
	margin: 7px auto 15px;
	text-align: center;
	font-size: 12px;
}

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

/* ---- エントリーフッター部分の広告 ---- */

div#footer_ad {
	margin: 15xp auto;
	text-align: center;
	font-size: 12px;
}

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

/*--------------------------------------
*
* コメント関係指定 div#comment_module
*
*---------------------------------------
*/

div#comment_module{ /* コメント部分 最外枠 */
	padding: 0 15px;
}
div#comment_module h3.title { /* コメントタイトル */
	font: normal bold 12px/1.6 sans-serif ;
	color: #fff;
}

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

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

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

div#comment_module div.comment_footer {
	margin: 0.5em 0;
	padding: 0.5em 0;
}

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: 1em 0;
	padding: 1em 15px;
}
div#trackback h3.title { /* コメントタイトル */
	font: normal bold 12px /1.6 sans-serif ;
	color: #fff;
}

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

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


/*--------------------------------------
*
* 読者一覧 div#reader_list
*
*---------------------------------------
*/

div#reader_list {
   padding: 0 15px;
}

div#reader_list h3.title { /* 「このブログの読者一覧」 */
	font: normal bold 12px /1.6 sans-serif ;
	color: #fff;
	margin-bottom: 10px;
}


div#reader_list li{ /* 読者 1エリア */
	margin-bottom: 10px;
}

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: 2px;
}

/*--------------------------------------
*
* お気に入りブログ一覧 div#favorite_list
*
*---------------------------------------
*/

div#favorite_list {
	padding: 0 15px;
}
 
div#favorite_list h3.title { /* お気に入りブログ一覧 タイトル */
	font: normal bold 12px /1.6 sans-serif ;
	color: #fff;
	margin-bottom: 10px;
}

div#favorite_list li{ /* お気に入りブログ一覧　1エリア */
	margin-bottom: 10px;
}

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 {
	padding: 0 15px;
}

div#bookmark_list h3.title { /* ブックマーク一覧 タイトル */
	font: normal bold 12px /1.6 sans-serif ;
	color: #fff;
	margin-bottom: 20px;
}

div#bookmark_list ul li{ /* ブックマーク */
	margin-bottom: 10px;
}

/*--------------------------------------
*
* 最近のエントリー一覧 div#recent_entries_list
*
*---------------------------------------
*/
div#recent_entries_list h3.title { /* 最近のエントリー一覧 タイトル */
	font: normal bold 12px /1.6 sans-serif ;
	color: #fff;
}


div#recent_entries_list { /* 最近のエントリー一覧　最外枠 */
	padding: 1em 0 2em;
	border: none;
	
}

div#recent_entries_list h3.title { /* 最近のエントリー一覧 タイトル */
	margin: 0.5em 0;
	font: normal bold 12px /1.6 sans-serif ;
	color: #fff;
}

div#recent_entries_list ul li{ /* 最近のエントリー */
	margin: 0.5em 0;
	padding: 0.5em 0 0;
}







