/* 共通 */

body {
	text-align: center;
	padding: 0px;
	margin: 30px 30px 30px 30px;
}

a {text-decoration: underline;}
a:link {color: #990000;}
a:visited {color: #993333;}
a:active {color: #006600;}
a:hover {color: #006600;}

#container {
	width: 900px;
	background: #FFFFFF;
	font-size: 13px;
	color: #333333;
	line-height: 140%;
	border: solid #999999 1px;
	text-align: left;
	padding: 0px 0px 0px 0px;

}

#title01 {
	width: 900px;
	margin-bottom: 10px;

}

#title01 h1 {
	font-size: xx-small;
	display: none;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#footer {
	background: #EBEBEB;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;

}

#copyright {
	text-align: right;
	font-size: 10px;
	color: #999999;
	margin-left: 15px;
	margin-right: 15px;
}

h1, h2, h3,{
	font-weight: normal;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.floatclear {
	clear:both;
	height:1px;
	line-height:1px;
}

img {
	border-width: 0px;
max-width: 100%;
height: auto;
}


/* トップページ */

#toppage_a {
	position: relative;
	float: left;
	text-align: center;
	width: 220px;
}

#toppage_b {
	position: relative;
	float: left;
	text-align: center;
	width: 460px;
}

#toppage_c {
	position: relative;
	float: left;
	text-align: center;
	width: 220px;
}

.toppagetext01 {
	text-align: left;
	margin-left: 35px;

}




/* 個別記事ページ */

#sidebar {
	position: relative;
	float: left;
	text-align: left;
	width: 180px;
	border-right: solid #999999 1px;
	padding-left: 20px;
	padding-right: 20px;

}

#maincontents {
	position: relative;
	float: right;
	text-align: left;
	width: 630px;
	padding-left: 20px;
	padding-right: 20px;
}

#entrypage h2 {
	font-size: 16pt;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: solid #00CCCC 10px;
}

#entrypage h3 {
	font-size: 12pt;
	font-weight: bold;
	background: #E0E0E0;
	padding: 2px 5px 2px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#googleadsense {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* カテゴリページ */

#archivepage h2 {
	font-size: 12pt;
	font-weight: bold;
	background: #E0E0E0;
	padding: 2px 5px 2px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#archivepage h3 {
	font-size: 14pt;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: solid #00CCCC 10px;
}

.MTphoto240_180 {
	float: right;
	display: inline;
}