@charset "UTF-8";

/*  六青和シッピング
	<rokuseiwa.co.jp> top-only.css
---------------------------------------------------- */


/* contents (Top page only)
------------------------------------------------------------------------- */
/* #content */
body.home #contents { background: #FFFFFF; }
body.home #contents {
	margin: 0px;
	padding: 0px;
}

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

/* #bg-lead */
body.home #bg-lead {
	height: 324px;
	width: 325px;
	position: absolute;
	top: 0px;
	right: 0px;
}

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

/* .news */
body.home #main dl {
	line-height: 2.0;
	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 12em;
	padding: 0px;
}

/* side (Top page only)
------------------------------------------------------------------------- */
/* #side */
body.home #side {
	float: right;
	width: 314px;
	padding-left: 0px;
	margin-right: 25px;
}

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 0.8em;
}
body.home #side ul li a:hover,
body.home #side ul li a:focus,
body.home #side ul li a:active {
	background-color: #eee;
}
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;
}

/*ssl infomation
------------------------------------------------------------------------- */
.ssl-info {
	font-size: xx-small;
	line-height: 1.3em;
	color: #666;
}
