﻿h3 {
	background-image: url(../images/title_news.gif);
	background-repeat: no-repeat;
	height: 42px;
	text-indent: -9999px;
	margin: 10px 0;
	}
h4 {
	color: #36f;
	font-size: 110%;
	font-weight: bold;
	margin-left: 1em;
	}
	
p {
	text-indent: 3em;
	padding: 10px 0;
	}




/*-------バックナンバーボタン----------------*/
#backnumber {
	position: relative;
	left: 500px;
	top: -40px;
	margin-bottom: -50px;
	}
#backnumber a span {
	display: none;
	}
#backnumber a:link, #backnumber a:visited {
	display: block;
	width: 123px;
	height:32px;
	background-image : url(../images/backnumber01e.gif);
	background-repeat: no-repeat;
	}
#backnumber a:link:hover, #backnumber a:visited:hover {
	display: block;
	width: 123px;
	height: 32px;
	background-image: url(../images/backnumber02e.gif);
	background-repeat: no-repeat;
	}
/*-------バックナンバーリスト----------------*/
#backnumberlist {
	padding-left: 2.5em;
	padding-bottom: 20px;
	line-height: 1.5;
	}
#backnumberlist li {
	list-style-image: url(../images/news_bn01.gif);
	list-style-position: inside;
	}
#backnumberlist li a:link, #backnumberlist li a:visited {
	text-decoration: none;
	color: #2b2b2b;
	}
#backnumberlist li a:hover {
	text-decoration: underline;
	}
#latest {
	background: url(../images/news_bn02.gif) no-repeat;
	background-position: 40px 15px;
	padding-left: 1.5em;
	padding-bottom: 30px;
	}

/*----------------画像レイアウト-----------------------------*/
p.photo_l {
	text-indent: 0;
	float: left;
	margin: 5px;
	text-align: center;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #333;
	}

p.clear {
	clear: both;
	}
	


p.photo_c {
	text-indent: 0;
	text-align: center;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #333;
	}

p.photo_r {
	text-indent: 0;
	float: right;
	margin: 5px;
	text-align: center;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #333;
	}

/*画像の制御*/
.w220 {
	width: 220px;
	}
.w240 {
	width: 240px;
	}
.w280 {
	widht: 280px;
	}
.w300 {
	width: 300px;
	}
.h190 {
	height: 190px;
	}
.h180 {
	height: 180px;
	}