@charset "Shift_JIS";
/* CSS Document ==============

	top.css

============================== */


/* ------------------------------
	Top
------------------------------ */

#topImg {
	float: left;
	width: 320px;
	margin: 0 0 30px 0;
	padding: 0;
}
section#topics {
	float: right;
	width: 250px;
	margin: 0 0 30px 0;
	padding: 0;
}
section#topics h2 {
	width: 55px;
	height: 24px;
	margin: 0;
	padding: 0;
	background: url(../common/img/h2_topics.png) left top no-repeat;
	font-size: 1px;
	line-height: none;
	text-indent: -9999px;
}
section#topics ul {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
}
section#topics li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 15px;
	border-bottom: 1px solid #e6e6e6;
	background: url(../img/topics_listmark.gif) 0 5px no-repeat;
}
section#topics li a, a:visited {
display: block;
color: #eb4800;
text-decoration: none;
-webkit-transition: color 110ms ease-in;
-moz-transition: color 110ms ease-in;
-o-transition: color 110ms ease-in;
transition: color 110ms ease-in;
}
section#topics a:hover, a:active {
color: #eba000;
text-decoration: none;
}



/*  Top Article  */
article#top {
	clear: both;
	width: 590px;
	margin: 0;
	padding: 0;
}
#top h1 {
	font-size: 16px;
	line-height: 1.5;
	border-left: 5px solid #000;
	margin: 0 0 25px 0;
	padding: 0 0 0 15px;
}
#top p {
	font-size: 13px;
	line-height: 1.5;
}
#top p a, a:visited {
color: #eb4800;
text-decoration: underline;
-webkit-transition: color 110ms ease-in;
-moz-transition: color 110ms ease-in;
-o-transition: color 110ms ease-in;
transition: color 110ms ease-in;
}
#top p a:hover, a:active {
color: #eba000;
text-decoration: none;
}



/*  Pick Up  */
section#pickup {
	width: 590px;
	margin: 50px 0 0 0;
	padding: 0;
}
section#pickup h2 {
	width: 61px;
	height: 24px;
	background: url(../common/img/h2_pickup.png) top left no-repeat;
	font-size: 1px;
	line-height: none;
	text-indent: -9999px;
}
section#pickup ul {
	margin: 20px -5px 0 0;
	padding: 0;
	list-style: none;
	zoom: 1;
}
section#pickup li {
	float: left;
	width: 114px;
	margin: 0 5px 0 0;
	padding: 0;
}
section#pickup li p {
	font-size: 10px;
	line-height: 1.5;
	margin: 5px 0 0 0;
	padding: 0;
}








