﻿@charset "UTF-8";

/*--お知らせ--*/
.news ul{
			margin			:	0;
			padding			:	0;
			list-style		:	none;
		}

.news li a{
				display			:	block;
				padding			:	5px;
				border-bottom	:	dotted 2px #dddddd
				color			:	#000000;
				font-size		:	14px;
				text-decoration	:	none;
		}

.news li a:hover{
				background-color:	#eeeeee;
				}

.news time{
			margin-right		:	10px;
			color				:	#888888;
			font-weight			:	bold;
			}

.news h3{
			margin-top			:	0;
			margin-bottom		:	5px;
			font-size			:	18px;
			color				:	#666666;
		}