@charset "utf-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title:
	Description:
	Version: 1.0.0 2009/06/16 yabuchi

	#contents
	#first_column
	#second_column
	#third_column
	#fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* 共通フレーム
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@import "theme.css";
@import url(../../contents/css/base.css);

/* contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents {
    background: #fff;
}

#plan #contents {
	margin-bottom: 10px;
    background: url(./common/contents/bg_common_contents.jpg) repeat top left;
}

/* first_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#first_column {
}

#first_column .inner {
}

/* プラン設定部分
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#plan #first_column .inner{
	padding:30px 0px 15px 0px;
}

#plan #contents #first_column .inner {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 970px;
}

/* second_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#second_column {
	width: 0;
}
#second_column .inner {}


/* third_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#third_column {
	width: 0;
}
#third_column .inner {}


/* fourth_column
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#fourth_column {
	width: 0;
}
#fourth_column .inner {}

/* t [ sub main ]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.t { background:#000;}
.t h2 { width:120px; height:500px; background:url(common/contents/bg_tt.png) 0 0 no-repeat; position:absolute; z-index:1;}
.t h2.pl {}
.t h2.pr { right:0; top:0;}

/* set width
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.w970 { width:970px; margin-left:auto; margin-right:auto;}
.w1000 { width:985px; padding-left:15px; margin-left:auto; margin-right:auto;}
#sec_btm { color:#333;}
#sec_btm .inner { background:url(common/contents/bg_sec_btm.png) 0 0 repeat-x; padding:30px 0 0;}
#sec_btm .search { width:930px; margin-left:auto; margin-right:auto; margin-bottom:40px; background:url(common/contents/cf_bg.jpg) 0 0 no-repeat;}
#sec_btm .search .search_title { width:200px; height:131px; float:left;}
#sec_btm .search .search_title h2 { text-align:center;}
#sec_btm .search .search_box { width:690px; height:91px; float:right; padding:20px;}
#sec_btm .search .search_box .search_form { width:690px; margin-bottom:15px;}
#sec_btm .search .search_box .search_form p { display:inline; height:42px; line-height:42px; margin-right:10px;}
#sec_btm .search .search_box .search_form p.sel { }
#sec_btm .search .search_box .search_form p.searchBt { margin-right:0; margin-left:10px;}
#sec_btm .search .search_box .search_info ul li { float:left; margin-right:10px;}
#sec_btm .search .search_box .search_info ul li.info { float:right;}

/* clearfix ----------*/
#sec_btm .search:after,
#sec_btm .search .search_box .search_form:after
 { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#sec_btm .search,
#sec_btm .search .search_box .search_form
 { display: inline-table; min-height: 1%; }
/* Hides from IE-mac \*/
* html #sec_btm .search,
* html #sec_btm .search .search_box .search_form
 { height: 1%; }
#sec_btm .search,
#sec_btm .search .search_box .search_form
 { display: block; }
/* End hide from IE-mac */


