<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

/* ~~ 繧ｨ繝ｬ繝｡繝ｳ繝� / 繧ｿ繧ｰ繧ｻ繝ｬ繧ｯ繧ｿ繝ｼ ~~ */
ul, ol, dl, h1, h2, h3, h4, h5, h6, p, div, img {
	padding: 0;
	margin: 0;
}
li, dt, dd {
	padding: 0;
	margin: 0;
	list-style:none;
}
img {
	vertical-align:bottom;
}
a img {
	border: none;
}
a {
	color:inherit;
	text-decoration:none;
}
.lead_h {
	display:none;
}

/* ~~ 繝ｬ繧､繧｢繧ｦ繝域ュ蝣ｱ ~~ */
#container {
	font: 100%/1.4 "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	background:url(../images/common/bg_container.jpg) top repeat-x;
	background-color:#FFFBEC;
	color: #555;
}
#content {
	width: 980px;
	margin: 0 auto;
	background:url(../images/common/bg_sidebar.jpg) 0 173px no-repeat;
	background-color:#FFFFFF;
}
#sidebar {
	width: 280px;
	float: right;
	margin-right:5px;
	font-size:0.8em;
	line-height:175%;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
}
#sidebar .photo01 {
	padding: 2px 2px 0 2px;
	background-color:#FFF;
}
#sidebar dl.prfile, #sidebar .data {
	padding: 5px 10px;
}
#sidebar dt {
	width:4em;
	margin-top:5px;
	float:left;
	background-color: #FF2626;
	color: #FFF;
	text-align:center;
}
#sidebar dd {
	margin-top:7px;
	margin-left:5em;
}
#sidebar #posts {
	background-color: #ECECEC;
	padding:5px;
}
#sidebar #posts a ul {
	border: #DDD 2px solid;
	padding:5px;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
}
#sidebar #posts a:hover ul {
	border: #DDD 2px solid;
	padding:5px;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
}
#sidebar #posts .thumb {
	margin-right:7px;
	padding: 2px;
	background-color:#FFF;
	border: #AAA 1px solid;
}
#sidebar #posts .category {
	font-size:14px;
	margin-bottom:5px;
}
#sidebar #posts .name {
	font-size:18px;
	font-weight:bold;
}
.name:after {
	content: ""; 
	display:block;
	clear:both;
}

#article {
	width: 690px;
	padding-top:25px;
}
#article .section {
	width:630px;
	margin-left:30px;
}
#article .section p {
	margin:15px 0;
	font-size:16px;
	line-height:175%;
}
#article  p.red {
	margin:10px 0;
	font-size:20px;
	color:#FF2626;
	font-weight:bold;
}
#article .photo-frame {
	background-color: #FFFBEC;
	border: #FFEFBF 1px solid;
	padding:2px;
}

/* ~~ 繝輔ャ繧ｿ繝ｼ ~~ */
#footer {
	clear:both;
	height:60px;
	text-align:center;
	color:#000;
	font-size:0.8em;
	margin-top:20px;
	padding-top: 20px;
	border-top:#FF2626 2px solid;
}

/* ~~ 縺昴�莉悶� float/clear 繧ｯ繝ｩ繧ｹ ~~ */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}

</pre></body></html>