@charset "EUC-JP";

/* Information
==================================================
livedoor Blog CSS
 Author : ¥Ö¥í¥°¥Æ¥ó¥×¥ì¡¼¥È.net
 Name   : [bt-003] trump_2c
 Layout : 2¥«¥é¥à Éý·ó2¡¦

 Update : 2008.11.07
==================================================
*/

/* Table of Contents
==================================================
	00. Css Base - ¥Ù¡¼¥¹¥¹¥¿¥¤¥ë
	01. Text - ¥Õ¥©¥ó¥È¡¦¥ê¥ó¥¯
	02. Layout - Á´Áö€ËögÁÈ¤¡Ž­
	03. Title - ¥Ö¥í¥°¥¿¥¤¥È¥ë¥¨¥ê¥¢
	04. SubTitle - ¥¢¡¼¥«¥¤¥Ö¥¿¥¤¥È¥ë¥¨¥ê¥¢
	05. Pager -¥Ú¡¼¥¸¥ã
	06. Main - µ­ËãG¥ê¥¢
	07. Option - ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¡¦¥³¥á¥ó¥È¥¨¥ê¥¢
	08. Sub & Extra - ¥×¥é¥°¥¤¥ó¥¨¥ê¥¢
	09. Header & Footer - ¥Ø¥Ã¥À¡¼¡¦¥Õ¥Ã¥¿¡¼
	10. Others - AD¥¨¥ê¥¢ etc.
==================================================
*/


/* =============================================== */
/** 00. Css Base - ¥Ù¡¼¥¹¥¹¥¿¥¤¥ë */
/* ----------------------------------------------- */
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;
	background: transparent;
	outline: 0;

	font-size: 100%;
	vertical-align: baseline;
}

body {
	color: #000000;
	font-family: "Times New Roman", Times, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", MS PGothic ,sans-serif;
	font-size: 12px;
	line-height: 1.1;
}

img, fieldset {
	border: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =============================================== */
/** 01. Text - ¥Õ¥©¥ó¥È¡¦¥ê¥ó¥¯ */
/* ----------------------------------------------- */
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	color: #fff;
}

#container a:link {
	color: #C6004A;
	text-decoration: underline;
}

#container a:visited {
	color: #960037;
	text-decoration: underline;
}

#container a:hover {
	color: #C6004A;
	text-decoration: none;
}

#container a:active {
	color: #C6004A;
	text-decoration: underline;
}

#container .blog-title-outer h1 a:link,
#container .blog-title-outer h1 a:visited,
#container .blog-title-outer h1 a:hover,
#container .blog-title-outer h1 a:active {
	color: #ffffff;
	text-decoration: none;
}

.footer-outer a {
	color: #9C5623;
}

/* =============================================== */
/** 02. Layout - ¥ì¥¤¥¢¥¦¥È¡ÊÁ´Áö€ËögÁÈ¤¡!j */
/* ----------------------------------------------- */
body {
	background: url(http://parts.blog.livedoor.jp/img/usr/bt003/body_back.jpg) repeat-x #AA144D;
	text-align: center;
}

#container {
	width: 850px;
	margin: 0 auto;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt003/container_back.gif) repeat-y;
}

#content {
	margin: 0 0 0px 0;
	padding: 0px 15px 10px 15px;
	width: 820px;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt003/cont_bacg.gif) repeat-y;
	text-align: left;
}

	* html #content {
		width: 850px;
		/*Mac IEÍÑ¥Ï¥Ã¥¯*/
		/*\*//*/
		width: 820px;
		/**/
		zoom: 100%;
	}

	*+html #content {
		zoom: 100%;
	}

#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main {
	width: 560px;
	_width: 580px;
	padding: 10px;
	float: left;
}

	* html #main .article-title-outer {
		zoom: 100%;	
	}

	*+html #main .article-title-outer {
		zoom: 100%;
	}

#sub,
#extra {
	width: 225px;

	float: right;
}

#extra {
	clear: right;
}

/* =============================================== */
/** 03. Title - ¥Ö¥í¥°¥¿¥¤¥È¥ë¥¨¥ê¥¢ */
/* ----------------------------------------------- */
#container .blog-title-outer {
	margin: 0px;
	width: 850px;
	height: 175px;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt003/top_mainimg.gif) no-repeat;
	text-align: left;
}

#container .blog-title-outer h1 {
	padding: 60px 0 10px 160px;
	color: #ffffff;
	font-size: 30px;
	text-align: left;
}

#container .blog-title-outer .blog-description-outer {
	margin: 0 0px 0 160px;
	color: #ffffff;
	text-align: left;
}

/* =============================================== */
/** 04. SubTitle - ¥¢¡¼¥«¥¤¥Ö¥¿¥¤¥È¥ë¥¨¥ê¥¢ */
/* ----------------------------------------------- */
#main .archives-title {
	margin: 0 0 10px;

	font-size: 18px;
	font-weight: bold;
}

/* =============================================== */
/** 05. Pager - ¥Ú¡¼¥¸¥ã */
/* ----------------------------------------------- */
#main .pager {
	margin: 0 0 15px;

	text-align: left;
}

#main .archives-pager {
	text-align: left;
}

#main .pager li {
	margin-right: 10px;
	display: inline;
}

#main .pager ol {
	display: inline;
}

/* ----------------------------------------------- */
/** IndexNavigator - ¥È¥Ã¥×¥Ú¡¼¥¸ */

/* ----------------------------------------------- */
/** ArchivesPager - ¥¢¡¼¥«¥¤¥Ö¥Ú¡¼¥¸ */

/* ----------------------------------------------- */
/** ArticlePager - ·ñÅõ±­Ëãy¡¼¥¸ */

/* =============================================== */
/** 06. Main - µ­ËãG¥ê¥¢ */
/* ----------------------------------------------- */

/* ----------------------------------------------- */
/** µ­Ëãw¥Ã¥À¡¼ */

/*** ÆïÅÕ */
#main .article-date-outer {
	margin: 0 10px 15px 0;

	float: left;
}

#main .article-date-outer abbr {
	border: none;

	color: #333333;
	font-size: 11px;
	letter-spacing: 2px;
}

/*** ¥«¥Æ¥´¥ê */
#main .article-category-outer {
	margin: 0 0 15px;

	float: left;
}

#main .article-category-outer dt,
#main .article-category-outer dd {
	display: inline;
}

/*** ¥«¥Æ¥´¥ê¥¢¡¼¥«¥¤¥Ö¥Ú¡¼¥¸£ó"¡¦J¥Æ¥´¥ê¤êÄë5\Ž¦£õ"¡¦êÂ*/

/** µ­Ëã^¥¤¥È¥ë */
#main .article-title-outer {
	margin: 0;
	padding: 5px 0 5px 15px;

	clear: both;

	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-left: 4px solid #960037;
}

#main .article-title-outer a {
	text-decoration: none;
}

/* ----------------------------------------------- */
/** µ­Ëö{Éë*/
#main .article-body {
	color: #453A1C;
	line-height: 1.7;
	padding: 20px 20px 5px 20px;
}

/*** p & blockquote & pre */
#main .article-body p {
	margin-bottom: 1em;
}

#main .article-body pre {
	margin-bottom: 1em;
}

#main .article-body blockquote {
	margin: 1em 0;
	padding: 10px;
	color: #DFA6B5;
	border: dashed 1px #E34C83;
}

/*** img */
#main .article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** µâ¿õ¡Æ¡¼¥Þ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** µ­Ëã^¥° */
#main .article-body .article-tags {
	margin: 1.5em 0 1em;
}

#main .article-body .article-tags dt {
	display: inline;
}

#main .article-body .article-tags dd {
	margin: 0 0 0 10px;
	display: inline;
}

/*** ¥×¥é¥¤¥Ù¡¼¥È¥â¡¼¥É */

/* ----------------------------------------------- */
/** µ­Ëãt¥Ã¥¿¡¼ */
#main .article-footer {
	margin: 0 0 30px;
	padding: 0 20px;

	text-align: right;
}

#main .article-footer li {
	margin-left: 5px;

	display: inline;
}

#main .article-footer li img {
	margin-right: 5px;

	vertical-align: middle;
}

#main .article-footer li.author a {
	color: #453A1C;
	text-decoration: none;
}

#main .article-footer #ad {
	margin-top: 15px;
}

/* =============================================== */
/** 07. Option - ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯¡õ¥³¥á¥ó¥È¥¨¥ê¥¢ */
/* ----------------------------------------------- */

#article-options {
	padding-left: 60px;
}

.article-option {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 490px;	
}

.article-option h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 10px;
	color: #333333;
	border-left: 4px solid #333333;
	font-size: 15px;
}

/*** wÄæ€¡¦áà¡¦¡àåà£ÒtyleReset */

/* ----------------------------------------------- */
/** ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯URL */

#trackback-form {

}

#trackback-form li {
	display: inline;
	padding-left: 10px;
}

#trackback-form .trackback-form-url input {
	margin-right: 10px;
	width: 300px;
	border: 1px solid #C0B4A5;

	vertical-align: middle;
}

/* ----------------------------------------------- */
/** ¥È¥é¥Ã¥¯¥Ð¥Ã¥¯°çÉ÷ */
#trackbacks-list,
#comments-list {
	padding-bottom: 20px;
}

#trackbacks-list .trackback-set,
#comments-list .comment-set {
	margin: 0 0 10px 0;
	padding: 0px;
}

	* html #trackbacks-list .trackback-set {
		zoom: 100%;
	}

	*+html #trackbacks-list .trackback-set {
		zoom: 100%;
	}

	* html #comments-list .comment-set {
		zoom: 100%;
	}

	*+html #comments-list .comment-set {
		zoom: 100%;
	}

#trackbacks-list .ping-title {
	margin: 0 0 10px 0;
	padding: 0 0 0 0px;
	color: #E30053;
}

#trackbacks-list .ping-title a{
	color: #E30053;
}

#trackbacks-list .ping-info {
	text-align: right;
	padding-right: 10px;
}

#trackbacks-list .ping-info li.ping-blog-name,
#trackbacks-list .ping-info li.ping-date {
	margin-left: 5px;
	display: inline;

	color: #7C7034;
	font-size: 11px;
	letter-spacing: 1px;
}

#trackbacks-list .ping-info li.ping-excerpt {
	padding: 10px;
	text-align: left;
	line-height: 1.7;
}


/* ----------------------------------------------- */
/** ¥³¥á¥ó¥È°çÉ÷ */
#comments-list .comment-info {
	text-align: left;
	padding: 10px;
}

#comments-list .comment-info li.comment-author,
#comments-list .comment-info li.comment-date {
	margin-right: 5px;
	display: inline;

	color: #7C7034;
	font-size: 11px;
	letter-spacing: 1px;
}

#comments-list .comment-info li.comment-body {
	margin: 10px 0 0;

	line-height: 1.7;
}

/* ----------------------------------------------- */
/** ¥³¥á¥ó¥È¥Õ¥©¡¼¥à */
#comment-form {
	margin: 0 0 50px;
	padding: 0;
	background: none;
}

#comment-form th,
#comment-form td {
	padding-bottom: 8px;

	text-align: left;
}

#comment-form th {
	width: 90px;
}

#comment-form td {
	width: 370px;
}

#comment-form .input-auther input,
#comment-form .input-email input,
#comment-form .input-url input {
	width: 255px;
	border: 1px solid #ccc;
}

#comment-form .input-etc label {
	margin-right: 10px;
}

#comment-form .input-etc select {
	margin-left: 5px;
}

#comment-form .input-comment-body textarea {
	width: 368px;
	height: 160px;
	border: 1px solid #ccc;
}

#comment-form .submit {
	text-align: center;
}

#comment-form {

}

/*** ¥³¥á¥ó¥ÈÇ§½ü*/

/* ----------------------------------------------- */
/** ³ûË¢µ­¡¦*/

/* =============================================== */
/** 08. Sub & Extra - ¥×¥é¥°¥¤¥ó¥¨¥ê¥¢ */
/* ----------------------------------------------- */
.sidetitlebody {
	margin: 0 0 10px 0;
	height:20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt003/side_title_back.gif) no-repeat;
}

.sidetitlebody .sidetitle {
	padding: 0px 0px 0 35px;
	line-height: 20px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.sidetop,
.sidebottom {
	display: none;
}

.side {
	margin: 0 15px 30px 5px;
}

.sidebody {
	margin: 0 0 5px;
	padding: 0 10px;

	text-align: left;
	line-height: 1.4;
}

	* html .sidebody {
		zoom: 100%;
	}

	*+html .sidebody {
		zoom: 100%;
	}

/* ----------------------------------------------- */
/** Calendar */
.calendarheadbody,
.calbody {
	text-align: center;
}

.calendarheadbody {
	margin: 0 0 10px;
}

.calendarheadbody .calendarpre {
	margin: 0 5px;
}

.caltop {
	display: none;
}

.calbody {
	margin: 0 0 30px;
	padding: 0 35px 0 15px;
}

.calbody table {
	margin: 0 auto;
	width: 170px;
	font-size: 11px;
}

.calbody .caltblwk td,
.calbody .caltblday td {
	padding: 3px 0;
}

.calbody .caltblwk td {
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}

.calbody .caltblwk td.sun,
.calbody .caltblwk td.sat {
	color: #ffffff;
	background: #000000;
}

/* ----------------------------------------------- */
/** Plugins */
form {
	padding: 0 0 0 10px;
}

form .sf {
	border: 1px solid #ccc;
}


/* ----------------------------------------------- */
/** LDServices */
#ld-services {
	margin: 0 20px 30px 5px;

	text-align: center;
}

#ld-services li {
	display: inline;
}

#ld-services li img {
	margin: 0 auto 5px;
	display: block;
}

/* =============================================== */
/** 09. Header & Footer - ¥Ø¥Ã¥À¡¼¡¦¥Õ¥Ã¥¿¡¼ */
/* ----------------------------------------------- */
/** Header */
#header {
	width: 100%;
	background: #000000;

	color: #fff;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", MS PGothic ,sans-serif;
}

#header th,
#header td {
	padding: 5px 0 2px;

	text-align: left;
	vertical-align: middle;
}

#header th {
	padding-left: 20px;
	width: 131px;
}

#header td.catprbox {
	padding-left: 20px;
}

#header td.newstickerbox {
}

#header td.startblogbox {
	padding-right: 20px;
	text-align: right;
}

/* ----------------------------------------------- */
/** Footer */
.footer-outer {
	width: 850px;
	margin: 0 auto;
	height: 50px;
	color: #603515;
	text-align: center;
	background: url(http://parts.blog.livedoor.jp/img/usr/bt003/container_back.gif) repeat-y;
}

.footer-outer-2 {
	padding: 20px 0 0;
}

.footer-outer-2 #footer {
	display: inline;
}

.footer-outer-2 p {
	margin: 0 10px;
	display: inline;
	background: #000000;
	width: 823px;
	height: 15px;
	display: block;
	color: #ffffff;
}

/* =============================================== */
/** 10. Others - AD¥¨¥ê¥¢ etc. */
/* ----------------------------------------------- */
/** AD¥¨¥ê¥¢ */


/*--------------------------------------
	clearFix
---------------------------------------*/

#main .article-body::after,
#main .article-footer::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .article-body,
#main .article-footer {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* for MacIE5 \*//*/
#main .article-body,
#main .article-footer {
	height: auto;
	overflow: hidden;
}
/* end */

.tsuikidiv {
font-weight : bold;padding-bottom : 20px;margin-top : 40px;border-bottom-width : 1px;border-bottom-style : solid;border-bottom-color : #fb007d;
}

.tsuikilink {
font-size : 15px;color : #4444ff!important;
}

.article-body-inner {
margin-bottom : 30px;
}

