@charset "UTF-8";
.title{
	width:585px;
	height:40px;
	padding:10px 0px 0px 25px;
	margin:30px 0px 20px 0px;
	background-image:url(img/comon/title02.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}
h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	line-height:16px;
}
.text01{
	width:400px;
	margin-right:20px;
	float:left;
}
.img01{
	width:190px;
	float:left;
}
.text02{
	width:360px;
	float:left;
}
.img02{
	width:250px;
	float:left;
}
.font{
	font-size:14px;
	font-weight:bold;
	color:#B81C22;
}
.box{
	background-color:#E3EB98;
	margin:20px 0px 10px 0px;
	padding:5px 0px 5px 10px;
	font-size:14px;
	font-weight:bold;
}
.example01{
	width:210px;
	float:left;
}
.example02{
	width:190px;
	float:left;
}
#photo{
	width:610px;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.border{
	margin:30px 0px 10px 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
h4{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	background-image:url(img/comon/title_sub.gif);
	background-repeat:repeat-x;
	height:43px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #69BD83;
	margin:30px 0px 10px 0px;
	padding-left:15px;
	line-height:48px;
}
ul{
	padding-left:20px;
}
li{
	list-style:decimal;
}
.kadomaru{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	width:300px;
    border-radius: 20px;         /* CSS3 */
    -moz-border-radius: 20px;    /* Firefox */
    -webkit-border-radius: 20px; /* Safari,Chrome */
    background-color: #4694D1;   /* 背景色 */
    padding: 5px 0px 5px 0px;
	margin-top:10px;
    behavior: url(ie-css3.htc);
}


/*角丸・シャドウ*/
.kadomaru {
    ...
    behavior: url(ie-css3.htc);
}