
@font-face
{
	font-family: mplus-1p-regular;
	src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1p-regular.ttf')format("truetype");
}


* {
	margin:0;
	padding:0;
	float: none;
}


body{
	height: 100%;
	margin:0 auto;
	width:900px;
	font-family: mplus-1p-regular;
	
}

#content {
	position: relative;
	display: table ;
	margin-top: 50px ;
}


#mcontent {
	position: absolute ;
	top: 30px ;
	left: 0px ;
	display: table-cell ;
	padding-right: 20px ;
	width: 640px ;
}

aside {
	position: absolute ;
	top: 0 ;
	left: 660px ;
	display: table-cell ;
	width: 240px ;
}



h4, h5, h6 { font-weight: normal; }



#mcontent h3{
	font-size: 20px;
	margin-bottom: 20px;
	text-shadow: 2px 2px 3px #aaa;  
	color: #666;
	}

#mcontent h4{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 12px;
	color: #555;
	}

#mcontent h5{
	font-size: 15px;
	margin-bottom: 20px;
	color: #555;
	}


#mcontent p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #777;
	text-align:justify;
}


a {
	font-family: mplus-1p-regular;
	color:#000000; text-shadow:1px 1px 1px #cccccc;
}

.entry a{
	text-decoration: none;
	color: #111 ;
	text-shadow: 2px 2px 3px #aaa ;
	}

.entry a:hover{
	text-decoration: none;
	color: #f00;
}


aside, section {
	display:block;
}


aside section {
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	background:#eee;
	margin:22px 0 0 22px;
	padding:11px 22px;
	line-height: 150%
}

aside p {
	font-size: 13px ;
	color: #555 ;
}


.trigger      { cursor:pointer }

.hide .target { display:none }


hr.mainline {
	margin: 30px 0px;

}

hr.subline {
	margin: 20px 0px 20px;
	border: 0;
	height: 1px;
	width: 40%;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
}


.rightul{
list-style-type: none ;
font-size: 14px ;
line-height: 2em ;
color: #666 ;
}

.rightul a{
list-style-type: none ;
font-size: 18px ;
color: #AA5B5B ;
}

