@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.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.24"; :created "2014-01-28"];
 :page <http://blogdesign.ldblog.jp/archives/14982005.html>;
 :rights "LINE Corporation".
*/

/* リセット
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}

/* 全体のレイアウト
----------------------------------------------- */
body {
        background: url(/images/bg.png) repeat;
}
#wrapper {
	padding: 0;
}
#container {
	padding: 0 0 100px 0;
	min-width: 1080px;
}
#content {
	position: relative;
	margin: 0 auto;
	padding: 0 10px 0;
	width: 1060px;
	top: 70px;
}
#main {
	/*padding: 20px 60px;*/
}
#sidebar {}

/* 1カラムレイアウトのとき */
body.layout-1col #content {
	background-color: #fff;
}
body.layout-1col #main {}
body.layout-1col #main-inner {}
body.layout-1col #sidebar {
	background-color: #f8f8f8;
	padding: 20px 50px;
}
body.layout-1col #sidebar-inner {}
body.layout-1col #sidebar .sidewrapper {
	float: left;
	padding: 20px 0;
	margin: 0 10px;
	width: 260px;
}

/* 2カラムレイアウトのとき */
body.layout-2col #content {
	/*background: url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/bg_side.png) repeat-y #fff;*/
}
body.layout-2col #main {
	width: 730px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
	/*padding: 20px;*/
	width: 300px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {
	background-position: 100% 0;
}
body.layout-2col.sidebar-right #main {
	float: left;
}
body.layout-2col.sidebar-right #sidebar {
	float: right;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {
	background-position: 0 0;
}
body.layout-2col.sidebar-left #main {
	float: right;
}
body.layout-2col.sidebar-left #sidebar {
	float: left;
}

/* かんたん背景画像 */
body.show-bg-image {
	background-attachment: fixed;
	background-size: cover;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
	color: #333;
	font: 14px/1.2 Helvetica,Verdana,sans-serif;
}
a,
body.page-article .article-title a:visited {
	color: #000;
	text-decoration: none;
}
a:link {}
a:visited {
	color: #000;
}
a:hover {
	/* color: #197bb0; */
	text-decoration: underline;
}
body.page-article .article-title a:hover {
	text-decoration: none;
}
a:active {}

.sponsored_img a:hover {
	text-decoration: none;
}

/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {
	height: 447px;
	background: url("/images/blog_header.png") no-repeat center top;
	position: relative;
	margin-bottom: -5px;
}
#blog-header-inner {
	padding: 0;
}
#blog-title {
	text-align: center;
}
#blog-title a {
        display: block;
	color: #fff;
        padding: 65px 0 50px 0;
}
#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;
}

/* グローバルナビゲーション
----------------------------------------------- */

.gnavArea {
    min-width: 960px;
    padding: 0 20px 0 20px;
    height: 60px;
    background-color: #fff;
    position: relative;
}

.gnavArea:before {
    content: "";
    display: block;
    background: url("/images/blog_header.png")no-repeat center bottom;
    width: 100%;
    height: 5px;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.gnavArea:after {
    content: "";
    display: block;
    background: url("/images/gnav_bottom.png") repeat-x left top;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gnavInner {
	width: 960px;
	margin: 0 auto;
}

.ldb_menu {
	float: left;
	position: relative;
}
.ldb_menu-list {
	list-style: none;
}
.ldb_menu-list li {
	float: left;
	text-align: center;
}
.ldb_menu-list li a {
    font-size: 14px;
    display: block;
    color: #ad244b;
    padding: 23px 20px 20px 20px;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
}
.ldb_menu-list li:hover {
    float: left;
    text-align: center;
    display: block;
    background-color: #b25972;
}
.ldb_menu-list li a:hover {
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration: none;
}
.ldb_menu-item-current{
	background-color: #b25972;
}
.ldb_menu-list .ldb_menu-item-current a {
	text-decoration: none;
	font-weight: normal !important;
	color: #fff;
}

.snsList {
	float: right;
	list-style: none;
	overflow: hidden;
}
.snsList li {
	float: left;
}
.snsList li.twitter{
    background: url("/images/ico_twitter_ov.png") no-repeat center top;
}
.snsList li.instagram {
    background: url("/images/ico_instagram_ov.png") no-repeat center top;
}
.snsList li.contact {
    background: url("/images/ico_contact_ov.png") no-repeat center top;
}
 
.snsList li.twitter a,
.snsList li.instagram a,
.snsList li.contact a {
    display: inline-block;
}
 
.snsList li.twitter a:hover,
.snsList li.instagram a:hover, 
.snsList li.contact a:hover {
    background-color: transparent; /* IE6対応 */
}
 
.snsList li.twitter a:hover img,
.snsList li.instagram a:hover img, 
.snsList li.contact a:hover img {
    visibility: hidden;
}
.snsList li:hover{
}
/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article {
	background-color: #fff;
	margin: 0 0 40px 0;
	position: relative;
        overflow: hidden;
        width: 350px;
        float: left;
}

.page-index .first-article {
	width: 730px;
	max-height: 290px;
}
.page-article .first-article {
	width: 730px;
	height: auto;
}
.article .cover-image {
  float: left;
  width: 350px;
  height: 240px;
  border: solid 3px #000000;
  overflow: hidden;
}
.article:nth-of-type(odd) {
    float: right;
}
.categoryPage .article {
    float: left;
    margin-right: 30px;
}
.categoryPage .autopagerize_page_element {
    margin-right: -30px;
}

/* 記事ヘッダー、記事タイトル、カテゴリ */
.first-article .article-header .article-social-btn {
	display: none;
}

.article .thumbBlock {
	float: left;
	width: 350px;
	height: 240px;
	overflow: hidden;
	text-align: center;
	background-color: #e5e5e5;
}
.article .thumbBlock img {
    width: 350px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.article-header {
	position: relative;
	overflow: hidden;
	padding: 30px;
}

.first-article .article-header {
	padding-top: 30px;
}
.first-article .thumbBlock {
	display: none;
}
.first-article .thumbBlockFirst {
	width: 390px;
	height: 290px;
	overflow: hidden;
	float: left;
	background-color: #e5e5e5;
}
.first-article .thumbBlockFirst img {
    width: 400px;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.article-title {
	margin: 0 0 15px 0;
        height: 42px;
        overflow: hidden;
}

.article-title a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.first-article .articleInfoArea01 {
	overflow: hidden;
}

.first-article .articleInfoArea02 {
         display: none;
}
.article-category {
	font-size: 10px;
	text-align: left;
	margin: 10px 0 0 0;
}
.article-category dt {
	background: none;
	display: none;
	width: 0;
}
.article-category dd.article-category1,
.article-category dd.article-category2 {
    margin-top: 0;
    padding: 0 6px 0 6px;
    line-height: 1.2;
}
.article-category dd a {
	color: #b2b2b2;
}
.article-category dd.article-category2 {
    border-left: none;
}
.article-category dd.article-category2:before {
    color: #b2b2b2;
    content: ', ';
}


/* 日付 */
.article-date {
	color: #808080;
	font-size: 10px;
	letter-spacing: 1px;
}

/* 記事検索 */
.sidewrapper input.sf {
    background-image: none;
    background-color: #fffff2;
    border: none;
    box-shadow: 1px 1px 0 0 #ebebeb inset;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 262px;
    height: 35px;
    border-radius: 0;
}
.sidewrapper input.sfbtn {
	text-shadow: none;
	color: #fff;
	transition: none;
	width: 38px;
	height: 35px;
	border: none;
	background: url("/images/ico_search.png") no-repeat 10px 7px;
       text-indent: -9999px;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #fff;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer {
	margin-left: 30px;
}
.article-meta {
	padding: 16px 0;
}

.article-social-btn {
}
.article .article-footer .article-social-btn02 {
	display: none;
}
.first-article .article-footer .article-social-btn02 {
	display: block;
}

/* 関連記事 */
.article-body .related-articles {
	margin:4em 0;
	line-height:1.3
}
.article-body .related-articles h3 {
	font-size: 14px;
	font-weight: bold;
}
.article-body .related-articles ul {
	list-style: none;
	margin:0;
	padding-left:0;
}
.article-body .related-articles ul li {
	margin:4px 0;
	padding-left: 16px;
}




/* 続きを読む */
.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: #333;
	font-size: 14px;
       margin-bottom: 50px;
       line-height: 1.5;
}
.first-article .article-body {
	color: #333;
	font-size: 14px;
	margin-bottom: 50px;
}
.first-article .article-body .article-body-inner,
.article-body .article-body-inner {
	height: 38px;
	overflow: hidden;
} 
.page-article .first-article .article-body {
	padding: 30px 30px 0 30px;
}
.page-article .first-article .article-body .article-body-inner,
.page-article .article-body .article-body-inner {
	height: auto;
} 
.page-article  #article-options{
	padding: 0 30px 30px 30px;
}

.dispNone {
    display: none !important;
}
.first-article .thumbTxt {
    display: none !important;
}


.article-body-inner h1,
.article-body-inner h2,
.article-body-inner h3 {
	border-bottom:3px solid #7f7f7f;
	clear: both;
}
.article-body-inner h4 {
	border-bottom:1px solid #ccc;
	clear: both;
}
.article-body-inner blockquote {
	background-color:#fafafa;
	border: 1px solid #fff;
}
.article-body-inner blockquote:before {
	color: #ddd;
}
.page-article .article-body-inner img {
	margin: 1em 0;
}
.first-article .article-body-inner .btReadmore,
 .btReadmore01{
	display: block;
}
/* コメント・トラックバック一覧
----------------------------------------------- */
.comment-date,
.ping-blog-name,
.ping-date {
	color: #808080;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}



/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator li {
       color: #6b5640;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	color: #6b5640;
	padding: 2px 11px 0 11px;
}
ul.index-navigator li.current span {
	background-color: #a8c4e0;
	color: #fff;
}
ul.index-navigator a:hover {
	background-color: #a8c4e0;
	color: #fff;
	text-decoration: none;
}
ul.index-navigator .paging-prev a {
	background: url("/images/ico_pager_prev.png") no-repeat center center;
}
ul.index-navigator .paging-next a {
	background: url("/images/ico_pager_next.png") no-repeat center center;
}
ul.index-navigator .paging-first a {
	background: url("/images/ico_pager_first.png") no-repeat center center;
}
ul.index-navigator .paging-last a {
	background: url("/images/ico_pager_last.png") no-repeat center center;
}
.pager .pager-inner ul.index-navigator li.paging-prev,
.pager .pager-inner ul.index-navigator li.paging-next,
.pager .pager-inner ul.index-navigator li.paging-first,
.pager .pager-inner ul.index-navigator li.paging-last {
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
}
.pager .pager-inner ul.index-navigator li.paging-prev:hover,
.pager .pager-inner ul.index-navigator li.paging-next:hover,
.pager .pager-inner ul.index-navigator li.paging-first:hover,
.pager .pager-inner ul.index-navigator li.paging-last:hover {
    background-color: #fff;
    padding: 8px 0px 6px 0px;
    margin: 2px !important;
}
.paging-prev a, .paging-next a, .paging-first a, .paging-last a {
	height: 9px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
	vertical-align: middle;
	width: 5px;
}

/* 記事ページ、月別アーカイブページ */
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 {
	background-color: #6b5640;
	color:#fff;
	min-width: 960px;
	padding: 30px 20px;
}
#blog-footer a {
	color:#fff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
	padding-top: 0;
}
.sidewrapper {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
        line-height: 1.7;
}
.sidewrapper:after{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	width: 100%;
}
.sidewrapper .sidetitle {
    line-height: 1;
    color: #6b5640;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
    background: url("/images/side_title_bg.png") no-repeat 0 0;
}
.sidewrapper .sidetitle a {
	color: #333;
}

.sidewrapper .side .sidebody {
	line-height: 1.5;
	margin: 0 0 7px 0;
}
.sidewrapper .side .sidebody a {
	color: #333;
}
.sidewrapper .side .sidebody.category-child {
	padding-left: 12px;
}

/* プロフィール */
.officialblog-profile{
        background-color: #fff;
        margin-bottom: 20px;
}

.officialblog-profile .profile-text{
	padding: 0 20px 0 20px;
}
.profile-image {
        background-color: #fff;
        height: 401px;
        width: 300px;
        overflow: hidden;
        text-align: center;
}
.imgProfile img {
        max-width: 300px;
}
.profile-title{
	color: #333;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 16px 0;
}
.profileArea .txtName {
	color: #333;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	line-height: normal;
}
.profileArea .txtDetail {
	text-align: left;
}
.profileArea .btReadmore {
	text-align: center;
	margin: 20px 0 0 0;
}

.profileArea .profile-icons {
  text-align: center;
  margin-top: 25px;
}
.profileArea .profile-icons li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.profileArea .profile-icons li a {
}
.profileArea .profile-icons li a:hover {
  opacity: 0.8;
}

/* プロフィール */
.linkArea .imgLink {
        margin: 0 0 10px 0;
}
.linkArea .txt {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
/* カレンダー */
.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 {
	border: none;
}
table.caltblday .calon a {
	background-color: #000;
	color:#fff;
	height: 23px;
	line-height: 23px;
}
table.caltblday .calon a:hover {
	background-color: #000;
}

/* 最新記事 */
.side div.popular-articles table td a {
	color:#333;
}
.plugin-recent_articles .side .sidebody {
	line-height: 1.5;
	margin: 0 0 30px 0;
}

/* ヒストリービュー*/
.sidewrapper .btn_history {

}
.sidewrapper .btn_history a {
	display: inline-block;
}
.sidewrapper .btn_history a:hover {
	background-color: transparent; /* IE6対応 */
	border-bottom: none;
}
.sidewrapper .btn_history a:hover img {
	visibility: hidden;
}


.plugin-popular_articles_with_image a {
	color:#333;
}

.popularArticleWithImage .noimage{
  background-color: #e5e5e5;
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
}

/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
       color: #6b5640;
       font-size: 20px;
       font-weight: bold;
       padding: 20px 0 0 0;
       margin-bottom: 40px;
       background: url("/images/archive_title_bg.png") no-repeat 0 0;
}

.archives-header h1 {
       color: #6b5640;
       font-size: 20px;
       font-weight: bold;
}

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

.sidewrapper .sponsored_img{
	margin-bottom: 20px;
}

/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* かんたんタイトル画像 */
#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;
}

/* ページトップへ */
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}



/* その他のパーツ
----------------------------------------------- */
/* つづきボタン */
.btReadmore a {
}
.btReadmore a,
.btReadmore01 a  {
       display: block;
       text-align: center;
       padding-top: 8px;
}
.btReadmore a:hover {
	background-color: transparent; /* IE6対応 */
}
.btReadmore a img,
.btReadmore01 a img {
	background-color: #fff;
        margin-left: 1px;
}
.btReadmore a:hover img,
.btReadmore01 a:hover img {
	visibility: hidden;
}

.article .btReadmore01 {
	background: url("/images/btn_readmore_on.png") no-repeat center 8px;
	height: 50px;
	border-top: 1px solid #e4edf6;
}
.first-article .btReadmore {
	background: url("/images/btn_readmore_on.png") no-repeat center 8px;
	height: 50px;
	border-top: 1px solid #e4edf6;
}
.first-article .btReadmore01 {
        display: none;
}
/* アーカイブヘッダ */
/*.archives-header {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 18px;
	margin-bottom: 40px;
	padding: 30px 0;
	text-align: center;
}*/
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
	color: #6b5640;
}

/* 記事下広告 */
#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;
}

/* ページトップへ */
.to-pagetop {
	bottom: -60px;
}
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}
/* clearfix
----------------------------------------------- */
.autopagerize_page_element:before,
.autopagerize_page_element:after,
.gnavInner:before,
.gnavInner:after,
.ldb_menu-list:before,
.ldb_menu-list:after,
.article-category:before,
.article-category:after,
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.autopagerize_page_element,
.pager,
.article-header,
.gnavInner:after,
.ldb_menu-list:after,
.article-category:after,
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.autopagerize_page_element
.gnavInner,
.ldb_menu-list,
.article-category,
.clearfix {
	zoom:1;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto 20px; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 10px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:30px -15px 0px; 
 height:280px;
}
div.google-2ad-m {
 margin:0px 0px 0px; 
 height:280px;
}
div.google-2ad-b {
 margin:0px 0px 0px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:25px; 
}