@charset "utf-8";
/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------*/
#homepage #contents {
	width: 950px;
	margin:0 auto;
	padding:12px 0 40px 0;
}
/* clearfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#flash
----------------------------------------------------*/
/*----------------------------------------------------
	#side
		右ナビ
----------------------------------------------------*/
#homepage #side {
	padding:3px 0 0 0;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#homepage #main {
	width: 710px;
	float: left;
	border:0;
	background:none;
	padding:0;
}
#homepage #flash {
	width:710px;
	height:314px;
	margin:0 0 9px 0;
	/* background: url(../images/home/img_flash.jpg) left top; */
}


/* タイトルパーツ */
#homepage #main .con_st {
	width:680px;
	overflow:hidden;
	height:39px;
	background: url(../images/bg_st.gif) left bottom repeat-x;
	margin:0 0 15px 0;
}
#homepage #main .con_st h2 {
	float:left;
	width:582px;
}
#homepage #main .con_st .detail {
	float:right;
	width:96px;
	height:24px;
	padding:2px 0 0 0;
}


/*----------------------------------------------------
	#pickup
		おすすめポイント
----------------------------------------------------*/
#main #pickup {
	width:680px;
	padding:16px 14px;
	border:1px solid #cccccc;
	border-bottom:0;
	background:#fff;
	overflow:hidden;
}
/* ボックス全体をリンクにするcss */
#main .point_area {
	width:680px;
	overflow:hidden;
}
#main .con_point {
	float:left;
	width: 331px;
	height:133px;
	position:relative;
}
#main .con_point a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 331px;
	height:117px;
	margin:0;
	padding:0;
}
#main .con_point.point1 {
	background: url(../images/home/bg_point1.jpg) left top no-repeat;
}
#main .con_point.point2 {
	float:right;
	background: url(../images/home/bg_point2.jpg) left top no-repeat;
}
#main .con_point.point3 {
	background: url(../images/home/bg_point3.jpg) left top no-repeat;
}
#main .con_point.point4 {
	float:right;
	background: url(../images/home/bg_point4.jpg) left top no-repeat;
}
#main .con_point h3 {
	margin:9px 0 0 194px;
	width:127px;
	height:35px;
	text-indent:-9999em;
}
#main .con_point p {
	margin:9px 0 0 194px;
	font-size:12px;
	width:130px;
}

#main .con_point a:link {
	color: #333;
	text-decoration: none;
}

#main .con_point a:visited {
	color: #333;
	text-decoration: none;
}

#main .con_point a:hover {
	color: #333;
	text-decoration: underline;
}

#main .con_point a:active {
	color: #333;
	text-decoration: underline;
}


/*----------------------------------------------------
	#access
		アクセス
----------------------------------------------------*/
#main #access {
	width:680px;
	padding:0 14px 14px 14px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#fff;
	border-bottom:0;
	overflow:hidden;
}
#main #access .con_routemap {
	border:1px solid #009944;
	min-height:299px;
	width:648px;
	padding:27px 0 0 30px;
	background: url(../images/home/bg_accessmap.gif) left top no-repeat #f4f1e5;
}
#main #access .con_routemap .box_route h3 {
	height:127px;
}
#main #access .con_routemap .box_route p.txt {
	font-weight:bold;
	height:53px;
}
#main #access .con_routemap .box_route p.link {
	height:45px;
}


/*----------------------------------------------------
	#plan
		プラン一覧
----------------------------------------------------*/
#main #plan {
	width:680px;
	padding:14px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#fff;
	border-bottom:0;
	overflow:hidden;
}

#main #plan .planlist {
	border:5px solid #eeeeee;
	padding:20px 10px 10px 10px;
	width:650px;
}
#main #plan .planlist .detail{
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	width:650px;
	overflow:hidden;
}

#main #plan .planlist .detail .img{
	float: left;
	width:164px;
	padding:0 0 0 30px;
	background: url(../images/home/bg_access.gif) no-repeat left center;
}

#main #plan .planlist .detail .right{
	width: 456px;
	float: right;
	background: url(../location/images/common/bar_recom.gif) repeat-y left top;
}

#main #plan .planlist .detail .right h4{
	margin-bottom: 7px;
}

#main #plan .planlist .detail .right h4 a{
	color: #ee7400;
}

#main #plan .planlist .detail .right h5{
	color: #000;
	margin-bottom: 10px;
}

#main #plan .planlist .detail .right p{
	color: #4a4a4a;
	margin-bottom: 12px;
}

#main #plan .planlist .detail .right dl dt{
	display: inline;
	background: #dddddd;
	display: inline;
	padding: 2px 10px;
	margin-right: 10px;
	font-weight:bold;
}

#main #plan .planlist .detail .right dl dd{
	display: inline;
}
/*----------------------------------------------------
	#newsarea
		news一覧
----------------------------------------------------*/
#main #news {
	width:680px;
	padding:14px;
	border:1px solid #cccccc;
	background:#fff;
	border-top:0;
	overflow:hidden;
}
#main .infolist .cnt_news {
	width:680px;
	overflow:hidden;
	padding:10px 0 0 0;
	border-bottom:1px dashed #ccc;
	margin:0 0 10px 0;
}
#main .infolist .cnt_news:hover {
	background-color:#e8f7e7;
}

#main .infolist .cnt_news h5 {
	color:#333;
	float:left;
	width:100px;
	font-weight:bold;
	font-size:90%;
	padding:0 0 2px 0;
	font-weight:normal;
}
#main .infolist .cnt_news span {
	display:block;
	float:left;
	width:300px;
	color:#BBB;
}
#main .infolist .cnt_news img {
	display:none;
}
#main .infolist .cnt_news p {
	clear:both;
	float:none;
	width:532px;
	margin:0 0 0 100px;
	padding:0 25px 2px 22px;
	background: url(../images/home/ic_news.gif) left 4px no-repeat;
}
#main .infolist .cnt_news p.sentence {
	color:#333;
}
#main .infolist .cnt_news  a {
	text-decoration:none;
}
#main .infolist .cnt_news a:hover {
	text-decoration:none;
}
#main .infolist .cnt_news p.sentence {
	float:none;
	width:580px;
	padding:0 0 10px 100px;
	background:none;
	margin:0;
}



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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}