@charset "euc-jp";
body {
	font-size:14px;
    margin: 0;
	padding: 0;
	color:#000000;
	background-color:#DCDDDD;

}
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;
}


.box1{
	width:645px;
	margin:20px 0px 20px 0px;
}


/* ~~ フッター ~~ */

.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: 100%;
}
.ftList {
	font-size: 12px;
	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;
	line-height:1.5em;
	float: right;
}


.ftLogo {
	background-color: #EFEFEF;
	padding-top:10px;
	height: 59px;
	width: 100%;
}
.copyrgt {
	font-size: 11px;
	line-height:2em;
	background-color: #FFF;
    text-align: center;
	clear: both;
	width: 100%;
}


#pagetop {
	position:absolute;
	top:264px;
	right:682px;
	width: 133px;
	height: 36px;
	 
}  

/* ~~ ページトップのマークアップ用 ~~ */

.or {
	color: #F93;
}
.sabtitl {
	font-size: 80%;
}


.size13 {
	font-size: 13px;
}


.read {
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
}

/* ~~ フォーム装飾 ~~ */
table{
	border-collapse:collapse;
}

table tr td {
	padding:10px;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
	font-size: 12px;
	font-weight: bold;
}
.btn{
	text-align:center;
}
h5 {
	font-size: large;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/title_h5.png);
	text-indent: 2em;
	width: 645px;
	height: 30px;
}
