@charset "UTF-8";
@import "base.css";
@import "common.css";
@import "lightview.css";


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

	casa sole
	
	top.css
	Recent Edit | 2011.03

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


.top_contents {
	width:690px;
	margin:20px auto 0 auto;
}

.top_contents_left {
	float:left;
}

.top_contents_right {
	float:right;
	width:190px;
}


/* ●top_image-------------------- */
#head_block {
	width: 688px;
	height:372px;
	margin: 20px auto 0 auto;
	position: relative;
}

#copy_right {
	position: absolute;
	top: 0;
	right: 0;
}

#copy_left {
	position: absolute;
	top: 0;
	left: 0;
}

#copy_photo {
	/*position: absolute;
	top: 0;
	left: 189px;*/
	width: 688px;
	height: 372px;
}

/* ●Information-------------------- */
#information_title {
	background:#e1e1e1;
	padding:6px 6px 6px 30px;
}

#information {
	
}

/* コピー*/
.top_copy {
	width:690px;
	margin:20px auto 25px auto;
}

.top_bt {
	width:690px;
	margin:20px auto 35px auto;
}

.top_bt li {
	width:228px;
	float:left;
	margin:0 1px 0 0;
}




/* ニュース*/

#top_news_box {
	width:480px;
}

#top_news {
	padding: 0 0 4px 0;
}

#top_news dt {
	padding: 5px 0 0 8px;
	font-weight:bold;
	font-size: 85%;
	float: left;
}

#top_news dd {
	font-size: 93%;
	margin:0 0 6px 0;
	padding:5px 28px 2px 100px;
	border-bottom: 1px solid #ddd;
	clear:right;
}


#top_news dd  a:link,
#top_news dd  a:visited {
	display:block;
	color:#444444;
	text-decoration: none;
}

#top_news dd  a:hover,
#top_news dd  a:active {
	color:#428d05;
	text-decoration: none;
}




.top_newsbg01 {
	background: url(../img_top/bg_newsbg01.gif) no-repeat;
}

.top_list_bt {
	text-align:right;
}




/* ●トップバナーエリア-------------------- */
.top_banner li {
	margin:0 0 4px 0;
}


/* ●地震のお見舞い-------------------- */
#message_block {
	width: 690px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	background: url(../img/top/message_bg.gif) top center repeat-y;
}

#message_hd {
	width: 690px;
	height: 30px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../img/top/message_bg_hd.gif) top center no-repeat;
}

#message_ft {
	width: 690px;
	height: 30px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../img/top/message_bg_ft.gif) top center no-repeat;
}

#message_block .title {
	margin: 0 30px 10px 30px;
	font-size: 138%;
	font-weight: bold;
}

#message_block .text {
	margin: 0 30px 20px 30px;
	font-size: 108%;
}

#message_block .text02 {
	margin: 0 30px;
	font-size: 93%;
}

#message_block .from {
	margin: 0 30px 0 30px;
	font-size: 93%;
	text-align: right;
}

