@charset "utf-8";

#article {
		width: 950px;
		background-color: white;
}

/* 総合窓口のご紹介画像 */

.generalcounter_img {
		position: relative;
		width:950px;
		height:357px;
		background: url(../images/img_generalcounter.jpg) repeat-x top center ;
}

.atext {
		position: absolute;
		font-size: 120%;
		left: 107px;
		top: 276px;
}

.btext {
		position: absolute;
		font-size: 120%;
		left: 549px;
		top: 276px;
}

h2 {
		text-align: center;
		margin: 60px 0 0 0;
}

/* お電話でのお問合せ */

.telbg {
		position: relative;
		width:950px;
		height:252px;
		background: url(../images/bg_tel_img.jpg) no-repeat center ;
}

.ctext {
        position: absolute;
        font-size: 130%;
        left: 131px;
        top: 66px;
        font-weight: bold;
}

.ctext span {
        font-size: 264%;
		color:#009944;
}

.dtext {
        position: absolute;
        font-size: 130%;
        left: 131px;
        top: 128px;
        font-weight: bold;
}

.etext {
        position: absolute;
        font-size: 130%;
        left: 132px;
        top: 164px;
        font-weight: bold;
}

.etext span {
        font-size: 82%;
}


/* プライバシーポリシー一覧 */

.privacyttl {
		position: relative;
}

.privacylist {
		position: absolute;
		right: 70px;
		top: 18px;
}
.privacylist a {
		text-decoration: underline;
}

.privacytext {
		margin:30px 0 30px 100px;
}

.privacyttl h3 {
		text-align: center;
}

.contactbt {
		text-align: center;
		margin: 60px 0 60px 0;
}

/* お問合せボタン */

.contactbt {
		text-align: center;
}

/* お手紙でのお問合せ */

.letterbg {
		position: relative;
		width:950px;
		height:243px;
		background: url(../images/bg_letter_img.jpg) no-repeat center ;
}

.ftext {
        position: absolute;
        font-size: 145%;
        left: 132px;
        top: 61px;
        font-weight: bold;
		line-height: 1.7;
        font-weight: bold;
}
