﻿@charset "utf-8";
/**
 * 【大和薬品工業株式会社】　印刷用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
 */

/*---------- ▼共通layoutここから ----------*/
html {
	height: auto;
	background-image: none;
}

/* body */
body {
	height: auto;
}

/* wrap */
#wrap {
	height: auto;
}

body>#wrap {
	min-height: auto;
}

/* main */
#main {
	padding: 0px 0px 30px;
}

/* footer */
#footer {
	margin-top: 0px;
}

/* 各ページ背景画像 */

#privacy {
	background-image: none;
}

#newsbox {
	background-image: none;
}

/*---------- #共通layoutここまで ----------*/
