body{
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size:small;
	color:#000;
	background-color:#eee;
	_text-align:center;
}

#container{
	margin:0 auto;
	padding:0;
	_text-align:left;
	width:750px;
	border-width:0 1px;
	border-style:solid;
	border-color:#ccc;
	background-color:#000;
}

a{
	text-decoration: underline;
	color: #c33;
	text-shadow: #cccccc 2px 2px 1px;
}

h1{
	margin: 15px 0 2px 0;
	padding: 8px 7px 7px 8px;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 110%;
	color:#363;
	width:535px;
	height:20px;
	background: #fff url("/users/matsumoto-hideyuki/serial/images/h1_back.gif") no-repeat top left;
}

h2{
	margin:18px 0px 10px 0;
	padding:0;
	font-family: sans-serif;
	font-weight:bold;
	font-size: 100%;
	background: #fff url("/users/matsumoto-hideyuki/serial/images/h2_back.gif") no-repeat bottom left;
}

#main{
	margin:0;
	padding:15px;
	width:550px;
	background:#fff;
	float:left;
}

#side{
	margin:0;
	padding:0;
	width:170px;
	background:#000;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#fff;
	float:right;
}

#footer{
	margin:0;
	padding:10px 0;
	text-align:center;
	color:#fff;
	width:750px;
	background:#000;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#fff;
	clear:both;
}

#footer a:link {text-decoration: none; color: #fff; text-shadow: #cccccc 2px 2px 1px;}
#footer a:visited {text-decoration: none; color: #fff; text-shadow: #cccccc 2px 2px 1px;}
#footer a:active {text-decoration: underline; color: #fff; text-shadow: #cccccc 2px 2px 1px;}
#footer a:hover {text-decoration: underline; color: #fff; text-shadow: #cccccc 2px 2px 1px;}

.mainbody{
	color:#000;
	font-weight:normal;
	background:#fff;
}

.sidebody{
	color:#ffffff;
	font-weight:normal;
}

.date{
	margin:0;
	padding:0;
	font-size: 90%;
	color: #666;
	text-align:right;
}


.text-main{
	margin:5px;
	padding:0;
	font-weight:normal;
	line-height:150%;
}

.text-bold{
	margin:5px;
	padding:0;
	font-weight:bold;
	line-height:150%;
}

.text-small{
	margin:0;
	padding:0;
	font-size:90%;
	font-weight:normal;
	line-height:150%;
}

.text-read{
	margin:0 0 15px 0;
	padding:0 0 0 5px;
	font-weight:normal;
	line-height:150%;
	border-left:15px solid #cdc;
}


/* プロフィール欄 */

#profile{
	margin:1px;
	padding:3px 3px 7px 3px;
	color:#000;
	background:#fff;
	border:1px solid #999;
	text-align:center;
}

.name{
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 110%;
	color:#363;
}


/* イメージ */

img{
	display:block;
	border:0;
}


/* バックナンバー */

ul.archive{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.archive li{
	margin:0 10px;
	padding:5px 0;
}
