﻿@charset "UTF-8";

.col1 {
	float: left;
	width: 174px;
	margin-right: 8px;
}

.col1_r {
	float: left;
	width: 174px;
	/*margin-right: 8px;*/
}	

.col2 {
	float:left;
	width:364px;
}

.col2_r {
	float:left;
	width:356px;
}

.col2yoko {
	float:left;
	width:356px;
	margin-right:8px;
}

.col2yoko_r {
	float:left;
	width:356px;
}

.col4 {
	float: left;
	width: 356px;
	margin-right: 8px;
}

.col4_r {
	float: left;
	width: 356px;
}	
	
/*.col1,col2,col3,col4 {
	float: left;
	width: 174px;
	height: 230px;
}*/

#contents .col1,.col2,.col3 {
	
}

section {
	background: #FFF;
	border:#CCC solid 1px;
	padding: 5px;
	height: 210px;
	margin-bottom: 10px;
}

section  a {
	color: #6495ED;
	text-decoration:none;
}

section  a:hover {
	color: #EC93B6;
	text-decoration:none;　
}

section a:hover img {
	opacity: 0.8;
}

section h3 {
	font-size:12px;
	margin: 3px 7px 0 7px;
	line-height:1.5em;
	/*font-weight:bold;*/
}

section img {
	clear: both;
	margin-top:3px;
	margin-bottom:3px;
	/*width: 410px;*/
}
section #category {
	/*height:12px;*/
	line-height:16px;
	font-size:8px;
	padding-left:5px;
	padding-bottom:2px;
}
section .events {
	background:#7baa2e;
	color:#FFF;
}

section .news {
	background:#ddfd72;
	/*color:#FFF;*/
}
