@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
 Name   : 移行ガイド

 Update : 2009.11.16
==================================================
*/


/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/


/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

body
, textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

body {
	color: #372929;
}

a:link
, a:active {
	text-decoration: underline;
	color: #0270cc;
}

a:visited {
	text-decoration: underline;
	color: #9257d4;
}

a:hover {
	text-decoration: underline;
	color: #0090ff;
}

img {
	border: 0;
}

table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
	color: #0000fe;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #372929;
	text-decoration: none;
}

h1#blog-title a:hover {
	color: #372929;
	text-decoration: underline;
}

p#blog-description {
	color: #372929;
}

h2.archives-title {
	color: #372929;
}

div.article-body a:link
, div.article-body a:active {}

div.article-body a:visited {}

h2.article-title a:link
, h2.article-title a:active
, h2.article-title a:visited {
	color: #372929;
	text-decoration: none;
}

h2.article-title a:hover {
	text-decoration: underline;
}

ul.article-post li a {
	color: #372929;
}

dl.article-category dd a {}

div.pager a {
	color: #372929;
}

div.article-date-outer {
	color: #372929;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #8d8d8d;
}

div.article-option h3 {
	color: #372929;
}

.trackback-set a
, .comment-set a {}

div.comment-auth-announcement p a {
	font-weight: bold;
}

div.sidetitle {
	color: #372929;
}

div.sidetitle a {
	color: #372929;
}

div.calendarhead {
	color: #372929;
}

div.calendarhead a {
	color: #372929;
}

div.side a:link
, div.side a:active {}

div.side a:visited {}

div.side a:hover {}

div#footer p
, div#footer p a {
	color: #fff;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	min-width: 960px;
	background: url(http://help.blog.livedoor.com/parts/bg.jpg) repeat 50% top;
	text-align: center;
}

div#container {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

div#content {}

div#main
, div#sub
, div#extra {
	overflow: hidden;
}

div#main {
	float: left;
	display: inline;
	width: 650px;
}

div#main div.column-inner {}

div#sub {
	float: right;
	display: inline;
	width: 300px;
}

div#sub div.column-inner {}

div#extra {
	clear: right;
	float: right;
	display: inline;
	width: 300px;
}

div#extra div.column-inner {}

/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after
, #commonHeader:after
, #directoryBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, h2.archives-title
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	text-align: left;
	margin-bottom: 10px;
}

div.blog-title-outer-2 {}

div.blog-title-outer-3 {}

h1#blog-title {
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	display: none;
}

div.blog-description-outer {}

p#blog-description {
	margin: 0;
	line-height: 135%;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	margin-bottom: 10px;
}

div.archives-title-outer-2 {}

div.archives-title-outer-3 {}

h2.archives-title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 108%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	font-size: 83%;
}

ul.index-navigator li a {
	padding: 0 7px;
	color: #000;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	list-style-type: none;
	font-size: 83%;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	font-size: 83%;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	background: url(http://help.blog.livedoor.com/parts/main_top.gif) no-repeat left top;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: left;
}

div.article-outer-2 {
	background: url(http://help.blog.livedoor.com/parts/main_bottom.gif) no-repeat left bottom;
	padding-bottom: 15px;
	height: 1%;
}

div.article-outer-3 {
	background: url(http://help.blog.livedoor.com/parts/main_middle.gif) repeat-y left top;

}

/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	background: url(http://help.blog.livedoor.com/parts/title_bottom.gif) no-repeat left bottom;
	padding-bottom: 12px;
}

/*** 記事タイトル */
div.article-title-outer {
	background: url(http://help.blog.livedoor.com/parts/title_middle.gif) repeat-y left top;
}

h2.article-title {
	margin: 0;
	padding: 17px 20px 5px;
	font-size: 111%;
	font-weight: bold;
	background: url(http://help.blog.livedoor.com/parts/title_top.gif) no-repeat left top;
}

/* ----------------------------------------------- */
/** 記事本文 */

div.article-body {
	padding: 20px 20px 5px;
	line-height: 160%;
	font-size: 96%;
}

div.article-body-inner {
	width: 100%;
	overflow: hidden;
}

div.article-body img.pict {
	border: 1px solid #969696;
	padding: 9px;
}
div.article-body img.button {
	vertical-align: middle;
}

/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

div.guide-title {
	background: url(http://help.blog.livedoor.com/parts/icon.gif) no-repeat left 2px;
	margin-bottom: 10px;
}

div.guide-title h3 {
	padding: 0 10px 5px 22px;
	background: url(http://help.blog.livedoor.com/parts/line.gif) no-repeat left bottom;
	font-size: 126%;
	margin: 0;
}
div.article-body h3 {
	padding: 5px;
	margin: 0 0 10px 0;
	background: url(http://help.blog.livedoor.com/parts/line.gif) no-repeat left bottom;
	font-size: 126%;
}
div.article-body ul.guide-menu {
	list-style-type: none;
	margin:0 5px;
	padding:0 5px 5px 10px;
}
div.article-body ul.guide-menu li {
	padding: 0 0 0 15px;
	background: url(/parts/common/dot.gif) no-repeat 0 50%;
	font-size: 90%;
}
div.article-body table.guide-box {
	margin:20px 5px;
	text-align:center;
	border:0;
}
div.article-body table.guide-box td {
	width:290px;
	text-align:left;
	vertical-align:top;
}
div.article-body table.guide-box td img{
	vertical-align: middle;
	margin-right:5px;
}

/*** blockquote & pre */
div.article-body blockquote,
div.article-body pre {
	border-left: 3px solid #c2c4c5;
	border-right: 3px solid #c2c4c5;
	background: #f3f5f6 url(http://help.blog.livedoor.com/parts/bq.gif) no-repeat right bottom;
	padding: 10px 20px;
	margin: 5px 0;
}

div.article-body div.guide-attention {
	background: #ffffcc url(http://help.blog.livedoor.com/parts/attention.gif) no-repeat left top;
	padding: 10px;
	margin: 5px 0;
	border: 2px solid #ffec85;
}

table.guide-table {
	border-collapse: collapse;
	margin: 5px 0 5px 1px;
	font-size: 100%;
}

table.guide-table th, 
table.guide-table td {
	border: 1px solid #6d9cb5;
	padding: 5px 20px;
	text-align: left;
}

table.guide-table th {
	background: #c2eaff;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 25px 10px 0;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}


/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	padding: 0 20px 20px;
}

ul.article-post {
	padding: 10px 5px 0;
	text-align: right;
}

ul.article-post li {
	min-height: 16px;
	font-size: 82%;
}

/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 83%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	padding: 0 0 10px 20px;
	font-size: 83%;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 15px 0 15px 50px;
}

div#comment-form-body table {
	border: 0;
	width: 80%;
	line-height: 25px;
	font-size: 83%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 83%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}

div#error{
	font-size: 83%;
}


/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 30px 0 0;
}
div.related-articles h3{
	color: #372929;
	margin: 0 0 10px;
	padding: 0;
	font-size: 111%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidewrapper {
	background: url(http://help.blog.livedoor.com/parts/side_top.gif) no-repeat left top;
	padding: 23px 0 0;
	margin-bottom: 10px;
}

div.sidetitlebody {
	background: url(http://help.blog.livedoor.com/parts/side_middle.gif) repeat-y left top;
	padding: 0 10px 10px;
}

div.sidetitle {
	padding: 4px 0 10px 20px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	background: url(http://help.blog.livedoor.com/parts/icon_title.gif) no-repeat left top;
}

div.sidetop {
	display: none;
}

div.side {
	padding: 0 10px 10px;
	text-align: center;
	font-size: 96%;
	background: url(http://help.blog.livedoor.com/parts/side_middle.gif) repeat-y left top;
}

div.afbody {
	font-size: 82%;
}
div.afbody img {
	margin: 5px;
	border: 1px solid #000000;
}
div.sidebody {
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
	text-align: left;
}

div.sidebottom {
	background: url(http://help.blog.livedoor.com/parts/side_bottom.gif) no-repeat left bottom;
	height: 19px;
}

p#move-btn {
	margin: 0 0 10px;
	padding: 0;
}

/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody {
	background: url(http://help.blog.livedoor.com/parts/side_middle.gif) repeat-y left top;
	padding: 0 10px 10px;
}
div.calendarheadbody div.calendarhead {
	padding: 4px 0 10px 20px;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	background: url(http://help.blog.livedoor.com/parts/icon_title.gif) no-repeat left top;
}

div.caltop {
	display: none;
}

div.calbody {
	padding: 0 10px 10px;
	text-align: center;
	background: url(http://help.blog.livedoor.com/parts/side_middle.gif) repeat-y left top;
}

div.calbottom {
	background: url(http://help.blog.livedoor.com/parts/side_bottom.gif) no-repeat left bottom;
	height: 19px;
}

table.caltbl {
	width: 240px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto;
	width: 240px;
	color: #8d8d8d;
	font-size: 83%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}


/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	background: #fff;
	font-size: 75%;
}

#globalHeader{
	background: url(http://help.blog.livedoor.com/parts/header_base.gif) repeat-x 50% bottom;
}

#commonHeader{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0px;
}
#commonHeader #logoBox{
	float: left;
	width: 270px;
	padding-top: 14px;
}
#commonHeader #logoBox h1{
	display: inline;
}
#commonHeader #searchBox{
	float: right;
	width: 634px;
}

div#search {
	height: 64px;
	width: 632px;
}
div#search {
	background: url(http://image.livedoor.com/img/top/13/search_bg.gif) 0 0 no-repeat;
}
ul#search-tabs {
	line-height: 1;
	padding: 8px 10px 0px;
	/*margin:8px 10px 0pt;*/
	text-align: left;
	list-style: none;
	margin: 0 0 13px;
}

* html ul#search-tabs {
	margin: 0;
}
ul#search-tabs li {
	border-right: 1px solid #999999;
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	font-size: 83%;
}
ul#search-tabs li.bdno {
	border-right: medium none;
}
ul#search-tabs a.on {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
ul#search-tabs li a:link,
ul#search-tabs li a:visited {
	color: #333333;
	text-decoration: none;
}
ul#search-tabs li a:active,
ul#search-tabs li a:hover {
	color: #333333;
	text-decoration: underline;
}
form#search-form {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
}
form#search-form div.searhline-outer {
	background: url(http://image.livedoor.com/img/top/13/searchform_bg.gif) 0 0 no-repeat;
}
form#search-form div.searhline-outer {
	float: left;
	height: 28px;
	margin-top: 5px;
	padding-top: 3px;
	text-align: left;
	vertical-align: middle;
	width: 490px;
}
form#search-form div.searhline-outer input.q{
	border: 0pt none;
	float: left;
	line-height: 1.1;
	margin: 2px auto 0pt 6px;
	outline-color: black;
	outline-style: none;
	outline-width: 0px;
	text-align: left;
	vertical-align: middle;
	width: 378px;
}
form#search-form input {
	text-align: left;
	vertical-align: middle;
}

form#search-form div.searhline-outer input.bt{
	float:right;
	margin-right:2px;
	margin-top:-1px;
}
form#search-form input {
	text-align:left;
	vertical-align:middle;
}

#directoryBox{
	font-size: 83%;
	padding:0px 10px 4px;
	text-align: left;
	zoom: 1;
}
	*html #directoryBox{
		padding:3px 10px 4px;
	}
	*+html #directoryBox{
		padding:3px 10px 4px;
	}
#directoryBox ul.bread{
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
}
#directoryBox ul.bread ul{
	float:none;
	margin: 0;
	padding: 0;
}
#directoryBox ul.bread,
#directoryBox ul.bread ul,
#directoryBox ul.bread li{
	display:inline;
	margin: 0;
	padding: 0;
}
#directoryBox ul.bread li ul li{
	padding-left: 10px;
	background:url(http://help.blog.livedoor.com/parts/directory.gif) no-repeat 0 0;
	margin-left:7px;
}
#directoryBox ul.link{
	float:right;
	width: 39%;
	text-align: right;
	margin: 0;
	padding: 0;
}
#directoryBox ul.link li{
	display: inline;
	padding: 0 7px;
	background: url(http://help.blog.livedoor.com/parts/bar_s_black.gif) no-repeat 0 50%;
	margin: 0;
}
#directoryBox ul.link li.end{
	padding-right: 0;
}
#directoryBox a:link,
#directoryBox a:visited{
	text-decoration: underline;
	color: #000;
}
#directoryBox a:hover,
#directoryBox a:action{
	text-decoration: none;
	color: #000;
}


/* ----------------------------------------------- */
/** Footer */

div.footer-outer {
	background: #b67d44;
	padding: 10px 0 20px;
}

div.footer-outer-2 {
	width: 960px;
	margin: 0 auto;
}

div#footer {}

div#footer p {
	font-size: 75%;
}


div.footer-outer ul.nav{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 83%;
}
div.footer-outer ul.nav li{
	display: inline;
	margin: 5px;
	padding: 0;
	color: #fff;
}
div.footer-outer ul.nav li a:link,
div.footer-outer ul.nav li a:visited {
	text-decoration: none;
	color: #fff;
}
div.footer-outer ul.nav li a:hover,
div.footer-outer ul.nav li a:active {
	text-decoration: underline;
	color: #fff;
}
div.footer-outer address{
	font-style: normal;
	margin-top: 5px;
	font-size: 83%;
	color: #fff;
}


/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	margin: 25px auto 0;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}
.ads-become a{}



