@charset "shift_jis";
@import url("common.css");

/*-------------------------------------------------------
	エリア責任者のご紹介　指定
-------------------------------------------------------*/
div#item h1#profile{
background-image: url(../../profile/images/item_h2.gif) ;
width: 571px;
height: 40px;
border-bottom: 1px #000000 solid;
margin: 0 0 10px 0;
padding: 0;
padding-left: 571px;
}

div#item h2{
font-size: 14px;
font-weight: bolder;
line-height: 1.5em;
margin: 0;
}

div#item div.wrap {
margin-top:20px;
height:157px;
clear:both;
}

div#item div.introduce {
width:436px;
float:right;
}

div#item div.wrap img {
margin-right:15px;
float:left;
}

div#item ul{
margin-bottom:15px;
}

div#item ul li{
list-style-type: none;
font-size: 12px;
line-height: 1.5em;
}


/*-------------------------------------------------------
	印刷時の文字消去 指定
-------------------------------------------------------*/
@media print{
h1 {
text-indent:-9999px;
}
/*----矢印の画像用------*/
div#item #area_list ul li {
display:block;
width:528px;
height:18px
}
}
