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


body {
	margin:0;
	padding:0;
	border-top:#5e0606 solid 5px;
}

ul {
	list-style-type:none;
}

p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*ヘッダー部分*/

#header {
	width:1000px;
	margin:auto;
}

#hedhed {
	width:1000px;
	margin:0 auto;
}

#rogo {
	float:left;
	width:260px;
	margin:50px auto 0;
}

#rogo a:hover{
    opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

#rogotext {
	float:left;
	width:420px;
	margin:35px auto 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#575757;
}

#inquiry {
	float:right;
	margin:0;
}

/*ヘッダー部分終了*/

/*フッダー開始*/

#pagetop {
	background:url(../img/img-toppage/pagetop-hover.jpg) no-repeat;
    width: 103px;
    height: 27px;
	float:right;
	margin-top:43px;
}

#pagetop a{
    display: block;
}
#pagetop img{
    border: none;
}
#pagetop a:hover{
    background:none;
}
#pagetop a:hover img{
    visibility: hidden;
}

#copy {
	width:390px;
	margin-left:22px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#575757;
}

#footer {
	float:left;
	width:100%;
	background-image:url(../img/img-toppage/hudda-img.jpg);
	background-repeat:repeat-x;
}

#foot {
	width:1000px;
	margin:0 auto;
}

#footertext {
	float:left;
	width:400px;
	height:20px;
	margin-top:35px;
	padding-bottom:25px;
}

.icon {
	float:left;
	width:100px;
	margin-left:0px;
	list-style-image:url(../img/img-toppage/icon1.jpg);
	background-repeat:no-repeat;
}

/*フッダー終了*/

/*clearfix部分開始*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*clearfix部分終了*/