* {
	margin:0;
	padding:0;
}
html{
	height: 100%;
}
body {
	height: 100%;
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	background: #CAD2EC url("./images/back.gif")
}
a:link, a:visited {
	color: #4444BD;
	text-decoration: none;
}
a:hover, a:active {
	color: #91A0D7;
	text-decoration: underline;
}
img {
	border: none;
}
input, textarea {
	border: 1px solid #AAA;
}
#wrap {
	height: 100%;
	min-height: 100%;
	width: 848px;
	margin: 0 auto;
	background: #FFF url("./images/line3.gif") top repeat-x;
	border-right: 1px solid #91A0D7;
	border-left: 1px solid #91A0D7;
}
body > #wrap{
    height: auto;
}
#main {
	float: left;
	width: 100%;
	background: url("./images/vline.gif") repeat-y;
}

#leftc {
	width: 300px;
	float: left;
}
#rightc {
	margin-top: 34px;
	margin-left: 15px;
	width: 516px;
	float: left;
}
#footer {
	clear: both;
	height: 100px;
	background: url("./images/wave.gif") no-repeat;
}

/* メニュー */
.menu {
	width: 230px;
	margin: 0px 35px 15px 44px;
	list-style: none;
}
.menu li {
	float: left;
	margin-right: 3px;
}
.menu img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.linktitle {
	font-weight: bold;
	width: 230px;
	margin: 0px auto 5px 35px;
	padding: 8px 0 8px 10px;
	background: url("./images/line1.gif") bottom repeat-x;
}
.linktext {
	width: 230px;
	margin: 0px 35px 10px 35px;
	padding: 0;
}
.linktext ul {
	list-style: none;
	margin-left: 10px;
}
.linktext li {
	line-height: 1.1;
	padding: 0px 0px 5px 12px;
	background: url("./images/mark1.gif") left 3px no-repeat;
}
.freespace {
	width: 240px;
	margin: 0px 25px 10px 25px;
	padding-left: 10px;
}
.books {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.books td {
	padding: 4px;
}
.btitle {
	text-align: center;
	background: #E7E7E7;
	border: 1px solid #CCC;
}
.twitter {
	margin-left: 10px;
}
.form {
	margin-top: 5px;
	margin-left: 10px;
}
/* 記事 */
.entry {
	width: 500px;
	margin-bottom: 10px;
	padding: 0px 0 10px;
	/*
	background: url("./images/line3.gif") top repeat-x;
	*/
}
.entry_title {
	color: #732850;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 14px 70px 4px 15px;
	border-bottom: 1px solid #2F2F86;
	background: url("./images/mark2.gif") 430px bottom no-repeat;
	/*
	background: url("./images/mark2.gif") 5px center no-repeat;
	*/
}
.entry_title a {
	color: #732850;
}
.entry_date {
	font-family: verdana, sans-serif;
	padding: 4px 5px 4px 34px;
	border-bottom: 1px solid #2F2F86;
	background: url("./images/mark3.gif") 14px center no-repeat;
}
.entry_body {
	padding: 15px 15px 0;
	line-height: 1.5;
	background-color: #F5F5F5;
}
.entry_more{
	padding: 15px 15px 15px;
	line-height: 1.5;
	background-color: #F5F5F5;
}
.entry_footer {
	text-align: right;
	margin: 0;
	padding: 6px 5px;
	border-top: 1px solid #2F2F86;
	border-bottom: 1px solid #2F2F86;
}
.entry_body img {
	border: 1px solid #999;
}

/* コメント */
.cmt_header {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 470px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 8px 10px 10px;
	background: url("./images/line2.gif") bottom repeat-x;
}
.cmt_body {
	width: 450px;
	margin-left: 10px;
	padding: 8px 20px;
	line-height: 1.2;
	background: #F5F5F5;
}
.cmt_footer {
	text-align: right;
	width: 450px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 5px 20px;
	border-top: 1px solid #E7E7E7;
	background-color: #F5F5F5;
	color: #999;
}
.cmt_form {
	width: 450px;
	margin-left: 10px;
	padding: 8px 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	border: 1px solid #CAD2EC;
}
.tb_url {
	width: 450px;
	margin-left: 10px;
	margin-bottom: 8px;
	padding: 8px 20px;
	line-height: 1.2;
	border: 1px solid #E7E7E7;
}
.navi {
	text-align: right;
	width: 480px;
	margin: 30px 0 10px;
	padding: 8px 10px 8px;
	border-top: 1px solid #2F2F86;
}


h1 { 
	font-weight: normal;
}
h2 {

}
h3 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 13px;
}


/* フロート対策 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

