@charset "UTF-8";

/*
-----------------------------------------------
 ホテル志戸平 宿泊プラントピックス 3カラム用 Styles
 FileName : plantopics_col3.css
 Date     : 2009.01.10
----------------------------------------------- */

/* == プラントピックス3カラム用 == */
div#planTopics-3cal	{
	float: right;
	width: 434px;
	}


	/* == 3カラム用宿泊プラントピックスStyle == */
	.accordion_toggle	{
		clear: both;
		display: block;
		height: 34px;
		width: 392px;
		background: url(../common_image/plan_topics_image/3col_title_back_off.gif) no-repeat top left;
		padding: 1px 30px 0 12px;
		line-height: 26px;
		color: #7d002a;
		font-weight: bold;
		text-decoration: none;
		outline: none;
		font-size: 16px;
		color: #a5a5a5;
		cursor: pointer;
		margin: 0;
		}
		
	.accordion_toggle_active	{
		background: url(../common_image/plan_topics_image/3col_title_back_on.gif) no-repeat top left;
		color: #7d002a;
		}
	
	.accordion_content {
		background: url(../common_image/plan_topics_image/3col_plan_back.gif) repeat-y left top;
		padding: 0;
		margin: 0;
		overflow: hidden;
		}
		
		.accordion_content h3	{
			color: #002a7f;
			font-size: 110%;
			font-weight: bold;
			line-height: 130%;
			padding: 0 2px 2px 2px;
			margin: 0 12px;
			}
		
		.accordion_content img.planTopicsPhoto	{
			float: left;
			margin: 2px 8px 2px 0;
			}
		
		.accordion_content p.planTopics-copy	{
			padding: 0 2px;
			margin: 0 12px;
			}
		
		.accordion_content_partition	{
			clear: both;
			background: url(../common_image/plan_topics_image/3col_plan_partition.gif) no-repeat left top;
			height: 21px;
			}
		
		.accordion_content img.btn	{
			float: right;
			text-align: right;
			margin: 4px 12px 0 0;
			}
	
		.accordion_content-btm	{
			clear: both;
			background: url(../common_image/plan_topics_image/3col_plan_btm.gif) no-repeat;
			height: 24px;
			}
		

/* The Holly Hack \*/
	* html .accordion_content	{
    height: 1%;
    }
    /* Resume IE5-Mac */
