﻿@charset "utf-8";
@import url("common.css");

/* -------------------------------------------------------
   Left Column
------------------------------------------------------- */
#left-column .entry-body {
	width : 538px;
}

#left-column h2 {
	margin      : 0 0 5px 0;
	padding     : 0 0 0 10px;
	border-left : 5px solid #0FA1ED;
	color       : #00111A;
	font        : 28px Georgia, "Times New Roman", Times, serif;
	line-height : 35px;
}

#left-column h2 span {
	background : #fff;
	color      : #046598;
}

#left-column h3 {
	margin        : 10px 0 5px 0;
	padding       : 0 0 0 35px;
	background    : #fff url("../images/entry-body-h3.gif") no-repeat;
	border-bottom : 1px dotted #0FA1ED;
	color         : #00111A;
	font          : 24px Georgia, "Times New Roman", Times, serif;
	line-height   : 35px;
}

#left-column h3 span {
	background : #fff;
	color      : #046598;
}

#left-column .sentence {
	padding : 0 0 10px 0;
}

#left-column .sentence p {
	margin      : 0 0 0 10px;
	padding     : 5px 0;
	line-height : 20px;
}

#left-column p span {
	background  : #fff;
	color       : #046598;
	font-weight : bold;
}

#left-column .right-image {
	float   : right;
	margin  : 0 0 10px 10px;
	padding : 10px;
	border  : 1px solid #dadada;
}

#left-column .center-image {
	margin     : 0;
	padding    : 10px;
	border     : 1px solid #dadada;
	text-align : center;
}

#left-column .center-image img {
	margin  : 0 1px;
	padding : 0;
	border  : 1px solid #dadada;
}

#left-column ul {
	width  : 538px;
	margin : 10px 0 0;
}

#left-column ul li {
	width   : 538px;
	height  : 20px;
	padding : 0 0 5px 0;
}

#left-column ul li a {
	width           : 480px;
	height          : 20px;
	padding         : 0 0 0 5px;
	color           : #1A1A1A;
	text-decoration : underline;
}

#left-column ul li a:hover,
#left-column ul li a:active {
	width           : 480px;
	height          : 20px;
	color           : #676363;
	text-decoration : underline;
}

#left-column p.more {
	width       : 538px;
	height      : 20px;
	margin      : 15px 0 5px 0;
	padding     : 0;
	background  : #F3F3F3;
	color       : #003D5C;
	line-height : 20px;
}

#left-column p.more a {
	display         : block;
	width           : 270px;
	height          : 20px;
	margin          : 0 0 0 230px;
	padding         : 0 5px;
	background      : #fff;
	color           : #003D5C;
	text-align      : right;
	text-decoration : none;
}

#left-column p.more a:hover,
#left-column p.more a:active {
	display         : block;
	width           : 270px;
	height          : 20px;
	background      : #E0DEDE;
	color           : #333;
	text-decoration : none;
}