@import "common.css";
/*  
 mainR [  
----------------------------------------------------------- */  
#title {
	margin-bottom: 20px;
} 
.head {
	margin-bottom: 10px;
	width: 539px;
	height: 35px;
}
#tf, #u_tei, #o_tei, #m_tei, #sonota { background-repeat: no-repeat; }
#tf { background-image: url(../jisseki/images/head_01.gif); }
#u_tei { background-image: url(../jisseki/images/head_02.gif); }
#o_tei { background-image: url(../jisseki/images/head_03.gif); }
#m_tei { background-image: url(../jisseki/images/head_04.gif); }
#sonota { background-image: url(../jisseki/images/head_05.gif); }
.head_shousai {
	float:right;
	line-height: 35px;
	margin-right: 25px;
	color: #FFFFFF;
}

.container  {
	width: 520px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	clear: both;
}

.container .left_box { float: left; }
.container .right_box { float: right; }
.left_box, .right_box { width: 255px; }
.left_box img, .right_box img { margin-bottom: 5px; }
.txt_note {
	margin-bottom: 20px;
}

.name_tei {
	margin-bottom: 10px;
	width: 539px;
	height: 35px;
	margin-left: 10px;
	clear: both;
 }
 .link_move {
	margin-bottom: 10px;
	width: 539px;
	text-align: center;
	margin-left: 10px;
	color: #D1CAAB;
	clear: both;
}
 .link_move .genzaichi {
	font-weight: bold;
	color: #000000;
}

/*  
 Link Color [  
----------------------------------------------------------- */  
.head a:link {   
    color:#FFFFFF;   
    text-decoration:none;   
}   
.head a:visited {   
    color:#FFFFFF;   
    text-decoration:none;   
}   
.head a:hover {   
    text-decoration:underline;   
}   
.head a:active {   
    color:#CCC;   
}  

/*  
 tn [  
----------------------------------------------------------- */  
.tn {
	height: 94px;
	clear: both;
	margin-bottom: 5px;
}  
.tn img{
	float: left;
	margin-right: 5px; margin-bottom: 5px;
}  



/***********************************************/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
/***********************************************/ 
.container:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.container { display:inline-table; }

/* Mac IE には適用させない \*/
* html .container { height:1px; }
.container {
	display:block;
	margin-top: 20px;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */

