/*◆headerの設定 start*/

#header{
height:205px;/*画像の縦*/
margin:0 0 0 0;
padding:0 0 10px 0;
background-image: url(https://drgalileo.net/20191206-ameblo_header.jpg);
background-repeat:no-repeat;/*繰り返さない*/
}

#header h1,
#header h2{/*位置の初期化*/
margin:0;
padding:0;
}

#header h1 a{
width:800px;/*画像の横*/
height:180px;/*画像の縦*/
display:block;
position:absolute;
text-indent:-9000px;
text-decoration:none;
}

#header h2{
display:none;/*概要を非表示*/
}

/*◆headerの設定 end*/


/*◆ブログ説明の文字色を変更する*/
#header h2{
color:#333333;
font-size: 14px;
font-weight:normal;
line-height:1.2;
margin:0;
padding:0 5px 45px 5px;
}

/*◆記事タイトルの背景色を変更する*/
.entry h3.title{
background-image:url();
background-repeat:no-repeat;
color: #ffffff;
text-indent:0px;
clear:both;
margin:0 0 8px 0;
padding:5px 5px 5px;
font-size:20px;
font-weight:bold;
background-color: #ffffff; color: #006599
}

/*◆サイドバーの設定*/

.menu_title{
color:#006599;
font-size:15px;
font-weight:bold;
margin:0 2px 7px;
padding:3px 0 3px 10px;
border-bottom:1px dashed #006599;
background-image:url(//stat.ameba.jp/p_skin/blue/img/icon2.gif);
background-repeat:no-repeat;
background-position:3px 7px;
text-indent:3px;
}

html { 
font-size:12px !important; 
*font-size:75% !important;/*forIE6IE7*/ 
}

/*◆サイドバーの背景設定*/

#wrap,#footerArea{
width:800px;
background-image: url();
background-repeat: repeat-y;
}

/*◆bodyの設定*/

body{
	color: #000000;
	text-align:center;
	margin:0;
	padding: 0px;
	color:#000;
	font-family:"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3"," HiraKakuPro-W3", verdana,arial, sans-serif;
	font-size: 15px;
        background-color: #FF3399;
background-image:url(); 
background-position: center;
background-repeat: repeat-y;

}


img{
border:0;
}
blockquote{
margin:12px 0;
padding:10px;
border:2px dotted #D4D4D4;
}
pre{
margin:0;
padding:0;
}
input,
textarea{
}
p{
margin:0;
padding:0;
}
.menu_frame ul,
.menu_frame li,
.menu_frame dl,
.menu_frame dt,
.menu_frame dd,
#comment_module ul,
#comment_module li,
#trackback ul,
#trackback li,
#reader_list ul,
#reader_list li,
#favorite_list ul,
#favorite_list li,
#bookmark_list ul,
#bookmark_list li{
margin:0;
padding:0;
list-style-type:none;
}

#frame{
width:800px;
margin:0 auto;
text-align:left;
position: relative;
}

#sub_main{
width:100%;
overflow:hidden;
}
#main{
overflow:hidden;
word-break:break-all;
}
#sub_a{
overflow:hidden;
word-break:break-all;

}
#sub_b{
overflow:hidden;
word-break:break-all;
}
/*--フレームフロート解除--*/
#frame:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#wrap:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
#frame{
display:inline-block;
min-height:1%;
}
#wrap{
display:inline-block;
min-height:1%;
}
/* Hides from IE-mac \*/
* html #frame{
height:1%;
}
* html #wrap{
height:1%;
}
#frame{
display:block;
}
#wrap{
display:block;
}
/* End hide from IE-mac */

/*◆リンク*/
a{
text-decoration:none;
color:blue;
}
/*◆リンク：訪問済み*/
a:visited{
text-decoration:none;
color:#810081;
}
/*◆リンク：マウスオーバー時*/
a:hover{
text-decoration:underline;
color:blue;
}
/*◆コンテンツ全体*/
#frame{
background-color:#FFFFFF;
}
/*◆メインカラム*/
#main{
}
/*◆サイドカラムA*/
#sub_a{
color:#000000;
background-color:#ffffff;
}
/*◆サイドカラムB*/
#sub_b{
color:#000000;
background-color:#ffffff;
}

/*◆メッセージボード - 基本設定 - メインカラム*/
#message{
margin-bottom:14px;
}
#message .contents{
padding:14px 24px;
}
/*◆記事 - 基本設定 - メインカラム*/
.entry{
margin-bottom:40px;
}
.entry .entry_head{
height:20px;
}
.entry .theme{
display:block;
padding:0 0 5px 0;
font-size: 12px;
}
.entry .date{
display:block;
float:left;
margin:0;
padding:1px 0;
font-size: 12px;
}
.entry .name{
display:block;
float:right;
margin:2px 0 0 0;
padding:0;
}
.entry h3.title{
clear:both;
margin:0 0 8px 0;
padding:3px 5px;
}
.entry .contents{
margin:15px 0 15px 0;
}
.entry .foot{
padding-top:5px;

}

/*◆パンくずリスト　太文字*/
.page{
margin:0 auto 14px auto;
padding:0;
font-size:14px;
text-align:center;
}

/*◆トラックバック - 基本設定 - メインカラム*/
#trackback{
margin:15px 0 0;
padding:0;
}
#trackback h3.title{
margin:0px;
padding:7px 0 8px 0;
background:none;
}
#trackback p.tr_URL{
margin-bottom:16px;
padding:0 0 8px 0;
}
#trackback ul{
margin:8px 0 18px 0;
padding:0 0 8px 0;
}

/*◆コメント - 基本設定 - メインカラム*/
#comment_module h3.title{
margin:0;
padding:7px 0 8px 0;
}
#comment_module p.list{
margin:0 0 10px 0;
padding:0;
}
#comment_module .comment_body{
margin:0;
padding:0 0 10px 0;
}
#comment_module .each_comment{
margin:0;
padding:0 0 20px 0;
}
#comment_module .comment_footer{
margin:0;
padding:0;
}
#comment_module .error{
margin-top:20px;
padding-bottom:10px;
}
#comment_module form ul{
width:340px;
margin:0 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;
width:80px;
font-size:0.91em;
}
#comment_module .error{
color:#FF0000;
}

/*◆読者一覧 - 基本設定 - メインカラム*/
#reader_list h3.title{
margin:0;
padding:7px 0 8px 0;
}
#reader_list li{
margin:0;
padding:8px 0;
}
#reader_list .reader_blog{
display:block;
margin-top:2px;
}

/*◆お気に入りブログ一覧 - 基本設定 - メインカラム*/
#favorite_list h3.title{
margin:0;
padding:0 0 5px 0;
}
#favorite_list ul{
}
#favorite_list li{
margin:0;
padding:8px 0;
}
#favorite_list .favorite_blog{
display:block;
margin-top:2px;
}
#favorite_list .favorite_theme{
display:block;
margin-top:2px;
}

/*◆ブックマーク一覧 - 基本設定 - メインカラム*/
#bookmark_list h3.title{
margin:0px;
padding:7px 0 8px 0;
}
#bookmark_list ul{
}
#bookmark_list li{
margin-bottom:4px;
padding:4px 0;
}

/*◆最新記事一覧 - 基本設定 - メインカラム*/
#recent_entries_list h3.title{
margin:0;
padding:7px 0 8px 0;
}
#recent_entries_list li{
margin:0;
padding:8px 0;
}

/*◆メッセージボード - デザインカスタマイズ - メインカラム*/
#message .contents{
border:1px solid #D4D4D4;
}

/*◆記事 - デザインカスタマイズ - メインカラム*/
/*記事テーマ*/
.entry .theme{
}
.entry .date{
width:99%;
background-color:#006599;
padding:5px 0 2px 5px;
border-bottom:1px solid #666666;
border-right:1px solid #666666;
display:block;
color:#FFFFFF;
}
/*記事編集者名*/
.entry .name{
color:#666666;
font-size:0.85em;
}
/*記事タイトル*/
.entry h3.title{

}
/*記事内容*/
.entry .contents{
line-height:1.5;
}
/*記事リンクフッター*/
.entry .foot{
border-top:1px dotted #7E8984;
font-size:16px;
text-align:right;
}

/*◆トラックバック - デザインカスタマイズ - メインカラム*/
#trackback{
border-top:3px double #7E8984;
line-height:1.5;
}
/*トラックバック見出し*/
#trackback h3.title{
font-size:1.17em;
}
/*トラックバック内ブログタイトル*/
#trackback .label{
font-weight:bold;
}
/*トラックバックURL*/
#trackback p.tr_URL{
border-bottom:1px dotted #7E8984;
}
/*トラックバックリスト*/
#trackback ul{
border-bottom:1px dotted #7E8984;
}

/*◆コメント - デザインカスタマイズ - メインカラム*/
#comment_module{
border-top:3px double #7E8984;
line-height:1.5;
}
/*コメント見出し*/
#comment_module h3.title{
background:none;
font-size:1.17em;
}
/*コメント記入欄を表示*/
#comment_module p.list{
font-size:0.85em;
}
/*コメントフッター*/
#comment_module .comment_footer{
border-top:1px dotted #7E8984;
}
/*各コメントタイトル*/
#comment_module .label{
font-weight:bold;
}

/*◆読者一覧 - デザインカスタマイズ - メインカラム*/
/*このブログの読者一覧見出し*/
#reader_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#reader_list li{
border-bottom:1px dotted #7E8984;
}

/*◆お気に入りブログ一覧 - デザインカスタマイズ - メインカラム*/
/*お気に入りブログ一覧見出し*/
#favorite_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#favorite_list li{
border-bottom:1px dotted #7E8984;
}

/*◆ブックマーク一覧 - デザインカスタマイズ - メインカラム*/
/*ブックマーク一覧見出し*/
#bookmark_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#bookmark_list li{
border-bottom:1px dotted #7E8984
}

/*◆最新記事一覧 - デザインカスタマイズ - メインカラム*/
/*記事一覧見出し*/
#recent_entries_list h3.title{
background:none;
font-size:1.17em;
}
/*リスト*/
#recent_entries_list li{
border-bottom:1px dotted #7E8984;
}


/*◆サイドA,B共通項目 - 基本設定 - サイド*/
div.mainMenu{
margin:0 0 30px 0;
padding:0;
font-size:0.91em;
line-height:1.3;
}
div.menu_frame{
}

/*◆モジュール内一覧 - 基本設定 - サイド*/
.mainMenu ul{
margin-left:6px;
margin-right:6px;
}
.mainMenu dl{
margin-left:6px;
margin-right:6px;
}
.mainMenu p,
#search form{
margin-left:6px;
margin-right:6px;
}
/*◆一覧を見る - 基本設定 - サイド*/
p.list,
p.link_blog{
margin-left:6px;
margin-right:6px;
padding-top:5px;
}
/*◆ランキング - 基本設定 - サイド*/
#ranking .menu_frame{
line-height:1.4;
}
#ranking .rank_ttl{
font-size:1.2em;
font-weight:bold;
}
#ranking .menu_frame img{
vertical-align:bottom;
}
/*◆プロフィール - 基本設定 - サイド*/
#profile p{
display:block;
}
/*◆ブログの読者 - 基本設定 - サイド*/
#reader dl{
margin-bottom:7px;
}
#reader dd{
}
#reader ul{
margin:5px 5px 0 5px;
padding:8px 0 0 0;
}
#reader li{
}
#reader p{
display:inline;
}
/*◆カレンダー - 基本設定 - サイド*/
#calendar{
}
#calendar .menu_title{
}
#calendar table{
width:168px;
font-size:0.91em;
line-height:1.3;
}
#calendar caption{
padding:5px 0;
}
#calendar caption a{
padding:0 5px;
}
#calendar th{
padding:0;
text-align:center;
}
#calendar td{
padding:0;
text-align:center;
}
/*◆テーマ - 基本設定 - サイド*/
#theme_list select{
margin-left:6px;
margin-right:6px;
}
/*◆最近の記事一覧 - 基本設定 - サイド*/
#recent_entries{
}
/*◆アーカイブ - 基本設定 - サイド*/
#archives select{
margin-left:6px;
margin-right:6px;
}
/*◆検索 - 基本設定 - サイド*/
#search form{
margin:0 7px;
}
#search .searchbox{
width:100px;
}
#search .searchbtn{
width:40px;
}
/*◆お気に入りブログ - 基本設定 - サイド*/
#favorite{
}
/*◆ブックマーク - 基本設定 - サイド*/
#bookmark{
}
/*◆最近のコメント - 基本設定 - サイド*/
#ecent_comment{
}
/*◆ランキング - 基本設定 - サイド*/
#ranking .rank_ttl{
display:block;
}
#ranking .rank{
display:block;
padding:0 3px 0 3px;
}
#ranking a{
}
#ranking img{
margin-left:5px;
}
#ranking .rank_all{
margin-bottom:8px;
}
#ranking .rank_genre{
margin-bottom:8px;
}
/*◆アメブロ推奨枠 - 基本設定 - サイド*/
#ameblo{
padding-top:7px;
font-size:0.85em;
text-align:center;
}
#ameblo p{
padding:0 7px 7px 7px;
line-height:1.25;
text-align:left;
}
#ameblo li{
display:block;
margin-bottom:5px;
}
/*◆RSS - 基本設定 - サイド*/
#rss{
margin:-3px auto 0 auto;
padding-bottom:16px;
border:none;
background-image:none;
text-align:center;
}


/*◆プロフィール - デザインカスタマイズ - サイド*/
#profile #new_profile{
color:#000000;
}

/*◆ブログの読者 - デザインカスタマイズ - サイド*/
#reader ul{
border-top:1px dotted #7E8984;
}

/*◆カレンダー - デザインカスタマイズ - サイド*/
/*日曜日*/
#calendar .sun{
}
/*土曜日*/
#calendar .sat{
}
/*ブログを書いた日*/
#calendar td a{
font-weight:bold;
text-decoration:underline;
}
/*◆プラグイン - デザインカスタマイズ - サイド*/
.plugin{
margin-bottom:15px;
text-align:center;
}

/*◆基本設定 - フッター*/
div#footerArea{

}

#main{
float: left;
width: 430px;
margin:0;
padding:0 10px;
}

#sub_a{
float: left;
z-index: 1;
width:160px;
margin:0;
padding:0 10px 0 5px;
}

#sub_b{
float: right;
z-index: 2;
width:160px;
margin:0;
padding:0 5px 0 10px;
}

/*◆headerの表示を消す*/

#overHeader #userNaviArea{
display:none !important;
}

div#userNaviArea a,
ul#navigationList{
display:none !important;
}

/*◆広告の文字調整*/

#advertising2,
#sideTextAd,
#footerInfoText,
#broadText1,
#advertising3,
#broadText2,
#broadText3{

font-size: 9px;

}

/*◆フリースペースの文字間隔調整*/

#freespace{
margin:0 2px 7px;
padding:3px 0 3px 5px;
}

/*◆ヘッダーの下にメニューを追加する*/

#navcontainer{
position: absolute;
width:300px;
top:100px;
left:0px;
z-index: 100;
}

/*◆リンクの文字を太文字にする*/

.subContents a{
color:blue;
font-weight:bold;
font-size:110%;
text-decoration:underline;
}
.subContents a:visited{
color:blue;
}
/*◆メッセージの自動挿入*/

.tme {
padding:15px 25px;
border:1px solid #D4D4D4;
font-size: 15px;
}

tme2 {
font-size: 15px;
padding:10 0 60px ;
}


.entry .fix{
padding:10 0 60px ;
font-size: 15px;
font-color: 000000;
}




/*◆基本設定 - フッター*/
div#footerArea{
width: 800px !important;
text-align:right;
background-repeat:repeat-y;
border-top:none;
margin:0 auto;
}

#tme2{
font-size: 15px;
}

.tme2 a{
color:blue;
font-weight:bold;
font-size:110%;
text-decoration:underline;
}

div#footerArea img{
padding-right:10px;
}

/*◆リンクの文字を太文字にする*/
.subContents a{
color:blue;
font-weight:bold;
font-size:110%;
text-decoration:underline;
}
.subContents a:visited{
color:blue;
.#advertising2 a{
color:#cccccc;
font-weight:normal;
font-size:12px !important;
*font-size:75% !important;/*forIE6IE7*/
}
}
.contents #advertising2{
margin:0 0px !important;
padding:0 0px;
background:!important;
}
#advertising2 a,
#advertising2 p{
color:#CCCCCC;
}
#footerInfoText a,
#footerInfoText p{
color:#CCCCCC;
}
#advertising3 a,
#advertising3 p{
color:#CCCCCC;
}
#broadText1 a,
#broadText1 p{
color:#CCCCCC;
}
#broadText2 a,
#broadText2 p{
color:#CCCCCC;
}
#broadText3 a,
#broadText3 p{
color:#CCCCCC;
}
#sideTextAd a,
#sideTextAd p{
color:#CCCCCC;
}
#ameblo p a,
#ameblo p p{
color:#CCCCCC;
}
#ameblo li a,
#ameblo li p{
color:#CCCCCC;
}
#ameblo a,
#ameblo p{
color:#CCCCCC;
}
#footer_ad a,
#footer_ad p{
color:#CCCCCC;
}

#tme2 a{
color:blue;
font-weight:bold;
font-size:110%;
text-decoration:underline;
}


/*追加2009.06.24*/

.subContents a{
color:blue;
font-weight:bold;
font-size:110%;
text-decoration:underline;
}
.subContents a:visited{
color:blue;


#advertising2 a{
color:#cccccc;
font-weight:normal;
font-size:12px !important;
*font-size:75% !important;/*forIE6IE7*/
}
}

/*◆ロールオーバー*/

#headNav{width:800px;height:25px;position:absolute;top:180px;left:-6px;background:url(http://www.egroove.co.jp/images/201003221212gm.png) no-repeat;}

#headNav li a{width:133px;height:25px;line-height:25px;display:block;float:left;text-indent:-9999px;}

li#menu1 a:hover{background:url(http://www.egroove.co.jp/images/201003221212gm.png) 0px -25px;padding: 0px;}

li#menu2 a:hover{background:url(http://www.egroove.co.jp/images/201003221212gm.png) -133px -25px;padding: 0px;;
}
li#menu3 a:hover{background:url(http://www.egroove.co.jp/images/201003221212gm.png) -266px -25px;padding: 0px;}
li#menu4 a:hover{background:url(http://www.egroove.co.jp/images/201003221212gm.png) -399px -25px;padding: 0px;}
li#menu5 a:hover{background:url(http://www.egroove.co.jp/images/201003221212gm.png) -532px -25px;padding: 0px;}
li#menu6 a:hover{background:url(http://www.egroove.co.jp/images/201003221212gm.png) -665px -25px;padding: 0px;}

li#menu1{
    display: inline;
}
li#menu2{
    display: inline;
}
li#menu3{
    display: inline;
}
li#menu4{
    display: inline;
}
li#menu5{
    display: inline;
}
li#menu6{
    display: inline;
}
#adJavaScript .HBgColor{background-color:#FFFFFF;}
#adJavaScript .HTitleColor{color:#0000ff;}
#adJavaScript .HTextColor{color:#000000;}
#adJavaScript .HUrlColor{color:#0000ff;}
#adJavaScript2 .HBgColor{background-color:#FFFFFF;}
#adJavaScript2 .HTitleColor{color:#0000ff;}
#adJavaScript2 .HTextColor{color:#000000;}
#adJavaScript2 .HUrlColor{color:#0000ff;}