@charset "euc-jp";

/*-------------------------------------------------------------------

-------------------------------------------------------------------*/

/* =================================
   ¢£ ÂçÏÈ
================================== */
.contents {
	padding:63px 0 0 0;
	height:auto;
}

/*------------------------------------------------
	main
------------------------------------------------*/
.contents .main{
	display:inline;
	float:right;
	width:548px;
	margin-right:108px;
	padding-bottom:20px;
}

.contents .main .entry{
	margin-bottom:58px;
}

.contents .main .entry h3{
	font-size:117%;
	font-weight:700;
	margin-bottom:0;
	padding-right:5em;
}

.contents .main .entry p.data{
	position:relative;
	text-align:right;
	font-weight:700;
	margin:-1.2em 3px 10px 0;
}

.contents .main .entry .entry-body{
	margin-bottom:30px;
	line-height:1.8;
}

.contents .main .entry .entry-body img{
	margin-bottom:20px;
}

.contents .main .entry .entry-footer{
	text-align:right;
}

/*------------------------------------------------
	side
------------------------------------------------*/

.contents h2,
.contents .sub{
	display:inline;
	float:left;
	width:210px;
	margin-left:40px;
}

.contents h2{
	margin-bottom:35px;
}

.contents h2 img{
	margin-left:17px;
}

.contents .sub .section{
	margin-bottom:34px;
}

.contents .sub .section .sidetitle{
	margin-bottom:10px;
	text-align:center;
	font-weight:700;
}


.contents .sub .section .side{
	line-height:2;
}

.contents .sub #calendar table{
	width:90%;

}

.contents .sub #calendar table td{
	padding:3px 2px;
}

.contents .sub #calendar table td a{
	text-decoration:underline;
}

.contents .sub #calendar table caption{
	padding-bottom:5px;
}

/*------------------------------------------------
	entry
------------------------------------------------*/

#comments{
	margin:10px 20px 20px 20px;
}

.comments-head{

	margin-bottom:10px;
}

#comments textarea{
	margin-bottom:20px;

}

#comments .text{
	margin-bottom:5px;
}

#comments .input-submit{
	margin:0 5px;

}

/*------------------------------------------------
	clearfix
------------------------------------------------*/
.contents h2:after,
.contents .main:after,
.contents .sub:after{
	content						: ".";
	display						: block;
	clear							: both;
	height							: 0;
	visibility						: hidden;
}

.contents .main,
.contents .sub{
	zoom:1;
}


.contents .main .navi{
margin-bottom:20px;}