@charset "utf-8";
/*
-----------------------------------------

 【CSS編集 目次】

　(1) 文字のスタイル
　(2) ボタンのスタイル
　(3) エリアのスタイル
　(4) その他、拡張

  ※CSS編集で広告を修正しないでください
  （規約違反に該当する可能性があります）

-----------------------------------------
*/



/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


　(1) 文字のスタイル


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (1-1) 全体の文字
--------------------------------------------*/


/* 通常文字 */
.skinTextColor, .skinBaseTextColor, .skinBlock, body {
	color: #656565;
}
/* リンク */
.skinAnchorColor, .skinBaseAnchorColor, .skinBlock a, a {
	color: #3686c1;
}
/* 訪問済のリンク */
.skinAnchorVisitedColor, .skinBaseAnchorVisitedColor, .skinBlock a:visited, a:visited {
	color: #3686c1;
}
/* マウスオーバーしたときのリンク */
.skinAnchorHoverColor, .skinBaseAnchorHoverColor, .skinBlock a:focus, .skinBlock a:hover, a:focus, a:hover {
	color: #ff5300 !important;
	text-decoration: underline !important;
}
/* 弱い文字 （日付など）*/
.skinWeakColor, .skinBaseWeakColor {
	color: #656565;
}
/* 強い文字 （NEW! 更新!など）*/
.skinStrongColor, .skinBaseStrongColor {
	color: #ff5300;
}
/* (1-2) ブログタイトル文字
--------------------------------------------*/


/* skinTitle ブログタイトル文字 */
.skinTitle, .skinTitle:visited, .skinTitle:hover, .skinTitle:focus {
	color: #3686c1;
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin-left: 182px;
	padding-top: 16px !important;
}
/* skinDescription ブログの説明文字 */
.skinDescription {
	color: #333333;
	display: none;
}
/* (1-3) 記事／メッセージボード内の文字のスタイル
--------------------------------------------*/

/* skinArticleTitle 記事タイトル文字 */
.skinArticleTitle, .skinArticleTitle:hover, .skinArticleTitle:focus, .skinArticleTitle:visited {
	font-size: 1.31em;
	font-weight: bold;
	color: #0066cc;
}
/* (1-4) サイドバー内の文字のスタイル
--------------------------------------------*/

/* skinMenuTitle サイドメニュータイトル文字 */

/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (2) ボタンのスタイル
 ※ボタンの背景画像や文字の色などを指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* (2-1) ボタン[横180px 縦35px]
--------------------------------------------*/


/* ボタンの背景画像 ※[横180px 縦35px]のボタンの背景画像を指定 */
.skinImgBtnM {
	background-image: url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_m.png);
}
/* ボタンの文字色 */
.skinImgBtnM:hover span, .skinImgBtnM:focus span, .skinImgBtnM span {
	color: #333333 !important;
}
/* (2-2) アイコン付きボタン[横128px 縦28px]
--------------------------------------------*/


/* アイコン付き ボタンの背景画像 ※[横128px 縦28px]のボタンの背景画像を指定 */
.skinImgBtnS {
	background-image: url(//stat100.ameba.jp/p_skin/wu_pf_cssedit/img/skin_btn_s.png);
}
.skinImgBtnS:hover span, .skinImgBtnS:focus span, .skinImgBtnS span {
	/*
 アイコン画像は下記から指定
 menu_icons_pastel.png (パステル）
 menu_icons_gray.png（グレー）
 menu_icons_black.png（黒）
 menu_icons_white.png（白）
*/
	background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/menu_icons/menu_icons_pastel.png);
	color: #333333 !important;/* ←ボタンの文字色 */
}
/* (2-3) ページ送りボタンの  << 次へ 、前へ >> 、「次の記事タイトル」 >> ボタン
--------------------------------------------*/


.skinSimpleBtn, .skinSimpleBtn:visited, .skinSimpleBtn:hover, .skinSimpleBtn:focus {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #0066cc !important;
}
/* ボタンにマウスオーバー */
.skinSimpleBtn:hover, .skinSimpleBtn:focus {
	background: #f7f7f7;
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (3) エリアのスタイル
 ※背景画像、サイズ、ボーダーなどを各部分ごとに指定


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/



/* (3-1) ボディ（全体）
--------------------------------------------*/


/* skinBody ボディ */
.skinBody {
	background-image: url(//stat.ameba.jp/user_images/20140307/18/dentrance/9b/11/j/o0027050912867941003.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 !important;
	padding: 0 !important;
}/* ←ブログ全体に背景を敷きたいとき */
.skinBody2 {
}
.skinBody3 {
}
/* (3-2) ブログヘッダー
--------------------------------------------*/
.skinHeaderFrame {
	margin-bottom: 106px !important;
}
header {
	margin-bottom: 60px !important;
}
.skinFrame {
	margin: 0 !important;
	padding: 0 !important;
}
.skinBlogHeadingGroupArea {
	margin: 0 !important;
	padding: 0 !important;
}
/* skinHeaderArea ブログヘッダー980pxエリア */
.skinHeaderArea {
	background-image: url(http://dental-sumaho.com/ameblo/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	height: 434px;
}/* ←ブログヘッダーに背景画像を敷きたいとき */
/* skinBlogHeadingGroupArea タイトルと説明を囲うエリア */
.skinBlogHeadingGroupArea {
	padding: 0;
}
/* skinTitleArea ブログタイトルのエリア */
.skinTitleArea {
	padding-bottom: 0 0 0 4px !important;
	margin: 0 !important;
}
/* skinDescriptionArea ブログの説明エリア */
.skinDescriptionArea {
}
/* (3-3) コンテンツエリア
--------------------------------------------*/


/* skinContentsArea コンテンツ980pxエリア */
.skinContentsArea {
/* 注 ベースのcssにwidth:980px;の記述有り */
}
/* (3-4) メインエリア
--------------------------------------------*/


.skinMainArea {
	margin: 0 !important;
	padding: 0 !important;
}
/* (3-5) メッセージボード
--------------------------------------------*/

.skinMessageBoard {
	margin: 0 auto !important;
	width: 422px;
	border: none !important;
}
.skinMessageBoard #MSGE_text {
	/* 注 ベースのcssに margin-bottom の記述有り */
	z-index: 201;/* これは変えないほうがいいらしい */
	width: 422px;/* メッセージボードの横幅*/
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}
.skinMessageBoard #MSGE_text .movie {
	margin-bottom: 0;
}
.skinMessageBoard #MSGE_text img {
	margin-bottom: 12px;
}
.skinMessageBoard #MSGE_text a:hover img  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
.skinMessageBoard2 {
	margin: 0 !important;
	padding: 0 !important;
}
.skinMessageBoard3 {
	margin: 0 !important;
	padding: 0 !important;
}
/* (3-6) 記事
--------------------------------------------*/

/* skinArticle 記事エリア */
.skinArticle {
	/* 注　ベースのcssに margin-bottom の記述有り */
	padding: 16px 0;
	border: 1px solid #dddddd;
	background: #ffffff;/* ←記事に背景を敷きたいとき */
}
.skinArticle2 {
}
.skinArticle3 {
}
/* skinArticleHeader 記事タイトルエリア */
.skinArticleHeader {
	background: repeat-y bottom left url(//stat.ameba.jp/user_images/20140311/12/dentrance/0a/db/j/o0470004512871827715.jpg);
	border: solid 1px #CCCCCC;
	padding: 10px 10px !important;
	margin: 0 12px !important;
}
.skinArticleHeader2 {
	border-left: 3px solid #3686c1;
}
.skinArticleHeader2 a {
	display: block !important;
	margin-left: 12px !important;
}
/* skinArticleBody 記事本文エリア */
.skinArticleBody {
}
.skinArticleBody2 {
	margin: 0 29px;
}
/* skinArticleFooter 記事フッターエリア */
.skinArticleFooter {
	margin: 10px 29px 0;
	border-top: 1px dotted #949494;
}
.articleDetailArea {
	text-align: right !important;
	color: #999 !important;
}
.skinArticleBody a {
	color: #3686c1 !important;
	text-decoration: none !important;
}
.skinArticleBody a:hover {
	color: #ff5300 !important;
	text-decoration: underline !important;
}
/* (3-7) サイドバーエリア
--------------------------------------------*/

  
.skinSubArea {
} /* サイドバーエリア共通 */
.skinSubA .themeMenu {
	background: url(//stat.ameba.jp/user_images/20140311/12/dentrance/56/30/g/o0300043812871805964.gif) repeat-y top right !important;
	width: 300px;
	margin-bottom: 12px;
}
.skinSubA .themeMenu .skinMenu2 {
	border: none !important;
}
.skinSubA .themeMenu .skinMenuHeader {
	background: url(//stat.ameba.jp/user_images/20140311/13/dentrance/45/ab/j/o0300005612871838314.jpg) no-repeat top center !important;
	background-color: none !important;
	height: 56px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.skinSubA .themeMenu .skinMenuBody {
	background-color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}
.skinSubA .themeMenu .skinMenuHeader .skinMenuTitle {
	display: block !important;
	margin-left: 12px !important;
	padding-top: 14px !important;
	font-size: 120% !important;
}
.skinSubA .themeMenu .skinSubList li {
	background: no-repeat bottom left url(//stat.ameba.jp/user_images/20140311/12/dentrance/c0/7f/j/o0288000212871829976.jpg);
	border-bottom: none !important;
	margin: 0 0 0 12px !important;
	line-height: 140%;
	font-weight: bold;
}
.skinSubA .themeMenu .skinSubList li a {
	background: url(//stat.ameba.jp/user_images/20140311/15/dentrance/b2/ff/j/o0288004412871949712.jpg) no-repeat center left;
	/*padding-left: 24px;*/
	width: 288px;
	height: 32px;
	display: block;
	margin: 0 !important;
	padding-left: 38px;
	padding-top: 12px;
}
.skinSubA .themeMenu .skinSubList li a:hover {
	color: #3686c1 !important;
	text-decoration: none !important;
	background: url(//stat.ameba.jp/user_images/20140311/15/dentrance/67/91/j/o0288004412871949713.jpg) no-repeat center left;
}
.skinSubA .themeMenu .listLink {
	display: none !important;
}
/* 300pxのサイドバーエリア */
.skinSubB {
} /* 180pxのサイドバーエリア */
/* (3-8) サイドバー　メニュー


--------------------------------------------*/


/* skinMenu サイドバー　メニューのエリア */
.skinMenu {
	/* 注　ベースのcssに margin-bottom の記述有り */
	background: #f7f7f7;/* ←サイドメニューに背景を敷きたいとき */
}
.skinMenu2 {
	border: solid 1px #e0e0e0;
}
/* skinMenuHeader サイドメニュータイトルエリア */
.skinMenuHeader {
	color: #fff !important;
	font-weight: bold !important;
	padding: 12px;
	background: url(//stat.ameba.jp/user_images/20140311/11/dentrance/c5/32/j/o0180030012871778284.jpg) bottom center repeat-x;/* ←サイドメニューのタイトルに背景を敷きたいとき */
}
/* skinMenuBody サイドメニュー本文エリア */
.skinMenuBody {
	margin: 10px;
	padding: 10px;
	background: #ffffff;/* ←サイドメニューの本文に背景を敷きたいとき */
}
/* (3-9) サイドバーの　リスト画像、ボーダー　※要素のbottomに指定すること
--------------------------------------------*/


.skinSubHr, .skinSubList li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #b3b3b3;
}
/* (3-10) コメント欄、記事一覧などの一覧
--------------------------------------------*/


/* 背景色 */
.skinBgColor, .skinBaseBgColor, .skinBlock {
	background-color: #ffffff;
}
/* 弱い背景色 */
.skinWeakBgColor, .skinBaseWeakBgColor {
	background-color: #f7f7f7;
}
/* 強い背景色 */
.skinStrongBgColor, .skinBaseStrongBgColor {
	background-color: #f7f7f7;
}
/* 枠線の色 */
.skinBorderColor, .skinBaseBorderColor, .skinBlock {
	border-color: #dddddd;
}
/* 境界線の色 */
.skinBorderHr, .skinBorderList li {
	border-color: #b3b3b3;
}
/*
＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊


 (4) その他、拡張


＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊:::＊
*/


/* ナビゲーション */
#navi {
	position: absolute;
	top: 443px; /*-- ヘッダー画像との距離 --*/
	margin-top: 20px;/*--上と下の間隔--*/
	width: 980px;
}
#navi a {
	display:block;
	height:65px;
}
#menu01 {
	position: absolute;
	display: block;
	top: 0px;/*--トップからの位置--*/
	left: 0px;/*-- ヘッダー左端からの位置 --*/
	width: 161px; /*-- メニューバーの幅 --*/
	height: 86px; /*-- メニューバーの高さ --*/
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/36/1a/j/o0161008612867998644.jpg) no-repeat;
}
#menu01:hover {
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/7c/c5/j/o0161008612867999056.jpg) no-repeat;
}
#menu02 {
	position: absolute;
	display: block;
	top: 0px;/*--トップからの位置--*/
	left: 161px;/*-- ヘッダー左端からの位置 --*/
	width: 164px; /*-- メニューバーの幅 --*/
	height: 86px; /*-- メニューバーの高さ --*/
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/6e/27/j/o0164008612867998645.jpg) no-repeat;
}
#menu02:hover {
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/1f/22/j/o0164008612867999057.jpg) no-repeat;
}
#menu03 {
	position: absolute;
	display: block;
	top: 0px;/*--トップからの位置--*/
	left: 325px;/*-- ヘッダー左端からの位置 --*/
	width: 164px; /*-- メニューバーの幅 --*/
	height: 86px; /*-- メニューバーの高さ --*/
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/f0/00/j/o0164008612867998643.jpg) no-repeat;
}
#menu03:hover {
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/34/37/j/o0164008612867999058.jpg) no-repeat;
}
#menu04 {
	position: absolute;
	display: block;
	top: 0px;/*--トップからの位置--*/
	left: 489px;/*-- ヘッダー左端からの位置 --*/
	width: 164px; /*-- メニューバーの幅 --*/
	height: 86px; /*-- メニューバーの高さ --*/
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/ed/c6/j/o0164008612867998646.jpg) no-repeat;
}
#menu04:hover {
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/49/6e/j/o0164008612867999063.jpg) no-repeat;
}
#menu05 {
	position: absolute;
	display: block;
	top: 0px;/*--トップからの位置--*/
	left: 653px;/*-- ヘッダー左端からの位置 --*/
	width: 164px; /*-- メニューバーの幅 --*/
	height: 86px; /*-- メニューバーの高さ --*/
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/89/b0/j/o0164008612867998647.jpg) no-repeat;
}
#menu05:hover {
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/6a/e3/j/o0164008612867999351.jpg) no-repeat;
}
#menu06 {
	position: absolute;
	display: block;
	top: 0px;/*--トップからの位置--*/
	left: 817px;/*-- ヘッダー左端からの位置 --*/
	width: 164px; /*-- メニューバーの幅 --*/
	height: 86px; /*-- メニューバーの高さ --*/
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/d8/2d/j/o0163008612867999055.jpg) no-repeat;
}
#menu06:hover {
	background: url(//stat.ameba.jp/user_images/20140307/19/dentrance/ff/98/j/o0163008612867999352.jpg) no-repeat;
}
/*footter追加*/
#original_footer {
    width: 100%;
    text-aling: center;
    font-size: 12px;
    padding: 0;
    margin: 0 auto;
	background: url(//stat.ameba.jp/user_images/20140311/16/dentrance/c5/06/g/o0005000512872007120.gif) top left;
}
#original_footer img {
	margin:0 !important;
	padding:0 !important;
}
#original_footer ul {
    text-align: center;
    list-style-type: none;
    margin: 24px auto 24px auto;
}
#original_footer li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
#original_footer .copyright {
    text-align: center;
    color: #fff;
	background-color:#3686c1;
    clear: both;
    margin: 0;
    padding: 12px 0;
}
.footer_top{
	background: url(//stat.ameba.jp/user_images/20140311/16/dentrance/00/14/j/o0015002112872004770.jpg) repeat-x bottom left;
	height:21px;
	margin:0;
	padding:0;
}
.footer_logo{
	width:980px;
	margin:0 auto;
	padding:0;
}
a img {
    border-style:none;
}
/*ブックマーク*/
.bookmarkMenu {
	background-color:#f7f7f7;
}
.bookmarkMenu .skinMenuBody {
	border:solid 2px #e6e6e6;
	background: url(//stat.ameba.jp/user_images/20140314/11/dentrance/79/73/j/o0300030012874665423.jpg) no-repeat bottom center;
}
.bookmarkMenu li {
	padding:6px 0 8px 0;
	border-bottom: none;
	background:url(//stat.ameba.jp/user_images/20140314/11/dentrance/e7/0c/p/o0295000612874675168.png) no-repeat bottom left;
}
/*左サイドのバナーhover処理*/
.skinMenu a:hover img  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
