@charset "EUC-JP";
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 24px;
}

a:link { color: #1f7741; }
a:visited { color: #1f7741; }
a:hover { color: #22a242; }
a:active { color: #1f7741; }

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

img {
	border:none;
}

content{
	background-color:#CCC
}

.twoColFixRtHdr #container01 {
	width: 640px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-style: normal;
} 

.twoColFixRtHdr #container {
	width: 900px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-style: normal;
} 
.twoColFixRtHdr #header {
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.twoColFixRtHdr #headerTop h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.green #slatenav{
	position:relative;
	display:block;
	height:42px;
	text-transform:uppercase;
	background-image: url(../images/greenslate_background.png);
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
}
.green #slatenav ul{
	margin:0px;
	list-style-type:none;
	width:auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}
.green #slatenav ul li{
	display:block;
	float:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.green #slatenav ul li a{
	display:block;
	float:left;
	color:#EEFFDF;
	text-decoration:none;
	height:35px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
}
.green #slatenav ul li a:hover,.green #slatenav ul li a.current{
	color:#fff;
	background:transparent url(../images/greenslate_backgroundOVER.gif) no-repeat top center;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 10px;
}

#box {
	width: 200px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	list-style-type:none;
	}
	
#box li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	list-style-type:none;
	}	
	
#box li a:link, #box li a:visited {
	color: #333333;
	display: block;
	background: url(../images/menu3.gif);
	padding: 8px 0 0 30px;
	list-style-type:none;
	}
	
#box li a:hover, #box li a:active {
	color: #283A50;
	padding: 8px 0 0 30px;
	list-style-type:none;
	background-image: url(../images/menu3.gif);
	background-position: 0 -32px;
	}

#boxleft {
	width: 270px;
	float:left;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	list-style-type:none;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#boxleft1 {
	width: 580px;
	float:left;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	list-style-type:none;
	margin-top: 10px;
	padding: 10px;
	}

#boxright {
	width: 270px;
	float:right;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	list-style-type:none;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#boxTop {
	width: 610px;
	float:left;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

#boxTop01 {
	width: 300px;
	float:left;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	list-style-type:none;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image:url(../images/topti.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	}

#boxleftTop {
	width: 150px;
	float:left;
	background-image:url(../images/topbox_bg.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-top: 10px;
	}

#boxleftTop h3 {
	width: 160px;
	padding-left: 20px;
	background-image:url(../images/top_go.png);
	background-repeat: no-repeat;
	}

#boxleftTop .main {
	width: 130px;
	padding-left: 10px;
	margin-bottom:15px;
	padding-right: 10px;
	}

#boxrightTop {
	width: 290px;
	float:left;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}

#boxrightTop h3 {
	width: 160px;
	padding-left: 20px;
	background-image:url(../images/top_go.png);
	background-repeat: no-repeat;
	}

#tex {
	width: 160px;
	height:60px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 15px;
	}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixRtHdr #mainContent01 {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixRtHdr #mainContent02 {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixRtHdr #mainContentTop {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
} 

.topicPath_08 {  
    margin:10px 0;
	font-size:10px;
}  
.topicPath_08 li {  
   display:inline;  
   line-height:110%;  
   list-style-type:none;  
}

.twoColFixRtHdr #ti {
	/padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/bg_title.png);
	height: 80px;
	padding-top: 25px;
	/padding-top: 35px;
	background-repeat: no-repeat;
} 

.twoColFixRtHdr #point {
	background-image: url(../images/bg_stitle.png);
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 80px;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 10px;
	/padding-top: 25px;
} 


table	{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
	border-color: #FFF;
}
th, td	{
	padding: 10px 20px;
}

.sample10	{
	border: 1px solid #DDDDDD;
}
.sample10 th	{
	border: 1px solid #DDDDDD;
	color: #333333;
	/*background-image: url(../images/th_10.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
}
.sample10 td	{
	border: 1px solid #DDDDDD;
	color: #333333;
}

.sample9	{
	border: 1px solid #DDDDDD;
}
.sample9 th	{
	border: 1px solid #DDDDDD;
	color: #333333;
	/*background-image: url(../images/th_10.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
}
.sample9 td	{
	border: 1px solid #DDDDDD;
	color: #333333;
}

.sample8	{
	border: 1px solid #DDDDDD;
	font-size:12px;
}

.sample8 th	{
	color: #333333;
	/*background-image: url(../images/th_10.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;

}
.sample8 td	{
	border: 1px solid #DDDDDD;
	color: #333333;
}

.sample7	{
	border: 1px solid #DDDDDD;
}

.sample7 th	{
	color: #333333;
	/*background-image: url(../images/th_10.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
.sample7 td	{
	border: 1px solid #DDDDDD;
	color: #333333;
	text-align:right;
}

.sampleNews	{
	border: 0px solid #DDDDDD;
}

.sampleNews th	{
	color: #333333;
	/*background-image: url(../images/th_10.jpg);*/
	background-position: top;
	text-align: left;
}
.sampleNews td	{
	border-bottom:dotted thin;
	color: #333333;
}

.twoColFixRtHdr #footer {
	background:#DDDDDD;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 50px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* 法人向け引っ越しバナー */

.removalbiz {
	width: 620px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 10px;
	}
