/*======= index.html =======*/
#page1 .content .col-1{ width:625px;}
#page1 .content .col-2{ width:297px; margin-left:11px;}
/*======= index-1.html =======*/
#page2 .content .col-1{ width:285px;}
#page2 .content .col-2{ width:635px; margin-left:11px;}
/*======= index-2.html =======*/
#page3 .content .col-1{ width:625px;}
#page3 .content .col-2{ width:297px; margin-left:11px;}
/*======= index-3.html =======*/
#page4 .content .col-1{ width:625px;}
#page4 .content .col-2{ width:297px; margin-left:11px;}
/*======= index-4.html =======*/
#page5 .content .col-1{ width:297px;}
#page5 .content .col-2{ width:625px; margin-left:11px;}
/*======= index-5.html =======*/
#page6 .content .col-1{ width:625px;}
#page6 .content .col-2{ width:297px; margin-left:11px;}

/*======= index.html =======*/

#page1 .wrapper .col-1 {width: 300px; padding: 0 25px 0 0 !important; margin: 0 !important;}
#page1 .wrapper .col-2 {width: 300px; padding: 0 !important; margin: 0 !important;}

.list-1 {
	padding: 0 0 10px 0;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 1em;
	color: #616161;
}

	.list-1 dt {
		font-weight: bold;
		color: #373737;
	}
	
		.list-1 dt a {
			color: #373737;
		}
		
	.list-1 dd {
		padding: 0 0 18px 0;
	}
	
		.list-1 dd.last {
			padding: 0;
		}

.list-2 {
	padding: 0 0 4px 0;
	overflow: hidden;
}

	.list-2 dt {
		/*background: url(../images/list-bg.gif) no-repeat 0% 4px;*/
		width: 100%;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	
		.list-2 dt strong {
			display: block;
			padding: 0 12px 0 23px;
			float: left;
			line-height: 1.692em;
			font-size: 1.083em;
			font-weight: normal;
			color: #660000;
		}
		
		.list-2 dt time {
			display: block;
			padding: 0 12px 0 0;
			float: left;
			line-height: 1.692em;
			font-size: 1.15em;
			font-weight: bold;
			color: #660000;
		}
		
		.list-2 dt b {
			display: block;
			padding: 2px 0 0 0;
			float: left;
			line-height: 1.5em;
			font-size: 1em;
			color: #373737;
		}
		
			.list-2 dt b a {
				color: #373737;
			}
			
		.list-2 dd {
			padding: 0 0 17px 0;
			line-height: 1.385em;
			font-size: 1.083em;
			color: #616161;
		}
.link {
	background: url(../images/link-left.gif) no-repeat 0% 0%;
	display: block;
	height: 30px;
	overflow: hidden;
	float: left;
	line-height: 28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	text-shadow: 1px 0px 0px #222;
	text-decoration: none;
	color: #fff;
}

	.link span {
		background: url(../images/link-right.gif) no-repeat 100% 0%;
		display: inline-block;
	}
	
		.link span span {
			background: #363636 url(../images/link-tail.gif) repeat-x 0% 0%;
			display: inline-block;
			height: 30px;
			margin: 0 3px;
			padding: 0 16px 0 16px;
			overflow: hidden;
		}
		
		.link:hover {
			cursor: pointer;
			color: #660000;
		}