/* ベース */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#container {
	width: 360px;
	float: left;
	padding: 5px 10px 10px;
}
.textbox {
	float: left;
	width: 270px;
}
.hani {
	float: left;
	width: 360px;
	padding-bottom: 15px;
}
.textbox2 {
	clear: left;
	padding-bottom: 10px;
	padding-left: 90px;
	width: 270px;
}


/* テキスト
----------------------------------------------------*/
p {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.topiccome {
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	display: block;
	padding-bottom: 5px;
}
.newcome {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	float: left;
}



/*イメージフォト
---------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
.image {
	float: left;
	padding-right: 10px;
}
