@charset "utf-8";

body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #333;
	font-size: 11pt;
	text-align: center;
}
td, ul, ol, li, img, p, h1, h2, h3, h4, h5, h6, form, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 11pt;
	font-weight: bold;
}
a img,
table {
	margin: 0;
	padding: 0;
	border: 0;
}
a:link {
	color: #009;
}
a:visited {
	color: #909;
}
ul {
	list-style-type: none;
}

/* [共通]テンプレート部分 */

	/* header設定 */
	#header {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	#header_navi {
		display: none;
	}

	/* useful設定 */
	#useful {
		display: none;
	}

	/* footer設定 */
	#footer {
		margin: 30pt auto 0 auto;
		text-align: left;
		padding-top: 10pt;
		border-top: 1pt solid #666;
	}
	#footer_logo {
		float: left;
	}
	#footer_copyright {
		float: right;
	}

	/* pan設定 */
	#pan {
		display: none;
	}

/* [magazine]テンプレート部分 */

	/* main設定 */
	.color1 {
		background-color: #fff;
	}
	.color2 {
		background-color: #fff;
	}

	
	/* ログイン・会員登録 誘導部分 */
	#needlogin {
		display: none;
	}

	/* main設定 - 記事ページ設定 */
	#main_magazine {
		clear: both;
		width: 90%;
		padding-bottom: 1em;
		border: 1pt solid #999;
	}
	#main_bottom {
		width: 90%;
		padding: 10pt 0;
	}
	#main_bottom table {
		width: 100%;
	}
	#main_bottom td {
		vertical-align: top;
	}
	#main_bottom ul {
		display: none;
	}
	#main_trackback {
		clear: both;
		width: 90%;
		padding: 3pt 0 0 0;
		border: 1pt solid #999;
		font-size: 100%;
		line-height: 120%;
	}
	#trackback_url {
		width: 98%;
		clear: both;
		margin: 0 auto;
		padding-bottom: 15pt;
		text-align: left;
	}
	#trackback_url h3 {
		padding: 4pt 10pt;
		color: #fff;
		background-color: #363;
		font-size: 100%;
	}
	#trackback_url ul {
		float: right;
		padding: 5pt 42pt;
	}
	#trackback_url li {
		padding-left: 13pt;
		background: url(/bmV0/NS1saWZl/d3d3/aHR0cDovL3d3dy41LWxpZmUubmV0L21hZ2F6aW5lL2ltZy90cmFja2JhY2tfdXJsX2xpLmdpZg/68/0/) no-repeat 0 3pt;
	}
	#trackback_url p {
		clear: both;
		margin: 5pt 42pt 0 42pt;
		padding: 5pt 10pt;
		border: 1pt solid #ccc;
	}
	#trackback_list {
		width: 98%;
		clear: both;
		margin: 0 auto;
		padding-bottom: 15pt;
		text-align: left;
	}
	#trackback_list h3 {
		padding: 4pt 10pt;
		margin-bottom: 5pt;
		color: #fff;
		background-color: #363;
		font-size: 100%;
	}
	#trackback_list li {
		padding: 5pt 0;
		margin: 0 42pt;
		border-bottom: 1pt dotted #999;
	}
	#trackback_list span {
		font-size: 90%;
	}
	#trackback_list p.trackback_text {
		font-size: 90%;
		margin-top: 5pt;
	}

		/* 記事ページ設定 - 記事ヘッダ部分 */
		#magazine_top {
			width: 80%;
			font-weight: bold;
			margin: 0 auto;
			text-align: left;
		}
		#magazine_top li {
			float: left;
			width: 20pt;
			height: 20pt;
			font-size: 13pt;
			text-align: center;
			vertical-align: bottom;
			border-bottom: 1pt solid #999;
			border-right: 1pt solid #999;
			background-color: #999;
			color: #fff;
		}
		#magazine_top li.left {
			border-left: 1pt solid #999;
		}
		#magazine_top a {
			display: block;
			width: 20pt;
			text-decoration: none;
		}
		#magazine_top a:link,
		#magazine_top a:visited {
			background-color: #fff;
			color: #999;
		}
		#magazine_top a:hover {
			background-color: #fff;
			color: #009;
		}
		#page_print {
			display: none;
		}
		#page_num {
			float: right;
			line-height: 20pt;
		}

		/* 記事ページ設定 - 記事タイトル部分 */
		#page_title {
			clear: both;
			width: 80%;
			padding: 20pt 0;
			margin: 0 auto;
		}
		#page_title table {
			width: 100%;
		}
		#page_title li {
			padding-left: 13pt;
			background: url(/bmV0/NS1saWZl/d3d3/aHR0cDovL3d3dy41LWxpZmUubmV0L21hZ2F6aW5lL2ltZy9wYWdlX3RpdGxlX2xpLmdpZg/68/0/) no-repeat 0 0.3em;
		}

		/* 記事ページ設定 - 記事本文部分 */
		#magazine_story {
			width: 80%;
			clear: both;
			margin: 0 auto;
			text-align: left;
			color: #000;
		}
		#magazine_story .heading {
			margin-bottom: 1em;
		}
		#magazine_story .heading p.title {
			font-size: 150%;
			font-weight: bold;
			color: #000;
			line-height: 145%;
		}
		#magazine_story .heading p.subtitle {
			font-size: 100%;
			font-weight: bold;
			color: #036;
			line-height: 145%;
		}
		#magazine_story .profile {
			margin-bottom: 1em;
		}
		#magazine_story .profile p {
			font-size: 90%;
			line-height: 145%;
			color: #363;
		}
		#magazine_story .subheading {
			border-top: 1pt solid #999;
			border-bottom: 1pt solid #999;
			padding: 0.5em 0;
			margin-bottom: 1em;
		}
		#magazine_story .subheading p {
			color: #c30;
			font-size: 100%;
			font-weight: bold;
			line-height: 180%;
		}
		#magazine_story .text {
			margin-bottom: 1em;
		}
		#magazine_story .text p {
			font-size: 100%;
			line-height: 180%;
			margin-bottom: 1em;
		}
		#magazine_story .text span {
			color: #393;
			font-weight: bold;
		}
		#magazine_story .notes {
			padding: 0.5em 0;
			border-top: 1pt solid #999;
			border-bottom: 1pt solid #999;
		}
		#magazine_story .notes p {
			font-size: 90%;
			line-height: 145%;
			color: #363;
		}

		/* 記事ページ設定 - ログイン・会員登録部分 */
		#magazine_member {
			display: none;
		}
		
		/* 広告表示部分 */
		.pr {
			display: none;
		}

	/* side設定 */
	#side {
		display: none;
	}