@import url(/common/css/base.css);
@import url(/common/css/layout.css);

div#contents {
	margin : 0 auto ;
	width : 826px ;
}

div#contents h2 a {
	color : #7dccf6 ;
	font-size : 14px ;
	line-height : 20px ;
	text-decoration : none ;
}

div#contents div.entry {
	padding-bottom : 30px ;
}

div#contents div.entry p.date {
	margin : 0 5px 0 0 ;
	text-align : right ;
}

div#contents div.entry div.entrybody,
div#contents div.entry div.tag,
div#contents div.entry div.entrymore,
div#contents div.entry div.category {
	margin : 20px 40px ;
}

div#contents div.entry div.entrybody p,
div#contents div.entry div.entrymore p {
	margin-bottom : 18px ;
}

div#contents div.entry div.entrybody ul,
div#contents div.entry div.entrybody ol,
div#contents div.entry div.entrymore ul,
div#contents div.entry div.entrymore ol {
	margin-bottom : 18px ;
	padding-left : 25px ;
}

div#contents div.entry div.tag h3,
div#contents div.entry div.category h3 {
	display : inline ;
}

div#contents div.entry div.tag ul,
div#contents div.entry div.tag ul li,
div#contents div.entry div.category ul,
div#contents div.entry div.category ul li {
	display : inline ;
}

