@charset "UTF-8";

/* スタイルのリセット */
body,div,ul,li,ol,h1,h2,h3,p,form,fieldset,input,p,blockquote,th,td,dt,dd {
margin:0;
padding:0;
line-height: 1.4;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
em,th,var {
font-style:normal;
font-weight:normal;
}
h1,h2,h3,p,th,td,dt,dd,li{
font-size:100%;
font-weight:normal;
}
h1{
	font-size: 12px;
	color: #222;
	padding-left: 40px;
	margin-bottom: 2px;
	}
h1 span {
	font-size: 10px;
	color: #222;
	padding-left: 15px;
	}
/* 全体 */
html {
}
html body {
text-align: left;
text-align: center;
margin: 0px auto;;
padding: 0px;
background-color:#ffffff;
color: #333;
font-size: 100%;
font-family:
Verdana,
Arial,
Meiryo,
"メイリオ",
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3",
Osaka,
"MS P Gothic",
"ＭＳ Ｐゴシック",
sans-serif;
}

/* テキスト系 */

a {
	text-decoration: none;
	color: #333;
	}
a:hover {
	text-decoration:underline;
	}
a:visited{
	}
a:active{
	}
a:focus{
	outline: none;
	}

.clear {
	clear: both;
	line-height: 0;
	}
.bold {
	font-weight: bold;
	}
li{
	list-style: none;
	}
.right{
	text-align: right;
	}
p {font-size: 100%;}

/* レイアウト */
body {
	}
.whole{
	text-align: left;
	margin: 0 auto;
	width: 950px;
	height: 555px;
	position: relative;
	font-size: 80%;
	background: url(../image/backs.gif) left top no-repeat;
	}
#contain{
	width: 700px;
	margin-left: 250px;
	}
#content{
	clear: both;
	}
#foot{
	position: absolute;
	bottom: -35px;
	right: 15px;
	text-align: right;
	}
#foot p{
	font-size: 90%;
	}
#head{
	background: url(../image/ss_back.gif) no-repeat;
	background-color: #fff;
	width: 600px;
	height: 104px;
	text-align: center;
	margin-bottom: 10px;
	}
.tab {	
	clear:both;
	margin: 0px 0 0 40px;
	padding: 0px;
	}

.tab li {
	float: left;
	margin: 2px 13px 0 5px;
	padding: 0;
	display: inline;
	list-style: none;
	}
.tab li img {
	margin: 0;
	padding: 0;
	}
.tabs li a {
	text-decoration: none;
	border: none;
	margin: 0px;
	}
#switch {
	margin: 0px 0 10px 45px;
	padding: 0;
	}
#switch li {
	margin: 0 43px 0 5px;}
	
/* whatnew */
#whatnew{
	width: 300px;
	margin-left: 300px;
	margin-top: 50px;
	}
#whatnew ul{
	margin: 0;
	padding: 0;
	float: left;
	}
#whatnew li{
	padding-left: 10px;
	font-size: 80%;
	margin-top: 5px;
	}
/* top_recommend */
#top_recommend{
	margin-bottom: 10px;
	float: right;
	}
	
#top_content1{
	margin-top: 10px;
	height:100%;
	}
#top_content1 h2{
	margin-bottom: 5px;
	}
	
#top_content2{
	margin-top: 10px;
	height:100%;
	}
#top_content2 h2{
	margin-bottom: 5px;
	}
	
#top_content3{
	margin: 10px 0;
	height:100%;
	}
#top_content3 h2{
	margin-bottom: 5px;
	}
	
.top_img{
	float: left;
	}
	
/* foot_navi */

p.foot_navi{
	font-size: 90%;
	text-align: right;
	}
/* tohome */
#lefthouse {
	position: absolute;
	left: 0px;
	top: 70px;
	}



/* highslide */
.highslide {
	cursor: url(http://www.anzaikensetsu.co.jp/js/graphics/zoomin.cur), pointer;
	outline: none;
	}
.highslide img {
	border: 0px solid gray;
	}
.highslide:hover img {
	border: 0px solid white;
	}

.highslide-image {
	border: 5px solid white;
	border-bottom: 2px;
	cursor: pointer; /* opera */
	cursor: url(http://www.anzaikensetsu.co.jp/js/graphics/zoomout.cur), pointer;
	}
.highslide-image-blur {
	cursor: pointer;
	cursor: hand;
	}
.highslide-caption {
	display: none;
	border: 3px solid white;
	border-top: none;
	padding: 2px;
	padding-top: 0px;
	background-color: white;
	font-size: 80%;
	}
	.highslide-display-block {
	display: block;
	}
.highslide-display-none {
	display: none;
	}  
.highslide-loading {
	display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;

	padding-left: 22px;
	background-image: url(http://www.anzaikensetsu.co.jp/js/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;

	}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
	}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
	}