@charset "utf-8";
/* CSS Document */

/*  こう食品法令コンサルタント
	<kou-syokuhin.jp> top-only.css
---------------------------------------------------- */

/* #lead (Top page only)
------------------------------------------------------------------------- */
body.home #lead {
	position: relative;
}

body.home #lead li {
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body.home #lead li#lead-nav1,
body.home #lead li#lead-nav2 {
	top: 166px;
}
body.home #lead li#lead-nav1 {
	left: 33px;
}
body.home #lead li#lead-nav2 {
	left: 434px;
}

/* wrapper (Top page only)
------------------------------------------------------------------------- */
/* #wrapper */
body.home #wrapper {
	background: none;
}

body.home #wrapper {
	margin: 0px;
	padding: 0px;
}

/* #breadlist */
body.home #wrapper ul#breadlist {
	background: url(../img/h2_home.gif) no-repeat 0px 0px;
	height: 32px;
}

body.home #wrapper ul#breadlist li {
	display: none;
}

/* #main */
body.home #main {
	float: left;
	display: inline; /* for IE*/
	width: 500px;
	padding: 0px 0px 0px 40px;
	margin: 15px 0px 0px;
}

/* .news */
body.home #main dl {
	line-height: 2;
	margin-top: 30px;
}

body.home #main dt {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 26px;
	background: url(../img/news_mark_01.gif) no-repeat left center;
}

body.home #main dd {
	margin: 0em 0em 0em 17em;
	padding: 0px;
}

/* side (Top page only)
------------------------------------------------------------------------- */
/* #side */
body.home #side {
	float: right;
	width: 286px;
	background: none;
}

body.home #side ul {
	margin: 0.5em 0 2em;
}

body.home #side ul {
	margin-top: 20px;
}
body.home #side ul li {
	display: inline;
	list-style-type: none;
}

body.home #side li {
	margin-bottom: 10px;
}
body.home #side ul li a {
	display: block;
	padding: 0.6em 0em;
}

body.home #side #shortcut ul li a:hover,
body.home #side #shortcut ul li a:focus,
body.home #side #shortcut ul li a:active {
	background: #ffffff;
}

body.home #side ul li a:hover img,
body.home #side ul li a:focus img,
body.home #side ul li a:active img {
	-webkit-transform: scale(1.05) translate(-3px, 0);
	-moz-transform: scale(1.05) translate(-3px, 0);
	-o-transform: scale(1.05) translate(-3px, 0);
	-ms-transform: scale(1.05) translate(-3px, 0);
	transform: scale(1.05) translate(-3px, 0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* page-footer (Top page only)
---------------------------------------------------------------------- */
body.home #page-footer {
	background: none;
}
