@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title: 
	Description: 
	Version: 1.0.0 2010/08/26
	
	プラン共通のcss
	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* リンク色
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents a:link		{ color: #36c; }
#contents a:visited		{ color: #900; }
#contents a:hover		{ color: #36c; }
#contents a:active		{ color: #36c; }



/* biggerlink
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* biggerlink ここから */
	/* Put a border around the newly clickable element */
	.bl-hot {
		/* border: solid 1px #ccc; ボーダー入れるときはここ。 */
		zoom: 1; /* Should be IE only */
	}
	/* rollover style for clickable element */
	.bl-hover {
		border-color: #aaf;
		cursor: pointer;
		background-color: #FFEB9B;
	}
	
	/* Simulate hover on contained link */
	.bl-hover a:link {
		color: #36c;
	}
	.bl-hover a:visited {
		color: #900;
	}
/* biggerlink ここまで */



/* メッセージ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.message_error {
	width: 600px;
	margin: 10px auto 20px;
	padding: 30px 40px;
	border: solid 1px #FF6476;
	color: #FF6060;
	background: #FFF4F5;
}

/* ページの先頭に戻る、など
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents ul.page_navigation {
	text-align: right;
}
#contents ul.page_navigation li {
	display: inline;
}

/* icon 他のいろんなところのアイコンと共通化できるところはすべし。
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_left {
	background:transparent url(icon/icon_left.gif) no-repeat scroll left center;
	line-height:24px;
	padding:4px 10px 3px 20px;
}
/* ページの先頭へ戻る
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_action_arrow_up {
	background:transparent url(icon/icon_gotop.gif) no-repeat scroll left center;
	line-height:24px;
	padding:4px 10px 3px 23px;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（タブ）
 **
 **/
#contents .search_tabs {
}

/* tabs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents .search_tabs {
	width: 780px;
	margin: 0 auto;
}
#contents .search_tabs .yms_tabs {
	padding-bottom: 2px;
	background: url(bgi_block_deep_red_top.png) repeat-x bottom left;
}
#contents .search_tabs .yms_tabs_date {
	padding-bottom: 2px;
	background: url(bgi_block_deep_brown_top.png) repeat-x bottom left;
}
#contents .search_tabs ul {
}
#contents .search_tabs li {
	display: block;
	float  : left;
	height: 43px;
	line-height: 0; /* ie6 list bottom margin */
}

#contents .search_tabs li a {
	line-height: normal; /* ie6 list bottom margin */
	display: block; /* ie6 list bottom margin */
	overflow: hidden;
}

#contents .search_tabs li.yms_tab_date {
	float: right;
	margin-left: 26px;
}



/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（条件指定）
 **
 **/
#contents .search_condition {
	clear: both;
	width: 770px;
	margin: 0 auto 10px;
	padding: 5px;
	background: url(bgi_block_deep_red.png) repeat top left;
}
#contents .search_condition_inner {
	padding: 10px;
	background: url(bgi_block_03.png) repeat top left;
	font-size: 108%;
}
#contents .search_condition_control_block {
	display: block;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
}
#contents .search_condition_control_inline {
	display: inline;
}

#contents .search_condition form.form_search_condition,
#contents .search_condition form.form_search_condition_reset {
	display: inline;
}
#contents .search_condition a.yms_condition_button {
	text-decoration: none;
}
#contents .search_condition a.yms_condition_button img {
	vertical-align: bottom;
}
#contents .search_condition form.form_search_condition select {
	font-size: 116%;
}


/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（条件指定、日付）
 **
 **/
#contents .search_condition_date {
	clear: both;
	width: 780px;
	height: 4px;
	margin: 0 auto;
	background: url(bgi_block_deep_brown.png) repeat top left;
}


/*
・条件指定部分、ネーミング
日にち		.yms_condition_date
人数		.yms_condition_person
カテゴリ	.yms_condition_category
ボタン		.yms_condition_button
検索条件	.yms_condition_condition
*/



/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  条件絞込み検索（検索結果）
 **
 **/
#contents .search_result {
	width: 780px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 0;
	font-size: 108%;
}
#contents .search_result_inner {
	padding: 0;
	margin-bottom: 5px;
}
#contents .search_result ul.yms_first {
	float: left;
}
#contents .search_result ul.yms_first li {
	display: inline;
	padding: 0 5px;
}
#contents .search_result ul.yms_second {
	float: right;
}
#contents .search_result ul.yms_second li {
	display: inline;
	padding: 0 0 0 10px;
}

#contents .search_result ul.yms_first li.yms_icon_search_division {
	background: url(icon_summary_search_division.gif) no-repeat left center;
	padding-left: 62px;
	padding-right: 20px;
}
#contents .search_result ul.yms_first li.yms_icon_date {
	background: url(icon_summary_date.gif) no-repeat left center;
	padding-left: 45px;
	padding-right: 20px;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 **
 **  導線 conductor_list
 **
 **/
#contents .conductor_list {
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contents .conductor_list h3.yms_header3 {
	padding: 7px 10px;
	background: url(bgi_block_deep_brown.png) repeat top left;
	color: #fff;
}
#contents .conductor_list ul {
}
#contents .conductor_list ul li {
	display: block;
	float: left;
	min-width: 45%; /* ie7 型崩れ対策 */
	padding-left: 20px;
	padding-right: 10px;
	padding: 5px 10px 5px 20px;
	background: url(icon_arrow_small_square.png) no-repeat left center;
	font-size: 108%;
}
