@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :desire.css
	version:1.0
	style info :店主のおもいページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* main
----------------------------------------------------------------------------- */
body#index #contents_left .main {
	height:450px;
	background-image:url(../tempo/img/mainimg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#contents_left p {
	line-height: 180%;
}

/* h3
----------------------------------------------------------------------------- */
body#index #contents_left h3 {
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	width:678px;
	height:22px;
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	padding-bottom: 25px;
}


body#index #contents_left h3.title01 {
	background-image:url(../tempo/img/h3_title.gif);
}



/* 
----------------------------------------------------------------------------- */
#contents_left .wrap{
	width: 715px;
}
#contents_left .p_wrap p{
	clear: both;
	overflow: hidden;
	width: 100%;
}
#contents_left .vol01 .p_wrap{
	padding-top: 35px;
	padding-left: 25px;
	background-image: url(../company/img/image01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 25px;
	min-height:100%;
}
*html #contents_left .vol01 .p_wrap{
	height:auto;!important
}
#contents_left .vol01 .p_wrap p{
	width: 457px;
	margin-bottom: 15px;
}
#contents_left .vol01 .company{
	background-color: #f9f2d7;
	padding: 10px;
	width: 632px;
	margin-left: 25px;
	overflow: hidden;
	margin-top:20px;
}
#contents_left .vol01 .company_list{
	background-image: url(../tempo/img/naikan.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
}
#contents_left .vol01 .company h4{
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
}
#contents_left .vol01 .company dl{
	margin-top: 10px;
	font-size: 92%;
	clear: both;
	line-height: 140%;
	width: 380px;
}
#contents_left .vol01 .company dt{
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	width: 80px;
}

#contents_left .vol01 .company dd{
	border-left: 1px solid #666666;
	float: left;
	width: 300px;
	clear: right;
	margin-top: -25px;
	margin-left: 95px;
	padding: 3px 5px 3px 10px;
}

*html #contents_left .vol01 .company dd{
	margin-left: 45px;
}

#contents_left .vol01 .map{
width:650px;
	margin-left: 25px;
	margin-top:20px;
clear:both;
}
#contents_left .vol04 .hidari{
	border-right: 1px solid #CCCCCC;
}


#contents_left .vol04 .dlg{
	margin-top: 35px;
	margin-left: 25px;
	width: 670px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../company/img/image05.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contents_left .vol04 .dlg h4{
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#contents_left .vol04 .dlg p{
	margin-top: 20px;
	margin-left: 35px;
	width: 360px;
	padding-bottom: 170px;
}

