html {
 overflow-x:hidden;
}

a:link img {
 text-decoration  : none;
 border           : none;
}

a:visited img {
 text-decoration  : none;
 border           : none;
}

/* ボディ */
body{
 background-image : url(images/leftbg_s.gif);
 background-repeat: repeat-y;
 background-color : #ffffff;
 overflow-x: hidden;
}

hr {
 visibility       : hidden;
 height           : 1px;
}

#left_content {
 background-image : url(images/leftbg_s.gif);
 background-repeat: repeat-y;
 width            : 151px;
 margin-left      : 5px;
}

.item_name { /* 項目名 */

}

.item { /* 項目部 */
 width            : 146px;
 color            : white;
 font-size        : 11px;
 text-align       : left;
 margin           : 1px 0 7px 0;
}

