@charset "euc-jp";
body {
	font-size:14px;
    margin: 0;
	padding: 0;
	color:#000000;
	background-color:#DCDDDD;

}
ul, ol, dl {
	padding: 0;
	margin: 0;
	text-align:left;
}


h1, h2, h3{
	margin-top: 0;	

}
a img { /* イメージをリンクで囲んだ場合の青いボーダーを削除 */
	border: none;
}


/* ~~ リンク設定 ~~ */

li {
	list-style-type: none;
}

a{	
    text-decoration: none;
}

a:link{	
    color: #000;
}
a:visited{
	color: #03C;
}
a:hover{
	text-decoration: underline;
	color: #999;
}

/* ~~ ＢＯＸ構成 ~~ */


#container {
	width:850px;
	background: #FFF;
	margin-left:auto;
	margin-right:auto;
    
}

#header {
	background: #FFF;
	width:830px;
	margin:0px 10px 20px 10px;
}
#sidebar1 {
    width:165px;
	float: left;
     margin:0px 10px 0px 10px;
}
#content {
	width:645px;
	float: right;
	margin:0px 10px 0px 10px;
}

#footbox {
	clear:both;
	width:830px;
	height:auto;
	margin:0px 10px 0px 10px;	
}
#footimag {
    width: 830px;
	height:307px;
	position:relative;
}


/* ~~ コンテンツごとのＢＯＸ ~~ */
#boxLine{
	border-width:1px 1px 1px 1px solid #CCC;
	width:643px;
	margin-left:10px;
	margin-bottom:20px;
}

.box1{
	width:645px;
	margin:20px 0px 20px 0px;
}

.bx10{
	padding:10px 0px;
}
h4{
	text-align:left;
	line-height:1.5em;
	font-size:16px;
}

	


/* ~~ フッター ~~ */

.footer {
	width:100%;
	height:130px;
	background:#EFEFEF;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.ftBar {
	clear:both;
	background-image:url(../img/footBar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width:830px;
}
#ftList {
	font-size: 12px;
	line-height:1.5em;
	float: left;
	height: 120px;
	width: 160px;
	border-right-style: dotted;
	border-right-color: #ccc;
    border-right-width: thin;
	padding-left: 10px;
}


.sitemap {
	font-weight: bold;
	text-align: right;
}
.tel {
	padding-top: 10px;
}
.headLogo {
	float: left;
}
.panList {
	font-size: 12px;
    float: right;
}


.ftLogo {
	background-color: #EFEFEF;
	padding-top:10px;
	height: 78px;
	width: 100%;
}
.copyrgt {
	font-size: 11px;
	line-height:2em;
	background-color: #FFF;
    text-align: center;
	clear: both;
	width: 100%;
}

#pagetop {
	position:absolute;
	bottom:11px;
	right:684px;
	width: 133px;
	height: 36px;
	 
}  

/* ~~ ページトップのマークアップ用 ~~ */

.or {
	color: #F93;
}

.fltRit{
	float:right;
}
.fltLft{
	float:left;
}

.clear{
      clear: both;
      margin: 0 0 10px 0;
}

.size13 {
	font-size: 13px;
}


.midashi {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.read {
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
}


/* ~~ フォーム装飾 ~~ */

table{
	border-collapse:collapse;
}

table tr td {
	padding:10px;
	border-bottom:1px solid #999999;
    border-left:1px dotted #999999;
	font-size: 12px;
}
.jigyousyo {  
  font-weight:bold;  
  color:#039;  
}  
