﻿@charset "utf-8";
/**
 * 【大和薬品工業株式会社】　TOPページ用CSS
 *
 * @author 2010-05-24 Atsushi Onoda <onoda@sight-inc.co.jp>
 * @editor 2010-05-24 Atsushi Onoda <onoda@sight-inc.co.jp>
 * @copyright Copyright (C) Sight,Inc. All Rights Reserved
 */

/* 全ページ共通CSS読み込み */
@import url("common.css");
@import url("menu.css");	/* ヘッダーメニュー用CSS */

/*---------- TOPページ用CSS記述 ----------*/
#top {
	margin-left: 50px;
	width: 900px;
}

#top h3 {
	width: 498px;
	padding-top: 2px;
	margin-bottom:0px;
	background-image: url("../_images/top/h3bg.gif");
	background-repeat: no-repeat;
}

#top #news ul {
	color: #999999;
	list-style: none;
}

#top #news li {
	width: 493px;
	padding-left: 25px;
	background-image: url(../_images/top/libg.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

#top #flash {
	margin-bottom: 20px;
}

#top #news {
	float: left;
	width: 518px;
}

#top #info {
	float: right;
	margin-left: 40px;
	padding: 10px;
	width: 320px;
	border: 1px solid;
	border-color: #CCCCCC;
}

#top #info #name {
	font-size: 15px;
}

#top #info hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#top #info #address {
	font-size: 12px;
}

/* 404 */
.error_box {
	padding: 30px 50px 20px;
}
.error_box h4 {
	font-size: 20px;
	margin-bottom:30px;
}
.bottom20 {
	margin-bottom: 20px;
}

