@charset "utf-8";
/* CSS Document */

h3 {
	margin-top:30px;
	margin-left:170px;
	font-size:18px;
	font-weight:bold;
	}
hr {
	width:780px;
	}
p.link {
	text-align:center;
	}
/* ------------
blockleft
-------------- */
.blockleft {
	width:400px;
	margin:10px auto 0px auto;
	float:left;
	clear:both;
		}
.blockleft h2 {
	font-size:14px;
	display:block;
	margin-top:10px;
	text-align:center;
	}
.blockleft h2 a {
	font-weight:bold;
	text-decoration:underline;
	}
.blockleft h2 a:hover {
	color:#00FF99;
	}
.blockleft p {
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
	}
.blockleft h3 {
	font-size:10px;
	text-align:center;
	}
.blockleft h3 a {
	font-weight:bold;
	color:#CCCCCC;
	}
.blockleft h3 a:hover {
	color:#999999;
	}

	
	
/* ------------
blockright
-------------- */

.blockright {
	width:400px;
	height:250px;
	margin:10px auto 75px auto;
	float:right;
		}

/* --------------
adsense
----------------*/
#adsense {
	margin:20px auto;
	}

/* --------------
article
----------------*/
#article {
	margin-left:20px;
	color:#CCCCCC;
	line-height:1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meyryo", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
	}
#article h2 {
	font-weight:bold;
	margin-left:20px;
	}
#article p.text {
	font-size:14px;
	margin:18px 30px 0px 30px;
	}
#article p.comment {
	margin:0px 30px 0px 30px;
	font-size:10px;

	}
#article p.myopinion {
	font-size:12px;
	margin:14px 30px 0px 30px;
	font-style:italic;
	text-decoration:underline;
	}


