/*-------------------------------------------------------------
Theme Name: rezept-edit
Theme URI: http://www.rezept-edit.com/
Description: Igarashi create it.
Author: Igarashi
Author URI: http://blog.magical-remix.net/igalog/
Version: 01
-------------------------------------------------------------*/
.post p {
	margin-bottom: 10px;
}

.post a:link {
	text-decoration: underline;
}

.post a:visited {
	text-decoration: underline;
}

.post strong {
	font-weight: bold;
}

.post ul {
	margin-left: 25px;
	list-style: disc;
}

.post ol {
	margin-left: 25px;
	list-style: decimal;
}

.post li {
	padding-bottom: 10px;
}

.post table {
	width: 650px;
}
.post table th,
.post table td {
	padding: 5px;
	vertical-align: top;
}
.post h3 {
	border: 1px solid #c32030;
	margin:15px 0 5px 0;
	padding: 7px;
	letter-spacing: 0.05em;
	font-size: 108%;
	font-weight: bold;
	color: #c32030;
}