/*---------------*/
/*  トップページ  */
/*---------------*/
img {
	border: 0px;
}
a {
	color: #0521AC;
	text-decoration: underline;
}
a:hover {
	color: #FF7300;
	text-decoration: underline;
}
#top_contents {
	margin: 0px auto;
	padding: 0px;
	width: 946px;
	text-align: left;
}
/* 左カラム */
.top_news {
	float: left;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	width: 310px;
	border: 1px solid #C5C6C7;
	background: #F5F5F5 url(../images/news_line01.gif) no-repeat 1px top;
}
.top_news .iframe {
	margin: 0px auto 0px 7px;
}
.top_news h2 {
	margin: 0px;
	padding: 0px 0px 0px 1.2em;
	font-size: 1.3em;
	background: url(../images/icon_news01.gif) no-repeat 0.5em 0.3em;
}
ul.news_list {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 250px;
	text-align: left;
}
ul.news_list li {
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url(../images/icon_news02.gif) no-repeat 0.5em 0.3em;
	padding: 0px 0px 0px 15px;
}
ul.news_list li a {
	display: block;
}

ul.products_list {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 500px;
	text-align: left;
}
ul.products_list li {
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url(../images/icon_news02.gif) no-repeat 0.5em 0.3em;
	padding: 0px 0px 0px 15px;
}
ul.products_list li a {
	display: block;
}

/* 右カラム */
.top_products {
	float: left;
	width: 630px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}
.top_products strong.text {
	color: #054984;
	display: block;
	margin: 5px;
}
.top_products a.intro {
	float: left;
	list-style: none;
	width: 203px;
	height: 95px;
	margin: 5px 0px 0px 5px;
	border: 1px solid #D4D9DA;
	color: #313233;
	overflow: auto;
	background: url(../images/icon_mini02.gif) no-repeat right bottom;
	color: #313233;
	font-size: 0.9em;
	display: block;
	text-decoration: none;
}
.top_products a.intro:hover {
	text-decoration: underline;
}
.top_products a.intro img {
	float: left;
	margin: 5px;
}
.top_products a.intro strong {
	display: block;
	margin: 5px;
}
.top_products a.intro span {
	font-weight: normal;
}

.top_linkbtn {
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.top_linkbtn img {
	margin: 0px 5px;
}

