@charset "utf-8";
@import url(http://deremas.doorblog.jp/deremas.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "default2012";
 :shortdesc "Default design 2012 for livedoor Blog";
 :created "2012-06-20";
 :release [:revision "1.11"; :created "2012-09-14"];
 :rights "NHN Japan Corp.".
*/

a:focus { outline:none;}
/* 全体のレイアウト
----------------------------------------------- */
body {
	background-color: #eff0eb;
}
#wrapper {
	padding-top: 10px;
}
#container {
	border-radius:8px;
	margin: 0 auto;
	width: 1000px;
}
#content {
	border-radius: 0 0 4px 4px;
	position: relative;
}

#main {
	padding: 10px;
margin-left: 15px;
}

#main2 {
border-radius: 6px 6px 6px 6px;
float: left;
width: 730px;
background-color: white;
padding: 10px;
}

#main2 .article-titles {
font-size:21px;
color: #197BB0;
font-weight: bold;
}
#sidebar {}
ul, li {
list-style-type: none;
}
/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	border-radius: 0 0 4px 4px;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}
/*コメント*/
.comment-author, .ping-title {
    font-weight: bold;
    margin-left: 15px;
    padding-right: 8px;
}
.comment-body {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin-left: 16px;
    padding: 20px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
width:990px;
}
body.layout-2col #main {
border-radius: 0 0 0 4px;
float: left;
width: 500px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	border-radius: 0 0 4px 0;
	float: right;
	width: 230px;
}
body.layout-2col #sidebar-inner {}


#mio {
    background: url("http://livedoor.blogimg.jp/deremasu/imgs/f/9/f943d3c9.png") no-repeat scroll center top transparent;
position: absolute;
width: 339px;
height: 400px;
margin-left: 665px;
}

/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #080000;
	font: 14px/1.2 Verdana,sans-serif;
}
a,
body.articlePage .article-title a:visited {
	color: #336699;
	text-decoration:none;
    text-shadow: 1px 1px 1px #CCCCCC;
}

a:link {color: #336699;	text-decoration:none;}
a:visited {
	color: #336699;
	text-decoration:none;
}
a:hover {
	color: #CC6699;
	text-decoration:none;
}
a:active {color: #2e90c5;}

.article-title a:visited{
color: #336699;
}
.sidebody a:link{
color:#336699;
}
.sidebody a:visited{
color:#336699;
}
.sidebody a:active{
color:#336699;
}
#sidebar-inner a:visited{
color:#336699;
}
.article-meta .article-category1 a:link{
color:white;
}
.article-meta .article-category1 a:visited{
color:white;
}
.article-meta .article-category2 a:link{
color:white;
}
.article-meta .article-category2 a:visited{
color:white;
}
.article-meta .article-comment-count a:link{
color:white;
}
.article-meta .article-comment-count a:visited{
color:white;
}
/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
height: 85px;
width: 380px;
}
#blog-header hgroup {
line-height: 1;
margin: 5px;
height: 85px;
overflow: hidden;
width: 380px;
background: url("http://deremas.doorblog.jp/img/deremas4.png") no-repeat scroll 0 0 transparent;
 text-indent: 100%;
 white-space: nowrap;
}


#blog-header hgroup a {
display:block;
height:85px;
width: 380px;
}
#blog-title {
	color: #fff;
	font-size: 1px;
	font-weight: bold;
 white-space: nowrap;
	padding-bottom: 4px;
text-indent: 100%;
}
#blog-description {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
#blog-description a {
	color: #fff;
}

.headwaku {
 height: 289px;
    overflow: hidden;
  width: 670px;
}

.headwaku .rss {
    border-bottom: 1px solid #A5CBFF;
    border-left: 1px solid #A5CBFF;
    border-right: 1px solid #A5CBFF;
    height: 318px;
    overflow: hidden;
    text-align: center;
    width: 539px;
 border-radius: 3px 3px 3px 3px;
}

.headwaku p {
font-size: 16px;
text-align: center;
background: steelBlue;
font-weight: bold;
color: white;
}
/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
padding-bottom: 10px;
}
/* 記事ヘッダー、記事タイトル */
.article-header {
	position: relative;
}
.article-title {
height:100px;
padding-left: 15px;
}
.article-title a {
       border-bottom: 1px dashed gainsboro;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 90px;
    overflow: hidden;
    text-decoration: none;
}

.article-title a:hover {
       border-bottom: 1px dashed #000;
color:#CC6699;
}

/* 日付 */
.article-date {
	color: #808080;
	font-size: 12px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
}
.article-meta {
padding: 5px 0;
background-color: steelBlue;
border-radius:10px;
color: white;
 position: relative;
top: 3px;
margin: 0 5px;
width: 440px;
}
.article-social-btn {
}

/* 関連記事 */
.article-body .related-articles {
	line-height:1.3
}
.article-body .related-articles h3 {
    border-bottom: 1px solid #CCCCCC;
    border-left: 5px solid #52719C;
    font-size: 16px;
margin-left: 5px;
    font-weight: bold;
    padding: 3px 7px;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:8px 0;
	padding-left: 16px;
font-size:16px;
 font-weight: bold;
}

/* 続きを読む */
.article-continue a {
	color:#333;
}

/* 共通テーマ */
dl.common-theme{
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px 12px;
}

/* メッセージボード */
.message-board {
	background-color: #f7f7f7;
	border: 1px solid #e4e7e8;
	border-radius: 4px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 26px;
	overflow: hidden;
	padding: 15px;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
	background-color: #fafafa;
	border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
	color: #080000;
	font-size: 14px;
}
.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
}
.article-body-inner h4 {
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
font-size:16px;
margin-bottom:15px;
line-height:2;
}

blockquote:before {
    content: none;　　　　　　　　/* 引用符「”」を非表示に */
}

.article-body-inner img.pict{
	border: 5px solid #fff;
	box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
	margin: 1em 6px 1.5em!important;
	max-width: 98.4%;

}
 
a:hover img.pict {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #000;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span {
	background-color: #2e90c5;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
ul.index-navigator a:hover {
	background-color: #eee;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
ul.index-navigator a:visited {
	color: #555;
}

/* 記事ページ、月別アーカイブページ */
ul.article-pager li a,
ul.archives-pager li a {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02);
	color: #555;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
	color:#555;
	padding: 40px;
}
#blog-footer a {
	color:#555;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {

padding-bottom: 10px;
position: relative;
font-size: 12px;
background: white;
overflow: hidden;

}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    background: none repeat scroll 0 0 #52719C;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    padding: 5px 6px;
}
.sidewrapper .sidetitle a {
	color: #333;
}
.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}

.sidewrapper .side {
text-align:left;
background-color: white;
padding-left: 1px;
}




/* カレンダー */
.calendarhead {
	font-weight: bold;
	text-align: center;
}
table.caltblwk .weekday {
	color: #666;
}
table.caltblwk .sun {
	color: #ff5d5d;
}
table.caltblwk .sat {
	color: #578efa;
}
table.caltblday {
	color: #8d8d8d;
	border-collapse: separate;
	border-spacing: 1px;
}
table.caltblday .caloff {
	background-color: #fff;
	border: 1px solid #e4e7e8;
}
table.caltblday .calon {
	background-color: #2e90c5;
	border: none;
}
table.caltblday td a {
	color:#fff;
	height: 23px;
	line-height: 23px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.7);
}
table.caltblday td a:hover {
	background-color: #197bb0;
}
table.caltblday td a:visited {
	background-color: #c8a7dd;
}


body.layout-2col #sidebarleft {
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    width: 210px;
}



/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
	background: #fafafa;
	border-left: 5px solid #2e90c5;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 15px;
	padding: 10px;
margin-bottom: 10px;
}

/* 記事下広告 */
#ad2 {}
#ad2 a.addescription {
	color:#666;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#blog-header.show-image #blog-header-image {
	border-radius: 4px 4px 0 0;
}
#blog-header.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
	opacity: 0.15;
}

.t_h{font-size:12px;margin-bottom:15px;  margin-top: 5px;}
.t_b{font-weight:bold;padding-left:10px;font-size:18px;font-family:sans-serif,'Hiragino Kaku Gothic Pro''Meiryo UI',Meiryo,Verdana,sans-serif;margin-bottom:35px;line-height:2;}
.t_c{padding-left:10px;font-size:16px;font-family:sans-serif,'Hiragino Kaku Gothic Pro''Meiryo UI',Meiryo,Verdana,sans-serif;margin-bottom:35px;line-height:2;}
.res_h{font-size:10px;margin-bottom:35px;}
.res_b{font-weight:bold;padding-left:10px;font-size:16px;font-family:sans-serif,'Hiragino Kaku Gothic Pro''Meiryo UI',Meiryo,Verdana,sans-serif;margin-bottom:15px;line-height:1.8;}
.inyou {
    background: none repeat scroll 0 0 white;
    border: 1px dashed #CCCCCC;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 5px;
}

ul.title-sub {
width:500;
}

li.sub {
width:500px;
}




#rss1 {
margin-top:2px;
    overflow: hidden;
    border: 1px solid #C8C8C8;
    border-radius: 3px 3px 3px 3px;
}

#rss1 a {
	padding-left: 12px;
	display: block;
	font-size: 16px;
font-weight:bold;
	margin-left:8px;
line-height: 21px;
padding: 3px 0 3px 15px;
}

#rss1 img, #rss2 img, #rss3 img{
	display:none;
}

.blogroll-ad-img, .blogroll-ad-default, ul.blogroll-list-wrap li.blogroll-category-name {
	display: none;
}

#rss1 .blogroll-list {
border-bottom: 1px dashed gainsboro;
	background: url("http://deremas.doorblog.jp/img/cool.png") no-repeat scroll 2px 3px;
}

.article-body-more h2, .article-body-more h3, .article-body-more h4, .article-body-more h5, .article-body-more h6 {
border-bottom: 3px solid #7F7F7F;
font-size:20px;
padding: 10px;
padding-top: 10px;
margin-top: 30px;
border-left: 5px solid;
}

.topkanren {
width: 500px;
height: 165px;
border-radius: 10px;
float: right;
 background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0px 3px 8px rgba(51, 51, 51, 0.2);
}
.samunekanren {
float:left;
width:150px;
height:150px;
padding-left: 5px;
}
.samunekanren img {
width:150px;
height:150px;

}
.titlekanren {
    float: left;
    height: 157px;
    padding-top: 5px;
    width: 335px;
}

.titlekanren .article-tags {
    margin: 0px;
    font-size: 13px;
    overflow: hidden;
    height: 36px;
}
.hosoku {
    background-color: #F5F5F5;
    border: 2px dashed #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
.kanren {
background-color: whiteSmoke;
border-left: 2px dashed #CCC;
border-right: 2px dashed #CCC;
border-bottom: 2px dashed #CCC;
font-size: 16px;
font-weight: bold;
padding: 10px;
}
.kizirss{margin-left:-707px;}
#kizibottomrss{height:363px;overflow:hidden; margin-bottom: 10px;}
.kizirss2{margin-left:-2090px;}
#kizibottomrss2{height:190px;overflow:hidden; margin-bottom: 20px;border: 1px solid #CCCCCC;}
.kizirss3{margin-left:-2800px;}
#kizibottomrss3{height:207px;overflow:hidden; margin-bottom: 5px;}
.imasrss{margin-left:-2195px;}
#imasbottomrss{height:255px;overflow:hidden; margin-bottom: 5px;}

.gazorss{margin-left:-1402px;margin-top: 5px;}
#gazobottomrss{height:137px;overflow:hidden;}

.side_gazo_rss{margin-left:-3000px;margin-top: 5px;}
.side_gazo_rss2{overflow:hidden;}
.sideright_gazo_rss{margin-left:-3249px;margin-top: 5px;}
.sideright_gazo_rss2{overflow:hidden;}


.kizititle{
    border-bottom: 1px solid #CCCCCC;
    border-left: 5px solid #52719C;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 5px 5px;
    padding: 3px 7px;
}

#i2i-15a675c9be31438acfd-wrap{
margin-bottom: 2em;
}

li.day {
margin-right:15px;
}

#main2 .article-header .article-titles{
width: 100%;
  border-bottom: 3px solid;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.titlematome {
width:700px;
 height: 170px;
}

.samunekanren .pict{
    border: 1px solid #000000;
    margin-top: 4px;
    padding: 2px;
background:none!important;
}
.socialcate {
width:332px;
margin: -2px 10px;
}

.zyosiry{
border:1px solid #CCCCCC;
padding:15px;
background:white;
}
.plugin-search_internal.sidewrapper {
height: 65px;
}

.sainin {
width: 630px;
height: 150px;
}

.headsaikin {
width: 310px;
height: 150px;
background: white;
overflow: auto;
float:left;
}
.headsaikin li {
padding: 5px 0 5px 2px;
font-size: 16px;
border-bottom: 1px dashed gainsboro;
font-weight: bold;
}

.rank{
float:left;
width:310px;
height:150px;
overflow:auto;
background: white;
}
.rank table{
font-size: 16px;
font-weight: bold;
position: relative;

top:-59px;
}
.rank td{
padding:5px 0 5px 2px;border-bottom: 1px dashed gainsboro;
}

.headline{
background: white;
border-radius: 4px;
 margin-top: 6px;
}

.menu_ul1{
	font-size:12px;/*font size*/
	font-weight: bold;
	width: 100%;
}

.menu_ul1 ul{
	padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.menu_ul1 ul li{
	display: inline;
}

.menu_ul1 ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #959595; /*bottom border is 3px*/
}

.menu_ul1 ul li a:hover, .menu_ul1 ul li a.selected{
	border-bottom-color: steelBlue;
}

.t_b td {
width: 100px;
}

div#tl-content ul{
max-height: 200px;
}

#main2 .ninja_onebutton {
    border: 1px solid #CCCCCC;
    height: 25px;
    margin-top: 10px;
    padding: 15px 10px 10px;
}
.wareclass_image {
height: 64px;
}
    


ul.acc a, ul.acc li ul a {
 text-decoration: none;
 color: #333333 !important;
}
ul.acc a:hover, ul.acc li ul a:hover {
 text-decoration: underline;
}
ul.acc ,ul.acc li ul {
 list-style: none;
}
ul.acc {
 width: 230px;
 color: #fff;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  background-color: #add8e6;
  background-size: 4px 4px;
margin: 0 0 10px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 2px 3px 2px rgba(0,0,0,.2);
}

ul.acc a{
 padding: 0 10px;
 display: block;
 height: 30px;
 line-height: 30px;
}
ul.acc li {
 border-top: 1px dotted #555555;
}
ul.acc li ul {
 margin: 0 0 0 15px;
 background-color: #E1F1F6;
}
ul.acc li ul a {
 padding: 5px;
 display: block;
 height: 20px;
 line-height: 20px;
}
ul.acc li ul li{
 border-top: 1px dotted #888888;
}
.idolname > a {
    margin-left: 20px;
}

.acc img {
    float: left;
    margin-left: 2px;
    margin-top: 6px;
}


.sf {
    border: 1px solid #CCCCCC;
    margin-right: 5px;
    padding: 2px;
    width: 190px;
}

.sfbtn {
    border: 1px solid #CCCCCC;
    padding: 2px;
    width: 45px;
}

#sidebarleft .recent-article-image a {
    font-size: 14px;
}
.kobetu_b .plugin-popular_articles_with_image.sidewrapper {
    display: none;
}
.kobetu_b .plugin-memo.sidewrapper {
    display: none;
}
.kobetu_b .plugin-recent_comments.sidewrapper {
    display: none;
}
.kobetu_b .plugin-link.sidewrapper {
    display: none !important;
}

.kobetu_b .recent-article-image li {
    border-bottom: 1px dashed gainsboro;
    float: left;
    height: 60px;
    margin: 6px !important;
    overflow: hidden;
    width: 305px;
}

.kobetu_b {
    border: medium none;
}

.kobetu_b .recent-article-image a {
    font-size: 16px;
 display: block;
    font-weight: bold;
}

.commenttime .textarea-outer > textarea {
    height: 200px;
    width: 600px;
}

.commenttime .button {
    height: 51px;
    margin-top: 10px;
    width: 250px;
}

.dayfoo{
    border: 1px solid #333333;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 #888888 inset;
    color: #FFFFFF;
    font-size: 14px;
    padding: 8px 10px;
  margin-bottom: 5px;
background:none repeat scroll 0 0 #444444;
}

.article-aa {
    font-size: 12px;
    line-height: 20px;
    width: 330px;
}
#nink table {
    font-weight: bold;
    margin-bottom: -63px;
    overflow: hidden;
    width: auto;
}

#nink {
    margin-left: 15px;
}

.pager.article-pager-type2 {
    padding: 15px;
}

.kobetu_b .sidewrapper{
padding:0;
}
.kobetu_b .plugin-recent_articles_image.sidewrapper .side li {
    width: 48%;
}
.side ul.tagcloud li.tag-lifetime-0, .side ul.tagcloud li.tag-lifetime-1, .side ul.tagcloud li.tag-lifetime-2, .side ul.tagcloud li.tag-lifetime-3, .side ul.tagcloud li.tag-lifetime-4 {
font-size:16px;
margin-right: 5px;
}
.ksk .popularArticlesWithImage.A{
margin:0px;
}
.ksk div.popularArticlesWithImage.A div.title{
height:31%!important;
}
#plugin-monthly-3820525 .side select {
    padding: 2px;
    width: 200px;
}
.amazon img {
    margin-bottom: 5px;
}

.cap {position: relative;float: left;margin-left: 15px;}
 
.cap img {
border: 1px solid;
   margin: 0 !important;
width:220px;
height:250px;
   padding: 0 !important;
}
 
.cap p {
   position: absolute;
   left: 0;
   bottom: 0;
   color: #fff;
   padding: 5px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}

.left-link {
position: relative;
}
.left-link img {
border: 1px solid;
   margin: 0 !important;
width:207px;
height:170px;
   padding: 0 !important;
}
.left-link p {
width: 199px;
   position: absolute;
   left: 0;
   bottom: 1px;
   color: #fff;
    font-size: 11pt;
   padding: 5px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
}

.loading {
    clear: left;
}
.sidebody.category-child > a {
    margin-left: 15px;
    font-size: 14px;
}
.sidebody.category-parent {
    font-size: 14px;
}

.article-category dd, .article-comment-count dd {
    padding: 0 5px !important;
}


.idol_birthday {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 10px;
}

.rn-tweet {background: url("http://deremas.doorblog.jp/img/icon/twitter16.png") no-repeat -32px 12px;}

.figure {position: relative;float: left;margin-left: 15px;}
 
.figure img {
border: 1px solid;
   margin: 0 !important;
height:300px;
   padding: 0 !important;
}
.imas_niconama {
text-align: center;
padding: 10px;
}
.idol_serif td{font-size: 16px;line-height: 1.6;}


.h2test {
    border: medium none !important;
    font-size: 16px !important;
    font-weight: bold;
}


.gazou {position: relative;float: left;margin-left: 15px;}
 
.gazou img {
border: 1px solid;
   margin: 0 !important;
width:220px;
height:200px;
   padding: 0 !important;
}
 
.gazou p {
   position: absolute;
   left: 0;
   bottom: 0;
   color: #fff;
   padding: 5px;
   background: #000;
   filter: Alpha(opacity=70);
   opacity:0.7;
width:211px;
}



/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:0px; }
.google-user-ad-728 { margin:5px 0px 15px; }
.google-user-ad-468 { margin:0px 0px 10px; }
.ad-center { text-align:center; }

