@charset "UTF-8";

/* -----------------------------------------------
CSS file aneby
FileName:top.css
----------------------------------------------- */

/* ===== modeule_import ===== */
@import "basic/base.css";
@import "basic/frame.css";
@import "basic/module.css";

/* ===== topindex ===== */

#aneby {
	margin: 19px 0 30px 0;
}

#topindex {
	margin: 0 0 25px 0;
	width: 680px;
}

#topindex h2 {
	margin: 0 0 13px 0;
}

	#topindex #topbrand {
		float: left;
		width: 430px;
	}

		#topindex #topbrand .brandlist {
			width: 430px;
			margin: 0 0 10px 0;
			color: #4d4d4d;
		}

			#topindex #topbrand .brandlist .thumbnail {
				float: left;
				width: 150px;
			}

				#topindex #topbrand .brandlist dl {
					float: left;
					width: 280px;
				}

					#topindex #topbrand .brandlist dl a {
						display: block;
					}

				#topindex #topbrand .brandlist dd {
					padding: 3px 0 0 0;
					line-height: 1.4;
				}

		#topindex #topbrand .brandlist:after{
			display:block;
			clear:both;
			height: 0;
			visibility:hidden;
			content:".";
			font-size:0;
			line-height:0;
		}

	#topindex #topnews {
		float: right;
		width: 230px;
	}

		#topindex #topnews dl {
			margin: 0 0 0 12px;
		}

		#topindex #topnews dd {
			margin: 5px 0 30px 0;
			line-height: 1.4;
		}

		#topindex #topnews dt {
			vertical-align: middle;
			color: #12793b;
		}

		#topindex #topnews dt img {
			margin-right: 10px;
			vertical-align: middle;
		}



#topindex:after{
	display:block;
	clear:both;
	height: 0;
	visibility:hidden;
	content:".";
	font-size:0;
	line-height:0;
}


/* Texpress Add class */
#article h1.title {
  display: none;
}