@charset "UTF-8";

/*===================
基本レイアウト
===================*/

/*======メイン======*/
/*======メイン > メインコンテンツ======*/
.mainImg{
height:280px;
background:url("../img/home/main.png") no-repeat top left;
text-indent:-9999px;
overflow: hidden;
}

#greeting{
background:url("../img/home/greeting.png") no-repeat top left;
height:190px;
text-indent:-9999px;
}

#step1 h3{
background:url("../img/home/step1.png") no-repeat top left;
height:32px;
text-indent:-9999px;
}
#profile h2{
background:url("../img/home/about.png") no-repeat top left;
height:50px;
text-indent:-9999px;
}

#feed li{
padding-left:20px;
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px dotted #333;
}
#profile dt{
float:left;
width:100px;
}
/*======/メイン > メインコンテンツ======*/

/*======/メイン======*/
