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

/*コンテンツタイトル*/
#contents_title {
	height: 130px;
	position: relative;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.left {
    width: 375px !important;
	float:left;
}

.right {
    width: 280px !important;
	float:right;
}

.red {
	color: #F00;
}

.b_l {
	font-size: 18px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #000;
}

.b_ll {
	font-size: 20px;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	color: #000;
	margin-bottom:10px;
}

.red_b_l {
	font-size: 18px;
		color: #F00;
			font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;

}

/*交通事故の治療にあたって*/
#about_accident { margin-top:30px;}

#about_accident p {
	margin-top:10px;
}

/*交通事故治療の流れ*/
#accident_nagare { margin-top:30px;}

#accident_nagare .step1 {
	background-image: url(../img/accident/o-midashi01_midashi02_img01.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#accident_nagare .step2 {
	background-image: url(../img/accident/o-midashi01_midashi02_img02.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#accident_nagare .step3 {
	background-image: url(../img/accident/o-midashi01_midashi02_img03.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#accident_nagare .step4 {
	background-image: url(../img/accident/o-midashi01_midashi02_img04.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#accident_nagare .step5 {
	background-image: url(../img/accident/o-midashi01_midashi02_img05.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#accident_nagare .step6 {
	background-image: url(../img/accident/o-midashi01_midashi02_img06.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
}

/*加害者の保険会社から連絡があったら*/
#accident_hoken { margin-top:30px;}

#accident_hoken p {
	margin-top:10px;
}

/*自分の保険会社への事故報告*/
#accident_houkoku { margin-top:30px;}

#accident_houkoku p {
	margin-top:10px;
}

/*こんなお悩み*/
#onayami {
	margin-top:30px;
	background-color:white;
	width:650px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-radius:10px;
	border-top-width: 50px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fcc0cf;
	border-right-color: #fcc0cf;
	border-bottom-color: #fcc0cf;
	border-left-color: #fcc0cf;
	position: relative;
}

#onayami img {
	display: inline;
	left: 140px;
	position: absolute;
	top: -40px;
}

#onayami p {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}

