@charset "UTF-8";

@import url(menu.css);
@import url(main.css);

/*******************/
/* コンテンツ部分 */
/*******************/
#flash {
	margin: 0px auto;
	height: 159px;
	background: url(../images/bg_flash.gif) repeat-x;
}
#flashBottom {
	background: url(../images/bg_flash_bottom.gif) repeat-x;
	line-height:20px;
	height: 20px;
}
.products {
	margin: 7px 0px 0px 5px;
	float: left;
	width: 229px;
}
.bgProducts {
	margin:0px;
	padding: 0px 0px 15px 0px;
	background: url(../images/bg_products.gif) no-repeat;
	background-position: left bottom;
	height: 160px;
	overflow: auto;
}
.bgProducts span {
	display: block;
	text-align: left;
	margin: 0px 15px 5px 15px;
	line-height: 1.3em;
}
.bgProducts a {
	color: #3C3C3C;
}
.bgProducts a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}
/*トップページ 左コンテンツ*/
#topicsBnr {
	float: left;
	width: 257px;
	text-align: left;
}
.topics {
	width: 257px;
	background: url(../images/bg_topis.gif) no-repeat;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.topicsContents {
	margin: 15px auto 0px auto;
	width: 230px;
	text-align: left;
}
.topicsContents span {
	margin: 10px 10px 0px 10px;
	display: block;
	line-height: 1.5em;
}
.topicsContents a {
	color: #3C3C3C;
}
.topicsContents a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}
.imgBnr {
	margin: 10px 2px 0px 0px;
	float: left;
}
.imgMiddle {
	vertical-align:middle;
	margin: 5px 0px;
}

/*トップページ 右コンテンツ*/
#contents {
	float: left;
	margin-left: 15px;
	width: 677px;
	text-align: left;
}
#contents table {
	width: 100%;
}
#contents td.date {
	width: 25%;
	padding-left: 20px;
	white-space: nowrap;
}
#contents td.entry {
	width: 75%;
	padding-left: 15px;
	background: url(../images/icon_entry.gif) no-repeat;
	background-position: 0 3px;
}
.barBlog {
	padding-left: 20px;
	height: 31px;
	background: url(../images/bg_bar_top.gif) no-repeat;
}
h3 {
	margin: 0px;
	padding: 0px;
	width: 229px;
	height: 56px;
	text-align: left;
	font-size: 120%;
	line-height: 1.2em;
}
h3 a,
h3 a:visited,
h3 a:hover {
	color: #3C3C3C;
	padding: 12px 0px 0px 30px;
	display: block;
}
h3.neox {
	background: url(../images/bar_neox.gif) no-repeat;
}
h3.yes {
	background: url(../images/bar_yes.gif) no-repeat;
}
h3.ypisms {
	background: url(../images/bar_ypisms.gif) no-repeat;
}
h3.ypwms {
	background: url(../images/bar_ypwms.gif) no-repeat;
}
h4 {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 120%;
	color: #124D9C;
	font-weight: bold;
	width: 60%;
	height: 30px;
	line-height: 30px;
}
.barBlog h4{
	text-align:left;
}
.barBlogImg {
	float: right;
	margin-right: 5px;
	width: 30%;
	text-align: right;
}
.bnrFooter {
	background: url(../images/bg_bnr.gif);
	border: 1px solid #E0E0E0;
	padding: 5px;
}
.bnrFooter img {
	margin-left: 10px;
}
