@charset "utf-8";
/* CSS Document */

/***************** h2（大タイトル） *****************/
body.int_main h2{
	border-left:		solid 7px #40C6CC;
	border-bottom:		solid 1px #40C6CC;
}
/***************** h2 END *****************/

/***************** h3（中タイトル） *****************/
body.int_main h3{
	background:			url('../../common/img/mark_h3_br.astpng') 0px 5px;
	background-origin:	border-box;
}
/***************** h3 END *****************/
