﻿@charset "UTF-8";


/* container
--------------------------------------------------------*/

#container {
	width:673px;
	}

#container h2 {
	height:82px;
	padding-left:13px;
	}

.contCol {
	padding:28px 13px 29px 25px;
	border-bottom:solid 1px #f0f0f0;
	}

.lastCol {
	padding:28px 13px 38px 25px;
	border-bottom:none;
	}

.subject {
	float:left;
	width:220px;
	}

.short {
	width:195px;
	}

.subject h3 {
	padding-bottom:15px;
	}

.subject p {
	width:186px;
	padding-left:2px;
	color:#000;
	font-size:1.16em;
	line-height:1.43;
	}

.subject h4 {
	width:186px;
	padding-top:20px;
	color:#000;
	font-size:1.16em;
	line-height:1.43;
	font-weight:bold;
	}

.subject li {
	width:186px;
	color:#000;
	font-size:1.16em;
	line-height:1.43;
	}

.subject p a {
	font-weight:bold;
	}



