/*---------- id_menu----------*/

.id_menu{
	text-align:center;
	height: 35px;
	width: 800px;
} 
.id_menu ul{
/*	text-align:center;*/
	list-style : none;
	padding : 0;
	margin : 0;
}
.id_menu li{
	float:left;
	padding : 0;
	margin: 0 20px 0 0;
}
.id_menu li a{
	display:block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/illustration/contents_images/bg2.gif);
}
.id_menu li a:hover{
/*	background-color:#EEEEEE;*/
}
.id_menu .on{
	background: #CCC;
	color: #FFF;
	text-decoration: none;
}

#id_inside{
	padding: 10px;
	border: 1px solid #CCC;
}



.telcom{
	background: url(/images/illustration/id_images/ico_star1.gif) no-repeat;
	padding-left: 20px;
}



.name{
	font-size: 26px;
	color: #309;
}
.address{
	background-image: url(/_data/images/id/address.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 70px;
}
.tel{
	background-image: url(/_data/images/id/tel.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 70px;
}
.detail{
	background-image: url(/_data/images/id/detail.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 70px;
}
.cm1{
	font-size: 26px;
	color: #FF3300;
}


/*各項目のタイトル*/

.ttl{
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	background-image: url(/_data/images/home/div_ttl_bg.jpg);
	margin: 0px 0px 15px;
	border: 1px solid #CCCCCC;
	color: #003399;
	padding: 0px 0px 0px 10px;
}


/*感想・決め手のタイトル*/

.kansou_ttl {
	color: #FF3300;
	font-weight: bold;
	background-image: url(/_data/images/id/smile.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.kansou_txt {
	margin: 0px 0px 20px;
}

/*ジャンプボタン*/

.jump_div {
	clear: both;
}
.jump_btn {
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	cursor:pointer;/*マウスオーバーでカーソル*/
	height: 80px;
	width: 350px;
	padding: 0px;
	margin: 0px 0px 15px;
	background-image: url(/_data/images/id/jump_btn.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #0000FF;
	font-weight: bold;
}
.jump_msg{
	color: red;
}

/*---------- photo トリミング http://phpspot.org/blog/archives/2008/02/cssoverflow.html----------*/


div.thumb{
    float:left; 
    margin:0.5em 0; 
    margin-right:10px; 
    border:1px solid #999; 
    padding:2px;
}
div.thumb a{ 
    display:block; 
    float:left; 
    width:100px; 
    height:100px; 
    line-height:100px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
}
div.thumb a img{ 
    float:left; 
    position:absolute; 
    top:-20px; 
    left:-50px;
}
div.thumb a:hover{ 
    overflow:visible; 
    z-index:1000; 
    border:none;
}
div.thumb a:hover img{
	border:1px solid #999;
	background:#fff;
	padding:2px;
}

