﻿@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.news
	02.greet
	03.box


last update 00/00/00
produced by 0510office (http://www.0510office.co.jp/)

====================================================================*/


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/
#news div {
	margin: 3px auto;
	width: 195px;
	height: 150px;
	overflow: scroll;
	overflow-x: hidden;
}

#news div table {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 160px;
	font-size: 10px;
}

#news div th {
	padding-top: 5px;
	color: #948548;
	font-weight: bold;
}

#news div td {
	padding-bottom: 5px;
	background: url(../img/dot.gif) repeat-x 0 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}


/* h3_01,h3_02
------------------------------------------------*/

.h3_01,
.h3_02 {
	margin-top: 10px;
	width: 515px;
	color: #f0f1c8;
}

.h3_01 {
	background: url(../../img/h3_01.jpg) repeat 0 0;
	height: 210px;
}


.h3_02 {
	background: url(../../img/h3_02.jpg) repeat 0 0;
	height: 350px;
}

.h3_01 h3,
.h3_02 h3 {
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
}

.h3_01 p,
.h3_02 p {
	margin: 8px 15px 8px 20px;
}


.h3_01 a img {
	margin: 0;
}
.h3_02 a img {
	display: inline;
	margin-top: 5px;
}