@charset "utf-8";
/* CSS Document */

/*----------------------------------------
 * Basic
 *---------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-size:13px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック";
	color:#000000;
	background: #FAFAFA;
}

.Both {
	clear: both;
	visibility: hidden;
}

input,select,textarea {
	font-size: 110%;
}
img {
	border-style: none;
}


a:link {
	color:#273116;
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#666699;
	font-style:normal;
	text-decoration:underline;
}
a:active {
    text-decoration:none;
}
.f_Gray {
	font-size: 85%;
	color: #666666;
}
.f_Red {
	font-size: 90%;
	color: #FF3300;
	font-weight: normal;
}
.f_Red10 {
	font-size: 10px;
	color: #FF6600;
}
.f_b {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}
.est_Type_name {
	font-size: 90%;
	color: #0066CC;
}


.ldk {
	font-weight: bold;
	color: #0066CC;
	font-size: 110%;
}

/*----------------------------------------
 * Header
 *---------------------------------------*/
#Header {
	height: 95px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background: url(../../../../layout/images/home.png) no-repeat;
	position: relative;
}
#Header #soudan {
	position: absolute;
	height: 55px;
	width: 72px;
	left: 870px;
	top: 33px;
}
#Header #soudan a {
	display: block;
	height: 55px;
	width: 72px;
}


#Header h1 {
	font-size: 90%;
	color: #666666;
	line-height: 25px;
	font-weight: normal;
	height: 25px;
}


#container {

}
#contents_Line {

}

#contents {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}


/*----------------------------------------
 * Menus
 *---------------------------------------*/

#Menus {
	height: 60px;
	background: url(../../../../layout/images/menu_Back.png);
}
#Menus  ul {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
}
#Menus li {
	display: block;
	float: left;
}
#Menus #menu_01 {
	width: 135px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_01.png) no-repeat;
}

#Menus #menu_01:hover {
	background: url(../../../../layout/images/menu_01.png) no-repeat 0px -60px;
}


#Menus #menu_02 {
	width: 96px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_02.png) no-repeat;
}

#Menus #menu_02:hover {
	background: url(../../../../layout/images/menu_02.png) no-repeat 0px -60px;
}

#Menus #menu_03 {
	width: 96px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_03.png) no-repeat;
}

#Menus #menu_03:hover {
	background: url(../../../../layout/images/menu_03.png) no-repeat 0px -60px;
}

#Menus #menu_04 {
	width: 96px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_04.png) no-repeat;
}

#Menus #menu_04:hover {
	background: url(../../../../layout/images/menu_04.png) no-repeat 0px -60px;
}

#Menus #menu_05 {
	width: 135px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_05.png) no-repeat;
}

#Menus #menu_05:hover {
	background: url(../../../../layout/images/menu_05.png) no-repeat 0px -60px;
}

#Menus #menu_06 {
	width: 135px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_06.png) no-repeat;
}

#Menus #menu_06:hover {
	background: url(../../../../layout/images/menu_06.png) no-repeat 0px -60px;
}

#Menus #menu_07 {
	width: 135px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_07.png) no-repeat;
}

#Menus #menu_07:hover {
	background: url(../../../../layout/images/menu_07.png) no-repeat 0px -60px;
}

#Menus #menu_08 {
	width: 135px;
	display: block;
	height: 60px;
	background: url(../../../../layout/images/menu_08.png) no-repeat;
}

#Menus #menu_08:hover {
	background: url(../../../../layout/images/menu_08.png) no-repeat 0px -60px;
}

/*-------------------------------
 * Freeze
 *-----------------------------*/

   .FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	padding-top: 20%;
	background: #666 no-repeat;
   }

   .InnerFreezePane
   {
	text-align: center;
	width: 400px;
	color: #66FFFF;
	font-size: 12px;
	border: 2px solid #FFFFFF;
	padding: 50px 20px 20px;
	background: #333 url(../../loader.gif) no-repeat center 15px;
   }

/*-------------------------------
 * Page
 *-----------------------------*/
#page{
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#page a {
	padding: 1px 7px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #0066FF;
	font-size: 10px;
	background: #F1F1F1;
}

#page a:hover {
	color: #FFFFFF;
	background: #0066FF;
} 

#page .nowpage {
	padding: 1px 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #999CAD;
	text-decoration: none;
	color: #FFFFFF;
	background: #3366CC;
	font-size: 10px;
}
#page_Resoult {
	font-size: 85%;
	font-weight: bold;
}

.class_white {
	color: #FFFFFF;
	background: #FFFFFF;
	visibility: hidden;
}


/*----------------------------------------
 * basic parts
 *---------------------------------------*/
#header_Comment {
	font-size: 85%;
	line-height: 25px;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
	height: 25px;
}
#header_Logo {
	background: url(../../img/logo.png) no-repeat;
	height: 76px;
	position: relative;
}
#header_Logo #head_Link_1 {
	display: block;
	width: 350px;
	height: 70px;
	position: absolute;
}
#header_Logo #head_Link_2 {
	height: 70px;
	width: 81px;
	position: absolute;
	left: 847px;
	display: block;
	top: 1px;
}
#mein_Contents {
	margin-top: 20px;
}




/*----------------------------------------
 * Footer
 *---------------------------------------*/

#Footer {
	width: 100%;
	height: 191px;
	background: #CCCCCC url(../../../../layout/images/Footer.png) repeat-x;
	margin-top: 30px;
}
#Footer_spacer {
	height: 50px;
}


#Footer #f_Meus {
	text-align: center;
	height: 44px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	line-height: 44px;
}
#Footer #f_Meus li {
	display: inline;
	font-size: 90%;
}
#Footer #f_Meus li a {
	text-decoration: none;
}
#Footer #f_Address {
	height: 105px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 600px;
	font-size: 85%;
}



/*----------------------------------------
 * MeinContents parts
 *---------------------------------------*/
#Left {
	float: left;
	width: 220px;
	padding-top: 4px;
}
#Left .s_Box {
	margin-bottom: 15px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.s_Box .s_Cnt {
	margin: 10px auto;
	width: 200px;
}
.s_Box .s_Cnt h1 {
	font-size: 110%;
	display: block;
}
.s_Box .s_Cnt ul {
	margin-top: 10px;
	margin-bottom: 15px;
}
.s_Box .s_Cnt li {
	list-style: none;
	display: block;
	margin-left: 10px;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 11px;
}
.s_Box .s_Cnt .a_Shubetu {
	display: block;
	font-size: 90%;
	line-height: 20px;
	height: 20px;
	background: url(../../img/Arrow_2.png) no-repeat;
	padding-left: 7px;
}
#lft_Area   .cick {
	display: block;
	width: 92px;
	float: left;
	font-size: 10px;
	line-height: 18px;
	height: 18px;
}



#Right {
	float: right;
	width: 705px;
}

/*----------------------------------------
 * Search
 *---------------------------------------*/
#Right  #Search_Condition {
}
#Right #Search_Result {
	width: 690px;
}
#lft_Area #cick_Button {
	text-align: center;
	padding: 10px;
}


/*----------------------------------------
 * Search Contents & View
 *---------------------------------------*/
#SearchForm {
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 678px;
	font-size: 85%;
}
#Right #Search_Result #view_Table {

}
.Search_View {
	margin-bottom: 15px;
	position: relative;
	height: 100px;
	border-bottom: 1px dotted #CCCCCC;
}
.Search_View .v_Image {
	height: 45px;
	width: 60px;
	position: absolute;
	font-size: 80%;
	line-height: 45px;
	color: #999999;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.Search_View .v_Detaile {
	width: 500px;
	position: absolute;
	left: 135px;
	height: 100px;
}
.Search_View .v_Detaile table {
	width: 100%;
}
.Search_View  .v_Detaile  .v_Price {
	font-weight: bold;
	text-align: right;
}
.Search_View .v_Detaile .v_PriceNum {
	font-size: 130%;
}
.Search_View .v_Detaile .v_ComMin {
	font-size: 85%;
	color: #666666;
}
.Search_View .v_Detaile .v_ComSpan {
	padding-right: 10px;
	font-size: 85%;
	color: #666666;
}
.Search_View  img {
	border-style: none;
}

#SearchForm #s_cmp_Button {
	text-align: center;
	padding: 7px;
}

.label_1   {
	display: block;
	width: 115px;
	float: left;
}
.label_2 {
	display: inline;
	padding-left: 10px;
}
.label_3 {
	display: inline;
	padding-right: 10px;
}
#side_Search_Button a {
	display: block;
}
#side_Search_1  {
	background: url(../../img/search_Chintai.png) no-repeat;
	height: 25px;
	width: 200px;
	display: block;
	margin-bottom: 5px;
}
#side_Search_1:hover {
	background: url(../../img/search_Chintai.png) 0px -25px;
}
#side_Search_2  {
	background: url(../../img/search_Buy.png) no-repeat;
	height: 25px;
	width: 200px;
	display: block;
}
#side_Search_2:hover {
	background: url(../../img/search_Buy.png) 0px -25px;
}



/* 検索フォーム部分 */
#SearchForm table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
}

#SearchForm  th {
	font-size: 90%;
	padding: 2px;
	text-align: left;
	background: #EBEBEB;
	width: 100px;
	border-left: 2px solid #0066CC;
	color: #19397C;
}
  
#SearchForm  td{
	padding: 7px;
	font-size: 90%;
}
.New {
	font-size: 80%;
	color: #FF3300;
	padding: 1px 3px;
	border: 1px solid #FF3300;
}




/* 検索結果上部 */
#view_Line {
	background: url(../../img/view_Line.png) no-repeat;
	height: 100px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #223D50;
	width: 690px;
}
#view_Line #page_Rst {
	height: 28px;
	position: absolute;
	width: 100%;
	top: 28px;
	line-height: 28px;
	font-size: 90%;
}
#view_Line #page_Rst #v_rst_Left {
	line-height: 28px;
	height: 28px;
	width: 300px;
	position: absolute;
	left: 5px;
}


#view_Line #v_sorts {
	height: 20px;
	width: 500px;
	position: absolute;
	top: 58px;
	padding-left: 10px;
	font-size: 80%;
	line-height: 20px;
}
#view_Line #v_Page {
	position: absolute;
	top: 85px;
	width: 600px;
}

#view_Line #v_sorts a {
	padding-left: 7px;
}




/*----------------------------------------
 * estate detaile
 *---------------------------------------*/
#Detaile {
}
#Detaile h2 {
	display: block;
	width: 98%;
	border-bottom: 2px solid #CCCCCC;
	font-size: 120%;
	color: #666666;
	margin-bottom: 15px;
}
#Detaile #dt_Mein {
	width: 95%;
	margin-bottom: 15px;
}
#Detaile #dt_Image {
	width: 95%;
	margin-bottom: 15px;
}
#Detaile #dt_Image #img_box {
}

#Detaile .dt_ImageTitle {
	font-size: 85%;
	line-height: 20px;
	color: #666666;
	text-align: center;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
}


#Detaile  #dt_Others {
	width: 95%;
	margin-bottom: 15px;
}
#dt_Map  {
	width: 95%;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 85%;
	color: #666666;
}
#Detaile #dt_MapImage {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#Detaile  #dt_Contact {
	width: 95%;
	text-align: right;
}
#Detaile  #dt_Contact  img {
	border-style: none;

}

#Detaile table {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	background: #FFFFFF;
	width: 100%;
}

#Detaile  th {
	font-size: 85%;
	padding: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #E3E3E3;
	width: 80px;
	white-space: nowrap;
	font-weight: normal;
}
  
#Detaile  td{
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	vertical-align: top;
}
#Detaile #dt_Price {
	font-size: 130%;
	font-weight: bold;
	padding-right: 10px;
}
.dt_ImageOne{
  overflow: hidden;
}
.dt_ImageOne  img {
	border-style: none;
}

/*----------------------------------------
 * Contact
 *---------------------------------------*/
#contact_Top {
	border: 1px solid #CCCCCC;
	height: 90px;
	position: relative;
}
#contact_Top #cnt_Image {
	height: 90px;
	width: 120px;
	position: absolute;
	border-right: 1px solid #CCCCCC;
	font-size: 80%;
	line-height: 90px;
	color: #999999;
	text-align: center;
}
#contact_Top #cnt_Other {
	height: 90px;
	width: 500px;
	position: absolute;
	left: 130px;
	font-size: 90%;
}

#cnt_Other table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	border-style: none;
}

#cnt_Other  th {
	padding: 3px;
	text-align: left;
	background: #FFFFFF;
	width: 50px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
  
#cnt_Other  td{
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.cnt_types {
	line-height: 25px;
	float: left;
	height: 25px;
	width: 150px;
}
#cnt_Comment {
	font-size: 85%;
	padding: 10px;
}

/*----------------------------------------
 * お気にいり
 *---------------------------------------*/
#favo {
}
#favo h2 {
	font-size: 14px;
	height: 25px;
	display: block;
	line-height: 25px;
	color: #666666;
	background: url(../../img/favo_t.png) no-repeat;
	padding-left: 25px;
}
#favo #fv_Data {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#favo .fv_One {
	height: 35px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	position: relative;
	font-size: 90%;
}
.fv_One .fv_Type {
	line-height: 35px;
	height: 35px;
	width: 140px;
	position: absolute;
	font-size: 90%;
	color: #0066FF;
}
.fv_One .fv_Name {
	position: absolute;
	height: 35px;
	width: 250px;
	left: 150px;
	line-height: 35px;
	font-size: 90%;
	color: #666666;
}
.fv_One .fv_Price {
	font-size: 120%;
	line-height: 35px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	height: 35px;
	width: 120px;
	position: absolute;
	left: 510px;
}
.fv_One .fv_Controll {
	font-size: 90%;
	height: 35px;
	width: 100px;
	left: 405px;
	position: absolute;
}
.fv_Message {
	color: #0066FF;
	padding: 5px;
}

/*----------------------------------------
 * NEWS
 *---------------------------------------*/

#news {
}
#news #newsLeft {
	float: left;
	width: 450px;
	font-size: 90%;
}
#news #newsLeft h1 {
	font-size: 100%;
	display: block;
	border-bottom: 1px solid #666666;
	padding: 3px;
}
#news #newsLeft .news_Time {
	font-size: 90%;
	color: #666666;
	text-align: right;
	padding: 3px;
}
#news #newsLeft .newsLog {
	padding: 15px;
}

#news #news_Right {
	float: right;
	width: 190px;
	font-size: 80%;
}
#news #news_Right h2 {
	font-size: 100%;
	color: #FFFFFF;
	background: #666666;
	padding: 2px;
	text-align: center;
	font-weight: normal;
}
#news #news_Right li {
	list-style: none;
	padding: 3px;
	display: block;
}


#Line_Table table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	font-size: 85%;
}

#Line_Table  th {
	text-align: center;
	background: #003b95 url(../../img/t_head.png) repeat-x;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
  
#Line_Table  td{
	padding: 2px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
}
#Line_Table .lt_td_1 {
	text-align: center;
	width: 120px;
	vertical-align: top;
}
#Line_Table .lt_td_5 {
	width: 290px;
	text-align: left;
	padding: 7px;
	vertical-align: top;
}
#Line_Table .lt_td_nowrap {
	white-space: nowrap;
}
#Line_Table .lt_point {
	padding: 17px 3px 3px;
	background: url(../../img/point.png) no-repeat;
	margin-top: 7px;
	font-size: 10px;
}
#Line_Table .lt_img {
	position: relative;
	height: 90px;
	width: 120px;
}
#Line_Table .lt_New {
	color: #FF0000;
	background: #FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	padding: 2px;
	border: 1px solid #FF0000;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 90%;
	text-align: center;
}
#Line_Table .shosai_Link a {
	background: url(../../img/shosai.png) no-repeat;
	height: 25px;
	width: 55px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#Line_Table .shosai_Link a:hover {
	background: url(../../img/shosai.png) no-repeat 0px -25px;
}
#dtl_2 {
	width: 690px;
}


/*-----------------------------------------
 * 詳細画面 2011-01-19 新設
 *---------------------------------------*/
#dtl2_Table1 {

}


#dtl2_Table1 table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}

#dtl2_Table1  th {
	text-align: center;
	background: #003b95 url(../../img/t_head.png) repeat-x;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}
  
#dtl2_Table1  td{
	padding: 7px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	font-size: 85%;
	white-space: nowrap;
}
.nomal_Red {
	color: #FF0000;
}
#dtl_2 #apile {
	margin-top: 20px;
	position: relative;
}
#apile #apl_Box {
	padding: 10px;
	border: 3px solid #E0E0E0;
	position: relative;
	width: 660px;
	top: 5px;
}
#apile #apl_p_img {
	background: url(../../img/point_s.png) no-repeat;
	height: 14px;
	width: 39px;
	position: absolute;
	left: 16px;
	top: 2px;
	z-index: 1;
}
#dtl_2 #dt2_MeinImage {
	position: relative;
	margin-top: 20px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#dt2_MeinImage .dt2_mein_Images {
	width: 320px;
	border: 1px solid #CCCCCC;
	text-align: center;
	float: left;
	clip: rect(auto,5px,auto,auto);
	margin-right: 5px;
}
.dt2_mein_Images div {
	display: block;
	background: #5880BC;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 20px;
	height: 20px;
}
#dt2_Others_Image  {
	position: relative;
	margin-top: 20px;
	background: #DBDBDB;
	height: 130px;
}
#dt2_Others_Image #dt2_o_Left {
	position: absolute;
	height: 130px;
	width: 30px;
}
#dt2_Others_Image #dt2_o_Right {
	height: 130px;
	width: 30px;
	position: absolute;
	left: 660px;
}
#dt2_Others_Image #dt2_o_Center {
	height: 110px;
	width: 630px;
	position: absolute;
	left: 30px;
	top: 10px;
}
#dt2_Others_Image .Slide_One_Image {
	float: left;
	height: 110px;
	width: 125px;
	text-align: center;
	font-size: 10px;
}
#controll_L {
	background: url(../../img/slide_L.png) no-repeat;
	height: 130px;
	width: 30px;
	display: block;
}
#controll_R {
	background: url(../../img/slide_R.png) no-repeat;
	display: block;
	height: 130px;
	width: 30px;
}







#dtl2_Table2 {
	margin-top: 15px;
}
#dtl2_Table2  table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}

#dtl2_Table2  th {
	text-align: left;
	background: #003b95 url(../../img/t_head.png) repeat-x;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	padding: 7px;
	width: 15%;
}
#dtl2_Table2  td{
	padding: 7px;
	border: 1px solid #CCCCCC;
	font-size: 85%;
}


#dt2_Contact {
	padding-bottom: 20px;

}
#dt2_Contact .dt2_Icons {
	float: left;
	height: 50px;
	width: 345px;
}





#dtl2_Table1 #dt2_EsType {
	color: #2B4886;
	font-weight: bold;
	padding: 2px 7px;
	border: 1px solid #1C3B7E;
}
#dt2_biko {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #CCCCCC;
}
#page_Rst #v_rst_favo {
	line-height: 28px;
	height: 28px;
	width: 350px;
	position: absolute;
	left: 330px;
}
#v_rst_favo #icon_1 {
	font-size: 110%;
	font-weight: bold;
	background: url(../../img/icon_1.png) no-repeat;
	width: 120px;
	padding-left: 25px;
	position: absolute;
}
#v_rst_favo #icon_2 {
	font-size: 110%;
	font-weight: bold;
	background: url(../../img/icon_2.png) no-repeat;
	width: 150px;
	position: absolute;
	left: 160px;
	padding-left: 25px;
}
#Joken_Bar {
	background: url(../../img/joken_bar.png) no-repeat;
	height: 35px;
	width: 690px;
	position: relative;
}
#Joken_Bar  a {
	display: block;
	height: 35px;
	width: 35px;
	position: absolute;
	left: 655px;
}


/*-----------------------------
 * 物件別コンタクト
 *-----------------------------*/
#s_Contact {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#s_Contact h1 {
	font-size: 100%;
	display: block;
	background: url(../../img/title35.png) repeat-x;
	line-height: 35px;
	height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
#s_Contact h1 #font {
	font-size: 130%;
}
#s_Contact #CntForm {
	margin-top: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


#CntForm  table {
	border-collapse: collapse;
	background: #FFFFFF;
	width: 100%;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
}

#CntForm  th {
	text-align: left;
	background: #E7E7E7;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	padding: 7px;
	width: 25%;
	font-size: 85%;
}
#CntForm  td{
	padding: 7px;
	border: 1px solid #CCCCCC;
}
#CntForm #cnt_Button {
	text-align: center;
	padding: 15px;
}

/*-----------------------------
 * 詳細ページ アイコン
 *-----------------------------*/
#new_Icons {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
}
#new_Icons .nIcon {
	-moz-border-radius: 7px;    
	-webkit-border-radius: 7px; 
	border: 1px #CCC solid;   
	text-shadow: 1px 1px 0px #FFF;
	margin: 1px;
	padding: 4px;
	float: left;
	height: 30px;
	width: 86px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background: #EEEEEE url(../../img/icon_back.png) repeat-x;
}
#new_Icons .nIcon_c {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px #CCC solid;
	text-shadow: 1px 1px 0px #FFF;
	margin: 1px;
	padding: 4px;
	float: left;
	height: 30px;
	width: 86px;
	border: 1px solid #CCCCCC;
	text-align: center;
	background: #EEEEEE url(../../img/icon_back.png) repeat-x;
	line-height: 30px;
}


#new_Icons h3 {
	padding: 2px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

/*----------------------------------------
 * 詳細ページテーブル
 *---------------------------------------*/
#new_Table{
	width: 688px;
	margin-bottom: 30px;
	font-size: 90%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


#new_Table .new_d_th {
	line-height: 35px;
	background: url(../../img/t_head.png);
	float: left;
	height: 35px;
	width: 90px;
	color: #FFFFFF;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#new_Table .new_d_long {
	line-height: 35px;
	height: 35px;
	width: 586px;
	float: left;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#new_Table .new_d_mini {
	line-height: 35px;
	height: 35px;
	width: 242px;
	float: left;
	padding-left: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/* 2011-05-19 追加
 *--------------------------------*/


#jokenButton {
	text-align: right;
	height: 35px;
	width: 690px;
}
#jokenButton li {
	display: block;
	float: right;
	list-style: none;
}
#sbt_2 a {
	background: url(../../201105/joken.jpg);
	display: block;
	height: 27px;
	width: 160px;
}
#sbt_2 a:hover {
	background: url(../../201105/joken.jpg) 0px -27px;
}
#sbt_1 a {
	background: url(../../201105/favo.jpg);
	display: block;
	height: 27px;
	width: 160px;
	margin-left: 7px;
}
#sbt_1 a:hover {
	background: url(../../201105/favo.jpg) 0px -27px;
}

/* 2012-06-18 追加
 *--------------------------------*/
#img2_left{
	float: left;
	width: 29px;
	height: 130px;
	background: #5880BC url(../../img/slide_L.png);
}
#img2_center{
	float: left;
	width: 632px;
	margin-top: 7px;
}
#img2_right{
	float: left;
	width: 29px;
	height: 130px;
	background: #5880BC url(../../img/slide_R.png);
}

#img2_left a{
	display: block;
	height: 130px;

}
#img2_right a{
	display: block;
	height: 130px;
}

.img2_text {
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.dt_ImageOne     {
	float: left;
	height: 111px;
	width: 122px;
	margin: 2px;
	text-align: center;
	background: #CCCCCC;
}
