/* CSS Document */

#top_branding{
		/*float:left;*/
		position:absolute;
		top:130px;left:0px;
		margin:0px;
		width:100%; height:345px;
}

#container2{
		position:absolute;
		top:475px;
		left:50%;
		padding:0; width: 962px;
		height: auto;
		margin:0 0 0 -481px;
}

/*=============================
     side_contentsに指定
=============================*/
.left_side_contents{
		float:left;
}

.right_side_contents{
		float:left;
}

/*=============================
	   	  titleに指定
=============================*/
td.top_left_contents{
		width:552px;
}

h3.topics_title{
		display: block;
		width:540px; height:28px;
		background: url(../top/topics_title.gif) 0 0 no-repeat;
		margin:0;
}
.topics_contents{
		border-bottom:#C1C1C1 solid 2px;
		height:182px; width:540px;
		overflow:hidden;
 }
p.topics_content_set{
		float:left;
		position:relative;
		left:18px;
		width:510px;
		padding:12px 0 12px 0;
		line-height:150%;
		border-bottom:solid 1px #C6C6C6;
}
*html p.topics_content_set{
		padding:11px 0 11px 0;
}

.list_page_btn{
		margin:4px 0 0 491px;
		width:44px; height:17px;
		/*background: url(../top/list_page_btn.gif) 0px 0px no-repeat;*/
}
/*ここから右側のボタンたち*/
.right_side_contents{
		margin:0 0 0 12px;
}
h3.contact_title a{
		display: block;
		margin:0 0 20px 0;
		width:190px; height:210px;
		background: url(../top/contact_btn.jpg) 0 0 no-repeat;
}

h3.contact_title a:hover{
		background: url(../top/contact_btn.jpg) 0 -210px no-repeat;
}
