/* CSS Document */


/* LEFTNAVI　company共通 */
#LEFTNAVI .menu ul{
list-style-type: none;
}

#LEFTNAVI .menu ul li {
margin-bottom:20px;
}

#LEFTNAVI .menu ul li .link{
	padding-left:30px;
	padding-top:3px;
	background-image: url(../images/link_arrow_g.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 125%;
}

#LEFTNAVI .menu ul li .link_cur{
	padding-left:30px;
	padding-top:3px;
	background-image: url(../images/link_arrow_r.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 125%;
}

#LEFTNAVI ul li .li2{
margin:20px 0 0 10px;
padding-bottom:3px;
	padding-left:25px;
}

#LEFTNAVI .menu .link_cur a{
	color: #FF0000;
	text-decoration:none;
}

#LEFTNAVI .menu .link a{
	color: #666666;
}

#LEFTNAVI .menu .link a:hover{
color:#FF0000;
}

/* 各ページ内容 */

#CONTENT table{
margin:10px 0 20px 0;
}

#CONTENT table td{
padding:10px 0;
border-bottom:1px dashed #999999;
}

#CONTENT table td.td_last{
padding-top:10px;
border-bottom:none;
}

#CONTENT table td.topic_title{
width:13em;
font-size:105%;
font-weight:bold;
padding-left:10px;
background-image: url(../images/link_point_r.gif);
background-position: left;
background-repeat: no-repeat;
}

#CONTENT table td .tel{
font-weight:bold;
}

#CONTENT .time{
font-weight:bold;
color:#FF0000;
}
