@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.a-gent.co.jp/medical/
File name:	layout_index.css
Summary:	base styles
Created:	2012-9-30
Last update:	2012-9-30 by Sadaoka
Author:		Sadaoka
Copyright:	(C) 2012 dabhand Inc.
--------------------------------------------------------------- */

/* Body */
/* ------------------------------------------------------------ */
.mainvisual_area {
	background: url(../images/mainvisual_area.gif) left top no-repeat;
	width: 940px;
	padding-bottom: 25px;
	display: block;
	overflow: hidden;
}

#compensation {
	background: url(../images/insurance1_bg.png) left top no-repeat;
	width: 568px;
	height: 370px;
	display: block;
	position: relative;
}

#compensation2 {
	background: url(../images/insurance4_bg.png) left top no-repeat;
	width: 568px;
	height: 138px;
	display: block;
	position: relative;
}

#compensation3 {
	background: url(../images/insurance5_bg.png) left top no-repeat;
	width: 298px;
	height: 141px;
	display: block;
	position: relative;
}

#compensation .placement1,
#compensation2 .placement1,
#compensation3 .placement1 {
	position: absolute;
	left: 2px;
	top: 2px;
}

#compensation .placement2,
#compensation2 .placement2,
#compensation3 .placement2 {
	position: absolute;
	left: 20px;
	top: 60px;
}

#compensation .placement3,
#compensation2 .placement3 {
	position: absolute;
	right: 20px;
	top: 60px;
}

#compensation .placement4,
#compensation2 .placement4 {
	position: absolute;
	left: 20px;
	bottom: 10px;
}

#leaks {
	width: 298px;
}

#leaks h3 {
	background: url(../images/insurance2_bg1.png) left top no-repeat;
}

#leaks #feed {
	background: url(../images/insurance2_bg2.png) left bottom no-repeat;
}

#leaks #feed li {
	width: 278px;
	margin: 0 auto;
	padding: 5px 0;
	border-bottom: 1px #d1d1d1 dotted;
}

#leaks #feed li:last-child {
	border: none;
}

#leaks #feed li .entry_title {
	background: url(../images/arrow_feed_headline.gif) left center no-repeat;
	color: #0af;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
	width: 268px;
	padding-left: 10px;
	overflow: hidden;
}

#leaks #feed li .entry_content {
	text-indent: -1em;
	width: 268px;
	padding-left: 10px;
}

#leaks #feed li .entry_date {
	margin-top: -1px;
	width: 268px;
	padding-left: 10px;
}

#guard {
	background: url(../images/insurance3_bg.png) left top no-repeat;
	width: 298px;
	height: 138px;
	display: block;
	position: relative;
}

#guard .placement1 {
	position: absolute;
	left: 2px;
	top: 2px;
}

#guard .placement2 {
	position: absolute;
	left: 20px;
	top: 65px;
}

#guard .placement3 {
	position: absolute;
	left: 20px;
	top: 90px;
}

/* Mainvisual */
/* ------------------------------------------------------------ */
#slideshow_top {
	width: 936px;
	height: 310px;
}

#slideshow_top #banner {
	border: 0px #0f0 solid;
}

#slideshow_top #banner ul {
	list-style: none;
	width: 936px;
	height: 310px;
	overflow: hidden;
	position: relative;
	border: 0px #00f solid;
}

#slideshow_top #banner ul li {
	float: left;
	width: 936px;
	position: absolute;
	border: 0px #ff0 solid;
}

/* メイン画像下　推移ボタン　センター表示 */
#slideshow_top div#pagenation {
	position: relative;
	overflow: hidden;
	top: -50px;
}

#slideshow_top div#pagenation ul {
	position:relative;
	left:5%;
	float:left;
	list-style: none;
}

#slideshow_top div#pagenation li {
	position:relative;
	left:-50%;
	float:left;
	margin: 0 5px;
}

/* メイン画像下　推移ボタンOFF */
#slideshow_top div#pagenation li a {
	width:10px;
	height:10px;
	display:block;
	overflow:hidden;
	background-image:url(../images/pagenation.png);
	background-position:0 0;
}

/* メイン画像下　推移ボタンON */
#slideshow_top div#pagenation li.active a,
#slideshow_top div#pagenation li a:hover {
	background-position:0 10px;
}

#slideshow_top div#pagenation li a img {
	visibility:hidden;
	display: none;
}

#slideshow_top #btn-prev {
	width: 14px;
	height: 32px;
	position: relative;
	left: 20px;
	top: -175px;
}

#slideshow_top #btn-next {
	position: relative;
	left: 890px;
	top: -175px;
}
