@import "common.css";

/*  
 greeting [  
----------------------------------------------------------- */  
#greeting  {
	padding: 10px;
	font-size: 100%;
	line-height: 1.4;
} 
#greeting .head {
	color: #75BB20;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
#greeting p { text-align: right; }

/* 
 voice [  
----------------------------------------------------------- */  
#voice  {
	padding: 10px;
	font-size: 100%;
	line-height: 1.4;
} 
.wrap_voice img { margin: 0; }
.wrap_voice .note {
	padding-left: 15px;
	line-height: 22px;
	background-image: url(../images/kakomi_voice_02.gif);
	background-repeat: repeat-y;
	padding-right: 25px;
}

/*  
 tesou [  
----------------------------------------------------------- */  
#tesou  {
	padding: 10px 10px 20px;
	font-size: 100%;
	line-height: 1.5;
} 


#tesou .txt_box  {
	margin-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #77D607;
	padding-bottom: 10px;
	line-height: 1.5;
}

#tesou .wrap_tbox { width: 590px; }
#tesou .wrap_tbox .left { float:left; width: 410px; }
#tesou .wrap_tbox .note{
	margin-left: 13px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #77D607;
	padding-bottom: 10px;
	line-height: 1.5;
}
#tesou .wrap_tbox .ph{
	float:right;
	width:170px;
	text-align: left;
}

#tesou .txt_box2  {
	margin-left: 13px;
	line-height: 1.5;
}

#tesou li {
	list-style-position: inside;
}
